Navigation bar
  Print document Start Previous page
 20 of 289 
Next page End  

SAE ATIS Committee Working Draft
ITIS Phrase Tables, Draft [issued: 04-11-09] 
-
20 -
This is a draft document of the SAE ATIS committee, subject to change.
   missing              (10258),  -- Use "sign down" in device status if an object is
                                  -- damaged (or use "damaged") and could be returned to
                                  -- service, use "missing" only if an object is in fact
                                  -- missing
   ... -- # LOCAL_CONTENT_ITIS 
   }
XML Representation:
<xs:simpleType name="AssetStatus" >
      <xs:union>
         <xs:simpleType>
            <xs:restriction base="xs:unsignedInt">
               <xs:minInclusive value="10240"/>
               <xs:maxInclusive value="10495"/>
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="unknown status" id="_10240"/>
               <xs:enumeration value="ready for use" id="_10241"/>
               <xs:enumeration value="working normally" id="_10242"/>
               <xs:enumeration value="working autonomously" id="_10243"/>
               <xs:enumeration value="working incorrectly" id="_10244"/>
               <xs:enumeration value="not working" id="_10245"/>
               <xs:enumeration value="normal maintenance" id="_10246"/>
               <xs:enumeration value="in route to use" id="_10247"/>
               <xs:enumeration value="returning from use" id="_10248"/>
               <xs:enumeration value="out of service" id="_10249"/>
               <xs:enumeration value="off duty" id="_10250"/>
               <xs:enumeration value="on patrol" id="_10251"/>
               <xs:enumeration value="on call" id="_10252"/>
               <xs:enumeration value="on break" id="_10253"/>
               <xs:enumeration value="mandatory time off" id="_10254"/>
               <xs:enumeration value="low on fuel" id="_10255"/>
               <xs:enumeration value="low on water" id="_10256"/>
               <xs:enumeration value="low charge" id="_10257"/>
               <xs:enumeration value="missing" id="_10258"/>
            </xs:restriction>
         </xs:simpleType >
         <xs:simpleType> 
            <xs:restriction base="xs:string">
               <xs:pattern value="\[.+\].*"/>
            </xs:restriction>
         </xs:simpleType>         
         <xs:simpleType>
            <xs:restriction base="local:AssetStatus" /> 
         </xs:simpleType>
      </xs:union>
</xs:simpleType>
In addition, this item may be used by data structures in other ITS standards.
6.4 Data Element: DE_Closures (Road and Lane)
Use: The ITIS enumeration list commonly referred to as "Closures (Road and Lane)," is assigned the upper
byte value of [03] (which provides for value ranges from 768 to 1023, inclusive).  This list is formally
called "Closures" in the ASN.1 and XML productions.  Items from this enumeration list can be used as an
event category classification.  This list contains a total of 18 different phrases, divided into 2 further sub-
categories (the division into these sub-categories is informational only and other groupings may also be
used).  The remaining 109 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 896).