Documentation for ATIS-Draft-03-00-79

Simple Type: SCH-RouteDirectionName

[Table of contents]

Super-types: None
Sub-types: None
Name SCH-RouteDirectionName
Used by (from the same schema document) Complex Type CcPTVTrips , Complex Type SchPushRouteSchedule , Complex Type SchPushRouteSchedule , Complex Type SchRouteSchedule , Complex Type SchRouteSchedule , Complex Type CCDetourRecord , Complex Type FCAllowedTransferRecord , Complex Type FCAllowedTransferRecord , Complex Type IMPTVehicleInvolved , Complex Type PINearestStop , Complex Type PINearestStopRequest , Complex Type PIRouteInfo , Complex Type PIRouteInfo , Complex Type PISchedAdherenceCountdown , Complex Type PISchedAdherenceOffSched , Complex Type PISchedAdherenceRange , Complex Type PIServiceBulletin , Complex Type PIServiceStatusRequest , Complex Type PIXMLTimetable , Complex Type SCHMasterScheduleHdr , Complex Type SCHPTVRouteScheduleEntry , Complex Type SCHPTVRouteScheduleEntry , Complex Type SCHServiceAtStop , Complex Type SCHTripDetailInfo , Complex Type SCHTripInfo , Complex Type SCHValidationError
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 1 <= value <= 15
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'north'|'south'|'east'|'west'|'sw'|'se'|'nw'|'ne'|'in'|'out'|'circ'|'dest'|'clockwise'|'counterClock'|'name'}
    • 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 north (1) -- North south (2) -- South east (3) -- East west (4) -- West sw (5) -- Southwest se (6) -- Southeast nw (7) -- Northwest ne (8) -- Northeast in (9) -- Inbound out (10) -- Outbound circ (11) -- Circular dest (12) -- Destination clockwise (13) -- Clockwise counterClock (14) -- Counter-Clockwise name (15) -- defined by name of route -- 16-127 reserved -- 128-255 local use
Diagram
h-998956645
Schema Component Representation
<xs:simpleType name="SCH-RouteDirectionName">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="15"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="north"/>
<xs:enumeration value="south"/>
<xs:enumeration value="east"/>
<xs:enumeration value="west"/>
<xs:enumeration value="sw"/>
<xs:enumeration value="se"/>
<xs:enumeration value="nw"/>
<xs:enumeration value="ne"/>
<xs:enumeration value="in"/>
<xs:enumeration value="out"/>
<xs:enumeration value="circ"/>
<xs:enumeration value="dest"/>
<xs:enumeration value="clockwise"/>
<xs:enumeration value="counterClock"/>
<xs:enumeration value="name"/>
</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:SCH-RouteDirectionName "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>