namespace | http://www.ATIS-Draft-03-00-79 | ||||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, SettingType) | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:simpleType name="SettingType"> <xs:annotation> <xs:appinfo> traveler (0) -- global settings of the user other (1) devices (2) -- relating to a device setting replyFormats (3) -- preferred reply formating eventFiltering (4) -- prefered event filtering language (5) -- lang to use currency (6) -- monitary units directoryServices (7) tripGuidance (8) -- routing defaults transitUse (9) -- transit defaults flightUse (10) -- airport and flight defaults </xs:appinfo> <xs:documentation> values to 127 reserved for std use values 128 to 255 reserved for local use </xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="0"/> <xs:maxInclusive value="10"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="traveler"/> <xs:enumeration value="other"/> <xs:enumeration value="devices"/> <xs:enumeration value="replyFormats"/> <xs:enumeration value="eventFiltering"/> <xs:enumeration value="language"/> <xs:enumeration value="currency"/> <xs:enumeration value="directoryServices"/> <xs:enumeration value="tripGuidance"/> <xs:enumeration value="transitUse"/> <xs:enumeration value="flightUse"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="local:SettingType"/> </xs:simpleType> </xs:union> </xs:simpleType> |