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

SAE ATIS Committee Working Draft
ITIS Phrase Tables, Draft [issued: 04-11-09] 
-
188 -
This is a draft document of the SAE ATIS committee, subject to change.
   traffic-returned-to-normal       (381),  
   no-problems-to-report            (382),  
   traffic-congestion-cleared       (383),  
   ... -- # LOCAL_CONTENT_ITIS 
   }
XML Representation:
<xs:simpleType name="TrafficConditions" >
      <xs:union>
         <xs:simpleType>
            <xs:restriction base="xs:unsignedInt">
               <xs:minInclusive value="256"/>
               <xs:maxInclusive value="511"/>
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="stopped traffic" id="_257"/>
               <xs:enumeration value="stop and go traffic" id="_258"/>
               <xs:enumeration value="slow traffic" id="_259"/>
               <xs:enumeration value="heavy traffic" id="_260"/>
               <xs:enumeration value="traffic building" id="_261"/>
               <xs:enumeration value="long queues" id="_262"/>
               <xs:enumeration value="traffic congestion" id="_263"/>
               <xs:enumeration value="traffic lighter than normal" id="_264"/>
               <xs:enumeration value="traffic heavier than normal" id="_265"/>
               <xs:enumeration value="traffic much heavier than normal" id="_266"/>
               <xs:enumeration value="current speed" id="_267"/>
               <xs:enumeration value="speed limit" id="_268"/>
               <xs:enumeration value="travel time" id="_269"/>
               <xs:enumeration value="merging traffic" id="_272"/>
               <xs:enumeration value="traffic flowing freely" id="_379"/>
               <xs:enumeration value="traffic easing" id="_380"/>
               <xs:enumeration value="traffic returned to normal" id="_381"/>
               <xs:enumeration value="no problems to report" id="_382"/>
               <xs:enumeration value="traffic congestion cleared" id="_383"/>
            </xs:restriction>
         </xs:simpleType >
         <xs:simpleType> 
            <xs:restriction base="xs:string">
               <xs:pattern value="\[.+\].*"/>
            </xs:restriction>
         </xs:simpleType>         
         <xs:simpleType>
            <xs:restriction base="local:TrafficConditions" /> 
         </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.45 Data Element: DE_Transit Mode
Use: The ITIS enumeration list commonly referred to as "Transit Mode," is assigned the upper byte value
of [35] (which provides for value ranges from 8960 to 9215, inclusive).  This list is formally called
"TransitMode" 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 26 different phrases.  The remaining 101 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
9088).