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)
  Token (restriction)
      Token60
Derivation:
restriction of Token
Facets:
maxLength:
60
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:simpleType name="Token60">
<xsd:restriction base="Token">
<xsd:minLength value="1"/>
<xsd:maxLength value="60"/>
</xsd:restriction>
</xsd:simpleType>

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