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

SAE ATIS Committee Working Draft
ITIS Phrase Tables, Draft [issued: 04-11-09] 
-
28 -
This is a draft document of the SAE ATIS committee, subject to change.
categories (the division into these sub-categories is informational only and other groupings may also be
used).  The remaining 90 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 3456).  
ASN.1 Representation:
Disturbances ::= ENUMERATED  { 
   assault                            (3329),  -- This index is not to be used as a
                                               -- default value for this category
   crime                              (3330),  
   robbery                            (3331),  
   fare-dispute                       (3332),  
   shooting                           (3333),  
   gunfire-on-roadway                 (3334),  
   suicide                            (3335),  
   fight                              (3336),  -- Involves a few  persons and is
                                               -- localized (alt: brawl)
   gang-fight                         (3337),  -- Multi-party event occurring which may
                                               -- involve weapons
   person-harassment                  (3338),  -- "person" may be rendered as "passenger"
                                               -- if used in a controlled environment
                                               -- such as transit
   person-injured                     (3339),  
   sick-customer                      (3363),  
   unruly-passenger                   (3340),  
   person-intoxicated                 (3341),  
   crowd-control-problem              (3342),  
   demonstration                      (3343),  
   march                              (3344),  
   public-disturbance                 (3345),  
   riot                               (3346),  
   civil-unrest                       (3347),  
   civil-emergency                    (3348),  
   strike                             (3349),  
   public-transit-strike              (3350),  -- Hint: Strike affecting services
   stampede                           (3351),  
   teargas-used                       (3352),  
   security-alert                     (3353),  -- Heightened security procedures in
                                               -- effect
   security-incident                  (3354),  
   checkpoint                         (3355),  
   bomb-alert                         (3356),  
   terrorist-incident                 (3357),  
   high-velocity-shell-fire           (3358),  -- Hint: Used as a part of avalanche
                                               -- control
   explosives-in-use                  (3359),  
   air-raid                           (3360),  
   weapons-of-mass-destruction-threat (3361),  
   military-operations                (3362),  -- (war)
   -- Cancel Types
   security-problem-cleared           (3454),  
   traffic-disturbance-cleared        (3455),  
   ... -- # LOCAL_CONTENT_ITIS 
   }
   -- Disturbances occurring on or affecting the actual roadway or surrounding areas
XML Representation:
<xs:simpleType name="Disturbances" >
      <xs:union>
         <xs:simpleType>
            <xs:restriction base="xs:unsignedInt">
               <xs:minInclusive value="3328"/>
               <xs:maxInclusive value="3583"/>
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType>