Documentation for ATIS-Draft-03-00-79

Simple Type: IM-IncidentStatus

[Table of contents]

Super-types: None
Sub-types: None
Name IM-IncidentStatus
Used by (from the same schema document) Complex Type IMIncident
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 1 <= value <= 6
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'reported not verified'|'verified no response yet'|'verified response enroute'|'verified response on scene'|'responding'|'cleared'}
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 128 <= value <= 255
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 128 <= value <= 255
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'insert-local-values-here'}
Application Data reported not verified (1) -- Reported , verified no response yet (2) -- Verified , verified response enroute (3) -- Verified , verified response on scene (4) -- Verified , responding (5) -- Being responded to cleared (6) -- Cleared -- 7-127 Reserved for standard codes -- 128-255 Reserved for Local Use
Diagram
h99745160
Schema Component Representation
<xs:simpleType name="IM-IncidentStatus">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="6"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="reported not verified"/>
<xs:enumeration value="verified no response yet"/>
<xs:enumeration value="verified response enroute"/>
<xs:enumeration value="verified response on scene"/>
<xs:enumeration value="responding"/>
<xs:enumeration value="cleared"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="128"/>
<xs:maxInclusive value="255"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="128"/>
<xs:maxInclusive value="255"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" local:IM-IncidentStatus "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>