![]() ![]() ![]() ![]() ITIS Phrase Tables, Draft [issued: 04-11-09]
-
154 -
This is a draft document of the SAE ATIS committee, subject to change.
-- allowed or all lanes at a junction
one-way (12329), -- NEW: One direction of travel
-- allowed
-- MUCTD Sign Fragments
zone (12299), -- NEW: Typically preceded by type of
-- zone
narrows (12300), -- NEW: Used as an MUTCD sign,
-- typically preceded by road
widens (12301), -- NEW: Used as an MUTCD sign,
-- typically preceded by road
reduced (12302), -- NEW: Used as an MUTCD sign,
-- typically preceded by road or lane
combined (12303), -- NEW:
minimum (12304), -- NEW:
maximum (12305), -- NEW:
divided-road (12306), -- NEW: Use for divided highway as
-- well
double-arrow (12307), -- NEW:
dead-end (12308), -- NEW:
no-outlet (12309), -- NEW:
wrong-way (12310), -- NEW: R-5-1a
do-not-enter (12314), -- NEW: R-5-1
detour (12312), -- NEW: Typically followed by arrows
-- and distance
chevron (12313), -- NEW:
-- MUCTD Intersection Graphics
t-intersection-to-the-side (12315), -- NEW:
t-intersection-oncoming (12316), -- NEW: Use for W2-4 graphic
y-intersection-to-the-side (12317), -- NEW:
y-intersection-oncoming (12318), -- NEW: Use for W2-5 graphic
four-way-divided-highway-crossing (12319), -- NEW: Use for R6-3 graphic
t-way-divided-highway-crossing (12320), -- NEW: Use for R6-3a graphic
light-rail-divided-highway-crossing (12321), -- NEW: Use for R15-7 graphic
light-rail-t-divided-highway-crossing (12322), -- NEW: Use for R15-7a graphic
side-road-to-right (12323), -- NEW: Use for W2-2R graphic
side-road-to-left (12324), -- NEW: Use for W2-2L graphic
side-road-to-right-at-angle (12325), -- NEW: Use for W2-3R graphic
side-road-to-left-at-angle (12326), -- NEW: Use for W2-3L graphic
entering-roadway-merge (12327), -- NEW: Use for W4-5 graphic
entering-roadway-added-lane (12328), -- NEW: Use for W4-6 graphic
... -- # LOCAL_CONTENT_ITIS
}
XML Representation:
<xs:simpleType name="RegulatoryAndWarningSigns" >
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:unsignedInt">
<xs:minInclusive value="12288"/>
<xs:maxInclusive value="12543"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="regulatory sign" id="_12289"/>
<xs:enumeration value="warning sign" id="_12290"/>
<xs:enumeration value="information sign" id="_12291"/>
<xs:enumeration value="construction sign" id="_12292"/>
<xs:enumeration value="guide sign" id="_12293"/>
<xs:enumeration value="stop" id="_12294"/>
<xs:enumeration value="yield" id="_12295"/>
<xs:enumeration value="caution" id="_12330"/>
<xs:enumeration value="temporary" id="_12331"/>
<xs:enumeration value="to oncoming traffic" id="_12296"/>
<xs:enumeration value="four way" id="_12297"/>
<xs:enumeration value="all way" id="_12298"/>
<xs:enumeration value="one way" id="_12329"/>
<xs:enumeration value="zone" id="_12299"/>
|