Documentation for ATIS-Draft-03-00-79

Simple Type: CapabilityCode

[Table of contents]

Super-types: None
Sub-types: None
Name CapabilityCode
Used by (from the same schema document) Complex Type DirectoryEntry
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 0 <= value <= 2
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'noAdditionalCapabilities'|'reservationsAndAppointments'|'electronicPayments'}
Documentation values to 127 reserved for std use values 128 to 255 reserved for local use
Application Data noAdditionalCapabilities (0) reservationsAndAppointments (1) electronicPayments (2)
Diagram
Schema Component Representation
<xs:simpleType name="CapabilityCode">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="2"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="noAdditionalCapabilities"/>
<xs:enumeration value="reservationsAndAppointments"/>
<xs:enumeration value="electronicPayments"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>