Documentation for ATIS-Draft-03-00-79

Simple Type: SpecialAbilities

[Table of contents]

Super-types: None
Sub-types: None
Name SpecialAbilities
Used by (from the same schema document) Complex Type TripPreferences
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 0 <= value <= 8
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'hovFullVehicle'|'hov2person'|'hov3person'|'ahsVehicle'|'electricVehicle'|'emergencyVehicle'|'fourWheelDrive'|'motorcycle'}
Application Data hovFullVehicle (0) hov2person (1) hov3person (3) ahsVehicle (4) electricVehicle (5) -- also hybrids emergencyVehicle (6) fourWheelDrive (7) motorcycle (8)
Diagram
Schema Component Representation
<xs:simpleType name="SpecialAbilities">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="8"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="hovFullVehicle"/>
<xs:enumeration value="hov2person"/>
<xs:enumeration value="hov3person"/>
<xs:enumeration value="ahsVehicle"/>
<xs:enumeration value="electricVehicle"/>
<xs:enumeration value="emergencyVehicle"/>
<xs:enumeration value="fourWheelDrive"/>
<xs:enumeration value="motorcycle"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>