em:NotificationFunctionCategoryCodeSimpleType

simpleType NotificationFunctionCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/5.0/

Definition

A data type for a notification function type codes

Diagram

Enumerations

ValueDefinition
AckAcknowledges receipt and acceptance of the message(s)) identified in references
AlarmAlarm message(s)
AlertAlert message(s)
AlertInitial information requiring attention by targeted recipients
CancelCancels the earlier message(s) identified in references
ErrorIndicates rejection of the message(s) identified in references; explanation SHOULD appear in note
OtherOther kind of message notification
StatusStatus message(s)
UpdateUpdates and supersedes the earlier message(s) identified in references

XML Schema

<xs:simpleType name="NotificationFunctionCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a notification function type codes
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Ack">
<xs:annotation>
<xs:documentation>
Acknowledges receipt and acceptance of the message(s)) identified in references
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Alarm">
<xs:annotation>
<xs:documentation>
Alarm message(s)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Alert">
<xs:annotation>
<xs:documentation>
Alert message(s)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Alert">
<xs:annotation>
<xs:documentation>
Initial information requiring attention by targeted recipients
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Cancel">
<xs:annotation>
<xs:documentation>
Cancels the earlier message(s) identified in references
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Error">
<xs:annotation>
<xs:documentation>
Indicates rejection of the message(s) identified in references; explanation SHOULD appear in note
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Other kind of message notification
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Status">
<xs:annotation>
<xs:documentation>
Status message(s)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Update">
<xs:annotation>
<xs:documentation>
Updates and supersedes the earlier message(s) identified in references
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>