em:AlertCategoryCodeSimpleType
simpleType AlertCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.0/
Definition
A data type for a code set denoting the type of alert message
Diagram
Enumerations
Value | Definition |
Ack | Acknowledgment of receipt of an earlier message |
Cancel | A cancellation or revocation of a previous message |
Dispatch | A commitment of resources or assistance |
Error | Rejection of an earlier message (for technical reasons) |
Report | New information regarding an incident or activity |
Request | A request for resources, information or action |
Response | A response to a previous request |
Sensor Configuration | These messages are for reporting configuration during power up or after Installation or Maintenance |
Sensor Control | These are messages used to control sensors/sensor concentrator components behavior |
Sensor Detection | These are high priority messages which report sensor detections |
Sensor Status | These are concise messages which report sensors/sensor concentrator component status or state of health |
Update | Updated information superseding a previous message |
XML Schema
<xs:simpleType name="AlertCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code set denoting the type of alert message</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Ack">
<xs:annotation>
<xs:documentation>
Acknowledgment of receipt of an earlier message</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Cancel">
<xs:annotation>
<xs:documentation>
A cancellation or revocation of a previous message</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Dispatch">
<xs:annotation>
<xs:documentation>
A commitment of resources or assistance</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Error">
<xs:annotation>
<xs:documentation>
Rejection of an earlier message (for technical reasons)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Report">
<xs:annotation>
<xs:documentation>
New information regarding an incident or activity</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Request">
<xs:annotation>
<xs:documentation>
A request for resources, information or action</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Response">
<xs:annotation>
<xs:documentation>
A response to a previous request</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Sensor Configuration">
<xs:annotation>
<xs:documentation>
These messages are for reporting configuration during power up or after Installation or Maintenance</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Sensor Control">
<xs:annotation>
<xs:documentation>
These are messages used to control sensors/sensor concentrator components behavior</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Sensor Detection">
<xs:annotation>
<xs:documentation>
These are high priority messages which report sensor detections</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Sensor Status">
<xs:annotation>
<xs:documentation>
These are concise messages which report sensors/sensor concentrator component status or state of health</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Update">
<xs:annotation>
<xs:documentation>
Updated information superseding a previous message</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>