Documentation for ATIS-Draft-03-00-79

Simple Type: SettingType

[Table of contents]

Super-types: None
Sub-types: None
Name SettingType
Used by (from the same schema document) Complex Type SettingEntries
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 0 <= value <= 10
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'traveler'|'other'|'devices'|'replyFormats'|'eventFiltering'|'language'|'currency'|'directoryServices'|'tripGuidance'|'transitUse'|'flightUse'}
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'insert-local-values-here'}
Documentation values to 127 reserved for std use values 128 to 255 reserved for local use
Application Data 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
Diagram
h-795543547
Schema Component Representation
<xs:simpleType name="SettingType">
<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>