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

SAE ATIS Committee Working Draft
ITIS Phrase Tables, Draft [issued: 04-11-09] 
-
211 -
This is a draft document of the SAE ATIS committee, subject to change.
            <xs:restriction base="xs:unsignedInt">
               <xs:minInclusive value="5120"/>
               <xs:maxInclusive value="5375"/>
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="tornado" id="_5121"/>
               <xs:enumeration value="hurricane" id="_5122"/>
               <xs:enumeration value="hurricane force winds" id="_5123"/>
               <xs:enumeration value="tropical storm" id="_5124"/>
               <xs:enumeration value="gale force winds" id="_5125"/>
               <xs:enumeration value="storm force winds" id="_5126"/>
               <xs:enumeration value="strong winds" id="_5127"/>
               <xs:enumeration value="moderate winds" id="_5128"/>
               <xs:enumeration value="light winds" id="_5129"/>
               <xs:enumeration value="calm" id="_5130"/>
               <xs:enumeration value="gusty winds" id="_5131"/>
               <xs:enumeration value="crosswinds" id="_5132"/>
               <xs:enumeration value="windy" id="_5133"/>
               <xs:enumeration value="strong winds have eased" id="_5246"/>
               <xs:enumeration value="strong wind forecast withdrawn" id="_5247"/>
            </xs:restriction>
         </xs:simpleType >
         <xs:simpleType> 
            <xs:restriction base="xs:string">
               <xs:pattern value="\[.+\].*"/>
            </xs:restriction>
         </xs:simpleType>         
         <xs:simpleType>
            <xs:restriction base="local:Winds" /> 
         </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.56 Data Element: DE_Winter Driving Index
Use: The ITIS enumeration list commonly referred to as "Winter Driving Index," is assigned the upper
byte value of [25] (which provides for value ranges from 6400 to 6655, inclusive).  This list is formally
called "WinterDrivingIndex" 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 6 different phrases.  The remaining 121
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 6528).  
ASN.1 Representation:
WinterDrivingIndex ::= ENUMERATED  { 
   driving-conditions-good                (6401),  
   driving-conditions-fair                (6402),  
   difficult-driving-conditions           (6403),  
   very-difficult-driving-conditions      (6404),  
   hazardous-driving-conditions           (6405),  
   extremely-hazardous-driving-conditions (6406),  
   ... -- # LOCAL_CONTENT_ITIS 
   }
   -- See also the restriction list for phrase items such as chains required
XML Representation:
<xs:simpleType name="WinterDrivingIndex" >