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

SAE ATIS Committee Working Draft
ITIS Phrase Tables, Draft [issued: 04-11-09] 
-
173 -
This is a draft document of the SAE ATIS committee, subject to change.
In addition, this item may be used by data structures in other ITS standards.
6.37 Data Element: DE_Special Events
Use: The ITIS enumeration list commonly referred to as "Special Events," is assigned the upper byte value
of [15] (which provides for value ranges from 3840 to 4095, inclusive).  This list is formally called
"SpecialEvents" 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 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 3968).  
ASN.1 Representation:
SpecialEvents ::= ENUMERATED  { 
   major-event            (3841),  
   airshow                (3842),  
   hot-air-ballooning     (3843),  
   concert                (3844),  
   state-occasion         (3845),  
   vIP-visit              (3846),  
   show                   (3847),  
   festival               (3848),  -- Used for farmers' markets as well
   exhibition             (3849),  
   performing-arts        (3850),  
   outdoor-market         (3851),  -- Used for farmers' markets as well
   fair                   (3852),  
   carnival               (3853),  
   fireworks-display      (3854),  
   trade-expo             (3855),  
   movie-filming          (3856),  
   presidential-visit     (3857),  
   parade                 (3858),  
   procession             (3859),  
   funeral-procession     (3860),  
   crowd                  (3861),  
   holiday-traffic-crowds (3862),  
   -- Cancel Types
   event-ended            (3967),  
   ... -- # LOCAL_CONTENT_ITIS 
   }
   -- Events which affect the local roads
XML Representation:
<xs:simpleType name="SpecialEvents" >
      <xs:union>
         <xs:simpleType>
            <xs:restriction base="xs:unsignedInt">
               <xs:minInclusive value="3840"/>
               <xs:maxInclusive value="4095"/>
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="major event" id="_3841"/>
               <xs:enumeration value="airshow" id="_3842"/>
               <xs:enumeration value="hot air ballooning" id="_3843"/>
               <xs:enumeration value="concert" id="_3844"/>
               <xs:enumeration value="state occasion" id="_3845"/>
               <xs:enumeration value="vIP visit" id="_3846"/>
               <xs:enumeration value="show" id="_3847"/>
               <xs:enumeration value="festival" id="_3848"/>
               <xs:enumeration value="exhibition" id="_3849"/>