Documentation for ATIS-Draft-03-00-79

Simple Type: CPT-PTVehicleAttribute

[Table of contents]

Super-types: None
Sub-types: None
Name CPT-PTVehicleAttribute
Used by (from the same schema document) Complex Type SchUnassignedVehicleList , Complex Type SchUnassignedVehicleListSub , Complex Type CPTPTVehicle , Complex Type PIAccessibility
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 1 <= value <= 11
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'bikeRack'|'camera'|'tieDown'|'lift'|'skiRack'|'surfboardRack'|'concession'|'restroom'|'farebox'|'pos'|'change'}
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 128 <= value <= 255
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'insert-local-values-here'}
Application Data bikeRack (1) -- Bike rack camera (2) -- Surveillance camera tieDown (3) -- Wheel chair tie-down lift (4) -- Lift (wheel chair) skiRack (5) -- Ski rack surfboardRack (6) -- Surfboard rack concession (7) -- Food service/ concession restroom (8) -- Restroom farebox (9) -- Farebox pos (10) -- Point of sale change (11) -- Change (for POS) -- 12-127 reserved -- 128-255 local use
Diagram
h1217607583
Schema Component Representation
<xs:simpleType name="CPT-PTVehicleAttribute">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="11"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="bikeRack"/>
<xs:enumeration value="camera"/>
<xs:enumeration value="tieDown"/>
<xs:enumeration value="lift"/>
<xs:enumeration value="skiRack"/>
<xs:enumeration value="surfboardRack"/>
<xs:enumeration value="concession"/>
<xs:enumeration value="restroom"/>
<xs:enumeration value="farebox"/>
<xs:enumeration value="pos"/>
<xs:enumeration value="change"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="128"/>
<xs:maxInclusive value="255"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" local:CPT-PTVehicleAttribute "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>