Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type EnumerationToken
Namespace No namespace
Annotations
Used as the base class for all 'codes' which qualify or SHALL be handled as NMTOKEN
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
maxLength 50
Used by
Source
<xs:simpleType name="EnumerationToken">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Used as the base class for all 'codes' which qualify or SHALL be handled as NMTOKEN</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:maxLength value="50"/>
  </xs:restriction>
</xs:simpleType>