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

SAE ATIS Committee Working Draft
ITIS Phrase Tables, Draft [issued: 04-11-09] 
-
36 -
This is a draft document of the SAE ATIS committee, subject to change.
               <xs:enumeration value="white lining vehicle" id="_10107"/>
               <xs:enumeration value="dump truck" id="_10108"/>
               <xs:enumeration value="supervisor vehicle" id="_10109"/>
               <xs:enumeration value="snow blower" id="_10110"/>
               <xs:enumeration value="rotary snow blower" id="_10111"/>
               <xs:enumeration value="road grader" id="_10112"/>
               <xs:enumeration value="steam truck" id="_10113"/>
            </xs:restriction>
         </xs:simpleType >
         <xs:simpleType> 
            <xs:restriction base="xs:string">
               <xs:pattern value="\[.+\].*"/>
            </xs:restriction>
         </xs:simpleType>         
         <xs:simpleType>
            <xs:restriction base="local:IncidentResponseEquipment" /> 
         </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.11 Data Element: DE_Incident Response Status
Use: The ITIS enumeration list commonly referred to as "Incident Response Status," is assigned the upper
byte value of [11] (which provides for value ranges from 2816 to 3071, inclusive).  This list is formally
called "IncidentResponseStatus" 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 17 different phrases.  The remaining
110 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 2944).  
ASN.1 Representation:
IncidentResponseStatus ::= ENUMERATED  { 
   unconfirmed-report                   (2817),  
   initial-response-en-route            (2818),  
   follow-up-response-en-route          (2819),  
   initial-response-on-scene            (2820),  
   follow-up-response-on-scene          (2821),  
   confirmed-report                     (2822),  
   scene-is-unsecured-at-this-time      (2823),  -- Caution: This has different meanings
                                                 -- in Public Safety use
   response-scene-secured               (2824),  -- Caution: This has different meanings
                                                 -- in Public Safety use
   rescue-and-recovery-work-in-progress (2825),  
   extraction-in-progress               (2826),  
   clearance-work-in-progress           (2827),  
   body-removal-operations              (2828),  
   fire-containment-contained           (2829),  
   fire-containment-not-contained       (2830),  
   event-cleared                        (2831),  -- Meaning that responder has left
                                                 -- scene, not that surrounding traffic
                                                 -- has cleared to a normal level
   traffic-clearing                     (2832),  
   incident-closed                      (2833),  -- A "case closed" meaning which can
                                                 -- differ considerably by local agency
                                                 -- policies
   ... -- # LOCAL_CONTENT_ITIS 
   }
   -- Primarily this list is used for exchanging response status with other agencies.
   -- Some of these phrases should be avoided in ITIS targeted for consumer use