Documentation for ATIS-Draft-03-00-79

Simple Type: LanguageCode

[Table of contents]

Super-types: None
Sub-types: None
Name LanguageCode
Used by (from the same schema document) Complex Type InformationRequest , Complex Type Head
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 0 <= value <= 1296
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'eng'|'fre'|'ger'|'ita'|'jpn'|'spa'|'vie'}
Application Data Note that only a subset of the possible codes have been translated eng (220) -- English fre (271) -- French , gmh (330) -- German , ita (450) -- Italian jpn (455) -- Japanese spa (937) -- Spanish; large US population vie (1071) -- Vietnamese; scattered throughout US -- Additional identifiers are reserved for for iso 369 use and are not -- defined in Version 1. -- List based on ISO 639-2 codes of 2002/10/14.
Diagram
Schema Component Representation
<xs:simpleType name="LanguageCode">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="1296"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="eng"/>
<xs:enumeration value="fre"/>
<xs:enumeration value="ger"/>
<xs:enumeration value="ita"/>
<xs:enumeration value="jpn"/>
<xs:enumeration value="spa"/>
<xs:enumeration value="vie"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>