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

SAE ATIS Committee Working Draft
ITIS Phrase Tables, Draft [issued: 04-11-09] 
-
140 -
This is a draft document of the SAE ATIS committee, subject to change.
ASN.1 Representation:
Obstruction ::= ENUMERATED  { 
   -- General
   obstruction-on-roadway              (1281),  
   object-on-roadway                   (1282),  
   objects-falling-from-moving-vehicle (1283),  
   debris-on-roadway                   (1284),  
   storm-damage                        (1285),  
   -- People
   people-on-roadway                   (1286),  
   bicyclists-on-roadway               (1287),  
   sightseers-obstructing-access       (1288),  
   large-numbers-of-visitors           (1289),  
   -- Animals
   animal-on-roadway                   (1290),  
   large-animal-on-roadway             (1291),  
   herd-of-animals-on-roadway          (1292),  
   animal-struck                       (1293),  
   -- Specific Items
   advertising-signs                   (1315),  -- Used for illegal signage as well
   fallen-trees                        (1294),  
   over-turned-trees                   (1311),  
   tree-limbs                          (1312),  
   utility-pole-down                   (1314),  
   downed-power-lines                  (1295),  -- Alternative Rendering:  fallen power
                                                -- lines
   downed-cables                       (1296),  -- Alternative Rendering:  fallen cables
   subsidence                          (1297),  -- Alternative Rendering: road collapse
   road-surface-collapse               (1298),  
   frost-jacking                       (1317),  -- A unique Alaska problem caused by
                                                -- culverts or other features jacking out
                                                -- of ground due to freezing
   frost-heave                         (1316),  -- A large standing wave of soil under
                                                -- pavement due to frost action
   pavement-buckled                    (1299),  
   pothole                             (1300),  
   flooding                            (1301),  
   broken-water-main                   (1302),  
   collapsed-sewer                     (1303),  
   wash-out                            (1319),  -- What can happen to roads
   washboard                           (1318),  -- A term for rough road or unpaved roads
   sewer-overflow                      (1304),  
   gas-leak                            (1305),  
   snowmelt                            (1306),  -- Hint: Typically used as a cause
   mudslide                            (1307),  
   avalanche                           (1308),  -- Possibly a disaster as well
   rockfall                            (1309),  
   landslide                           (1310),  
   -- Cancel Types
   clearance-work                      (1406),  
   obstruction-cleared                 (1407),  
   ... -- # LOCAL_CONTENT_ITIS 
   }
   -- note singular spelling
XML Representation:
<xs:simpleType name="Obstruction" >
      <xs:union>
         <xs:simpleType>
            <xs:restriction base="xs:unsignedInt">
               <xs:minInclusive value="1280"/>
               <xs:maxInclusive value="1535"/>
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="obstruction on roadway" id="_1281"/>
               <xs:enumeration value="object on roadway" id="_1282"/>