Documentation for ATIS-Draft-03-00-79

Simple Type: CPT-StoppointAttribute

[Table of contents]

Super-types: None
Sub-types: None
Name CPT-StoppointAttribute
Used by (from the same schema document) Complex Type CPTStoppoint , Complex Type PIAccessibility , Complex Type PIAmenity , Complex Type PINearestStop , Complex Type PINearestStopRequest
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 1 <= value <= 18
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'busShelter'|'bikeRack'|'concession'|'escalator'|'elevator'|'informationKiosk'|'safetyZone'|'lighting'|'restroom'|'telephone'|'fareSeller'|'seating'|'survellience'|'tdd'|'faregate'|'informationMonitor'|'ramp'|'foodService'}
    • 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 busShelter (1) bikeRack (2) concession (3) escalator (4) elevator (5) informationKiosk (6) safetyZone (7) lighting (8) restroom (9) -- public telephone (10) fareSeller (11) -- fare media sales office/booth seating (12) survellience (13) -- camera tdd (14) -- telephone for the hearing impaired faregate (15) -- turnstile informationMonitor (16) ramp (17) -- wheelchair access foodService (18) -- 19-127 reserved -- 128-255 local use
Diagram
h-579718087
Schema Component Representation
<xs:simpleType name="CPT-StoppointAttribute">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="18"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="busShelter"/>
<xs:enumeration value="bikeRack"/>
<xs:enumeration value="concession"/>
<xs:enumeration value="escalator"/>
<xs:enumeration value="elevator"/>
<xs:enumeration value="informationKiosk"/>
<xs:enumeration value="safetyZone"/>
<xs:enumeration value="lighting"/>
<xs:enumeration value="restroom"/>
<xs:enumeration value="telephone"/>
<xs:enumeration value="fareSeller"/>
<xs:enumeration value="seating"/>
<xs:enumeration value="survellience"/>
<xs:enumeration value="tdd"/>
<xs:enumeration value="faregate"/>
<xs:enumeration value="informationMonitor"/>
<xs:enumeration value="ramp"/>
<xs:enumeration value="foodService"/>
</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-StoppointAttribute "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>