simpleType "CustomValue"
Namespace:
Defined:
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
MaxLength:
100
MinLength:
1

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Associated value(s) for the Custom Element.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  CustomValue
Derivation:
restriction of xs:string
Facets:
maxLength:
100
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="CustomValue">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>