Showing:

Annotations
Diagrams
Facets
Source
Simple Type codeType
Namespace http://4psa.com/Common.xsd/1.5
Annotations
Two-character code type. Used for languages and countries.
Diagram
Diagram
Type restriction of xs:string
Facets
whiteSpace collapse
maxLength 2
Source
<xs:simpleType name="codeType">
  <xs:annotation>
    <xs:documentation>Two-character code type. Used for languages and countries.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="2"/>
    <xs:whiteSpace value="collapse"/>
  </xs:restriction>
</xs:simpleType>