![]() ![]() ![]() ![]() ITIS Phrase Tables, Draft [issued: 04-11-09]
-
189 -
This is a draft document of the SAE ATIS committee, subject to change.
ASN.1 Representation:
TransitMode ::= ENUMERATED {
travel (8961), -- Hint: may include all modes
transit (8962), -- Hint: may include all public transit modes
bus (8963),
trolleybus (8964),
rail (8965),
commuter-rail (8966),
subway (8967),
rapid-transit (8968),
light-rail (8969),
streetcar (8970), -- Alternative Rendering: tram
dial-a-ride (8971), -- Alternative Rendering: demand responsive transit
park-and-ride (8972), -- Not to be used as a place
shuttle (8973),
free-shuttle (8974), -- Alternative Rendering: tram
airport-shuttle (8975),
taxies (8976),
ferry (8977),
passenger-ferry (8978),
vehicle-ferry (8979),
aerial-tramway (8980),
automated-guideway (8981), -- Include all types of guideways
cable-cars (8982),
monorail (8983),
air-travel (8984), -- All modes of air travel
hitch-hitching (8985), -- NEW:
walk (8986), -- NEW: Alt form: Walking
... -- # LOCAL_CONTENT_ITIS
}
-- Used to describe various types of transit services, and information pertaining
-- to the whole mode. If you wish to identify a specific vehicle (such as a bus not
-- the bus fleet), use Vehicle Group
XML Representation:
<xs:simpleType name="TransitMode" >
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:unsignedInt">
<xs:minInclusive value="8960"/>
<xs:maxInclusive value="9215"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="travel" id="_8961"/>
<xs:enumeration value="transit" id="_8962"/>
<xs:enumeration value="bus" id="_8963"/>
<xs:enumeration value="trolleybus" id="_8964"/>
<xs:enumeration value="rail" id="_8965"/>
<xs:enumeration value="commuter rail" id="_8966"/>
<xs:enumeration value="subway" id="_8967"/>
<xs:enumeration value="rapid transit" id="_8968"/>
<xs:enumeration value="light rail" id="_8969"/>
<xs:enumeration value="streetcar" id="_8970"/>
<xs:enumeration value="dial a ride" id="_8971"/>
<xs:enumeration value="park and ride" id="_8972"/>
<xs:enumeration value="shuttle" id="_8973"/>
<xs:enumeration value="free shuttle" id="_8974"/>
<xs:enumeration value="airport shuttle" id="_8975"/>
<xs:enumeration value="taxies" id="_8976"/>
<xs:enumeration value="ferry" id="_8977"/>
<xs:enumeration value="passenger ferry" id="_8978"/>
<xs:enumeration value="vehicle ferry" id="_8979"/>
<xs:enumeration value="aerial tramway" id="_8980"/>
<xs:enumeration value="automated guideway" id="_8981"/>
<xs:enumeration value="cable cars" id="_8982"/>
<xs:enumeration value="monorail" id="_8983"/>
|