namespace | http://www.ATIS-Draft-03-00-79 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="LanguageCode"> <xs:annotation> <xs:appinfo> 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. </xs:appinfo> </xs:annotation> <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> |