simpleType "CustomDefinition"
Namespace:
Defined:
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
MaxLength:
255
MinLength:
0

All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  CustomDefinition
Derivation:
restriction of xs:string
Facets:
maxLength:
255
minLength:
0
XML Source (see within schema source)
<xs:simpleType name="CustomDefinition">
<xs:restriction base="xs:string">
<xs:minLength value="0"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>