em:AlertCategoryCodeSimpleType

simpleType AlertCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.1/

Definition

A data type for a code set denoting the type of alert message

Diagram

Enumerations

ValueDefinition
AckAcknowledgment of receipt of an earlier message
CancelA cancellation or revocation of a previous message
DispatchA commitment of resources or assistance
ErrorRejection of an earlier message (for technical reasons)
ReportNew information regarding an incident or activity
RequestA request for resources, information or action
ResponseA response to a previous request
Sensor ConfigurationThese messages are for reporting configuration during power up or after Installation or Maintenance
Sensor ControlThese are messages used to control sensors/sensor concentrator components behavior
Sensor DetectionThese are high priority messages which report sensor detections
Sensor StatusThese are concise messages which report sensors/sensor concentrator component status or state of health
UpdateUpdated 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: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>