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

SAE ATIS Committee Working Draft
ITIS Phrase Tables, Draft [issued: 04-11-09] 
-
210 -
This is a draft document of the SAE ATIS committee, subject to change.
               <xs:enumeration value="artificial exterior light" id="_4629"/>
               <xs:enumeration value="artificial interior light" id="_4630"/>
               <xs:enumeration value="darkness" id="_4631"/>
               <xs:enumeration value="dusk" id="_4632"/>
               <xs:enumeration value="dawn" id="_4633"/>
               <xs:enumeration value="moonlight" id="_4634"/>
               <xs:enumeration value="daylight" id="_4635"/>
               <xs:enumeration value="weather forecast withdrawn" id="_4735"/>
            </xs:restriction>
         </xs:simpleType >
         <xs:simpleType> 
            <xs:restriction base="xs:string">
               <xs:pattern value="\[.+\].*"/>
            </xs:restriction>
         </xs:simpleType>         
         <xs:simpleType>
            <xs:restriction base="local:WeatherConditions" /> 
         </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.55 Data Element: DE_Winds
Use: The ITIS enumeration list commonly referred to as "Winds," is assigned the upper byte value of [20]
(which provides for value ranges from 5120 to 5375, inclusive).  This list is formally called "Winds" 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 15 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 112 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 5248).  
ASN.1 Representation:
Winds ::= ENUMERATED  { 
   tornado                        (5121),  -- Note that this can be combined with "alert"
                                           -- "warning" etc.  This index is not to be
                                           -- used as a default value for this category
   hurricane                      (5122),  
   hurricane-force-winds          (5123),  
   tropical-storm                 (5124),  
   gale-force-winds               (5125),  
   storm-force-winds              (5126),  
   strong-winds                   (5127),  
   moderate-winds                 (5128),  
   light-winds                    (5129),  
   calm                           (5130),  
   gusty-winds                    (5131),  
   crosswinds                     (5132),  
   windy                          (5133),  
   -- Cancel Types
   strong-winds-have-eased        (5246),  
   strong-wind-forecast-withdrawn (5247),  
   ... -- # LOCAL_CONTENT_ITIS 
   }
XML Representation:
<xs:simpleType name="Winds" >
      <xs:union>
         <xs:simpleType>