![]() ![]() ![]() ![]() ITIS Phrase Tables, Draft [issued: 04-11-09]
-
19 -
This is a draft document of the SAE ATIS committee, subject to change.
<xs:enumeration value="compulsory detour in operation" id="_8457"/>
<xs:enumeration value="no suitable detour available" id="_8458"/>
<xs:enumeration value="detour is no longer recommended" id="_8459"/>
<xs:enumeration value="local drivers are recommended to avoid the area"
id="_8460"/>
<xs:enumeration value="trucks are recommended to avoid the area"
id="_8461"/>
<xs:enumeration value="consider alternate route" id="_8462"/>
<xs:enumeration value="consider alternate parking" id="_8463"/>
<xs:enumeration value="consider alternate destination" id="_8464"/>
<xs:enumeration value="consider alternate area" id="_8465"/>
<xs:enumeration value="snow route" id="_8466"/>
<xs:enumeration value="emergency snow route" id="_8467"/>
<xs:enumeration value="evacuation route" id="_8468"/>
<xs:enumeration value="truck route" id="_8469"/>
<xs:enumeration value="hazardous materials route" id="_8470"/>
<xs:enumeration value="detour" id="_8471"/>
</xs:restriction>
</xs:simpleType >
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="\[.+\].*"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="local:AlternateRoute" />
</xs:simpleType>
</xs:union>
</xs:simpleType>
Used By: This entry is used directly by one other data structure in this standard, a DF called
DF_ITIS_EventType <ASN> <XML>. In addition, this item may be used by data structures in other
ITS standards.
6.3 Data Element: DE_Asset Status
Use: The ITIS enumeration list commonly referred to as "Asset Status," is assigned the upper byte value of
[40] (which provides for value ranges from 10240 to 10495, inclusive). This list is formally called
"AssetStatus" in the ASN.1 and XML productions. The items in this enumeration list are not allowed to be
used as an event category classification. This list contains a total of 19 different phrases. The remaining
108 values up to the lower byte value of [127] are reserved for additional "national" phrases in this byte
range. Local phrases may be added to the list starting with the lower byte value of 128 and proceeding
upward from there (in other words, the first value assigned for any local additions to this list would be
given the value 10368).
ASN.1 Representation:
AssetStatus ::= ENUMERATED {
unknown-status (10240), -- Used when status is not known
ready-for-use (10241),
working-normally (10242),
working-autonomously (10243),
working-incorrectly (10244),
not-working (10245),
normal-maintenance (10246),
in-route-to-use (10247),
returning-from-use (10248),
out-of-service (10249),
off-duty (10250),
on-patrol (10251),
on-call (10252),
on-break (10253),
mandatory-time-off (10254),
low-on-fuel (10255),
low-on-water (10256),
low-charge (10257),
|