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

SAE ATIS Committee Working Draft
ITIS Phrase Tables, Draft [issued: 04-11-09] 
-
186 -
This is a draft document of the SAE ATIS committee, subject to change.
6.43 Data Element: DE_Temperature
Use: The ITIS enumeration list commonly referred to as "Temperature," is assigned the upper byte value
of [22] (which provides for value ranges from 5632 to 5887, inclusive).  This list is formally called
"Temperature" 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 23 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 104 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 5760).  
ASN.1 Representation:
Temperature ::= ENUMERATED  { 
   maximum-temperature                     (5633),  -- This index is not to be used as a
                                                    -- default value for this category
   temperature                             (5634),  -- Typically followed by a number
                                                    -- value and a unit value
   minimum-temperature                     (5635),  
   current-temperature                     (5636),  
   heat-index                              (5637),  
   extreme-heat                            (5638),  
   hot                                     (5639),  
   hotter                                  (5640),  
   heat                                    (5641),  
   warmer                                  (5642),  
   warm                                    (5643),  
   mild                                    (5644),  
   cool                                    (5645),  
   cooler                                  (5646),  
   cold                                    (5647),  
   colder                                  (5648),  
   very-cold                               (5649),  
   extreme-cold                            (5650),  
   wind-chill                              (5651),  
   dewpoint                                (5652),  
   relative-humidity                       (5653),  
   -- Cancel Types
   temperatures-close-to-the-seasonal-norm (5758),  
   less-extreme-temperatures               (5759),  
   ... -- # LOCAL_CONTENT_ITIS 
   }
XML Representation:
<xs:simpleType name="Temperature" >
      <xs:union>
         <xs:simpleType>
            <xs:restriction base="xs:unsignedInt">
               <xs:minInclusive value="5632"/>
               <xs:maxInclusive value="5887"/>
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="maximum temperature" id="_5633"/>
               <xs:enumeration value="temperature" id="_5634"/>
               <xs:enumeration value="minimum temperature" id="_5635"/>
               <xs:enumeration value="current temperature" id="_5636"/>
               <xs:enumeration value="heat index" id="_5637"/>
               <xs:enumeration value="extreme heat" id="_5638"/>
               <xs:enumeration value="hot" id="_5639"/>
               <xs:enumeration value="hotter" id="_5640"/>
               <xs:enumeration value="heat" id="_5641"/>
               <xs:enumeration value="warmer" id="_5642"/>
               <xs:enumeration value="warm" id="_5643"/>
               <xs:enumeration value="mild" id="_5644"/>