Documentation for ATIS-Draft-03-00-79

Simple Type: CountryCode

[Table of contents]

Super-types: xs:string < CountryCode (by restriction)
Sub-types: None
Name CountryCode
Used by (from the same schema document) Complex Type PreCoded , Complex Type AdminAreaGroup
Content
  • Base XSD Type: string
  • length >= 2
Diagram
Schema Component Representation
<xs:simpleType name="CountryCode">
<-- removed to make schema work: <xs:restriction base ="DSRC:country-code-text"/> -->
<xs:restriction base=" xs:string ">
<xs:minLength value="2"/>
<xs:maxLength value="3"/>
</xs:restriction>
</xs:simpleType>