Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type ShortString
Namespace No namespace
Annotations
Used for very short strings
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
minLength 1
maxLength 10
Used by
Source
<xs:simpleType name="ShortString">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Used for very short strings</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:minLength value="1"/>
    <xs:maxLength value="10"/>
  </xs:restriction>
</xs:simpleType>