simpleType "Token60"
Namespace:
Defined:
Used:
Simple Content Model
xsd:token
Simple Content Restrictions:
MaxLength:
60
MinLength:
1

Known Direct Subtypes (1):
LegId
All Direct / Indirect Based Elements (1):
legId
Known Usage Locations
Annotation
A type defining a token of length between 1 and 60 characters inclusive.
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  Token60
Derivation:
restriction of xsd:token
Facets:
maxLength:
60
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:simpleType name="Token60">
<xsd:restriction base="xsd:token">
<xsd:minLength value="1"/>
<xsd:maxLength value="60"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.