Showing:

Diagrams
Facets
Source
Used by
Simple Type EncodingType
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 10
Used by
Source
<xs:simpleType name="EncodingType">
  <xs:restriction base="xs:string">
    <xs:maxLength value="10"/>
  </xs:restriction>
</xs:simpleType>