Documentation for ATIS-Draft-03-00-79

Simple Type: IncidentResponseStatus

[Table of contents]

Super-types: None
Sub-types: None
Name IncidentResponseStatus
Used by (from the same schema document) Complex Type ITISEventType
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 2816 <= value <= 3071
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'unconfirmed report'|'initial response en route'|'follow up response en route'|'initial response on scene'|'follow up response on scene'|'confirmed report'|'scene is unsecured at this time'|'response scene secured'|'rescue and recovery work in progress'|'extraction in progress'|'clearance work in progress'|'body removal operations'|'fire containment contained'|'fire containment not contained'|'event cleared'|'traffic clearing'|'incident closed'}
    • Locally defined type:
      • Base XSD Type: string
      • pattern = \[.+\].*
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'insert-local-values-here'}
Diagram
h1628409802
Schema Component Representation
<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>