simpleType itis:IncidentResponseStatus
namespace http://www.ITIS-Adopted-03-00-02
type union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:string, IncidentResponseStatus)
used by
elements RequestInformation/filter/currentState/currentState-item TrafficControlPlan/currentStaus itis:ITISEventType/incidentResponseStatus Response/respOrgStatus Basics/status atis:EventInformation/status atis:IncidentInformation/status
simpleType itis:ITIScodes
source <xs:simpleType name="IncidentResponseStatus">
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="2816"/>
       
<xs:maxInclusive value="3071"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="unconfirmed report" id="_2817"/>
       
<xs:enumeration value="initial response en route" id="_2818"/>
       
<xs:enumeration value="follow up response en route" id="_2819"/>
       
<xs:enumeration value="initial response on scene" id="_2820"/>
       
<xs:enumeration value="follow up response on scene" id="_2821"/>
       
<xs:enumeration value="confirmed report" id="_2822"/>
       
<xs:enumeration value="scene is unsecured at this time" id="_2823"/>
       
<xs:enumeration value="response scene secured" id="_2824"/>
       
<xs:enumeration value="rescue and recovery work in progress" id="_2825"/>
       
<xs:enumeration value="extraction in progress" id="_2826"/>
       
<xs:enumeration value="clearance work in progress" id="_2827"/>
       
<xs:enumeration value="body removal operations" id="_2828"/>
       
<xs:enumeration value="fire containment contained" id="_2829"/>
       
<xs:enumeration value="fire containment not contained" id="_2830"/>
       
<xs:enumeration value="event cleared" id="_2831"/>
       
<xs:enumeration value="traffic clearing" id="_2832"/>
       
<xs:enumeration value="incident closed" id="_2833"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:pattern value="\[.+\].*"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="local:IncidentResponseStatus"/>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy