em:NotificationFunctionCategoryCodeSimpleType
simpleType NotificationFunctionCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for a notification function type codes
Diagram
Enumerations
Value | Definition |
Ack | Acknowledges receipt and acceptance of the message(s)) identified in references |
Alarm | Alarm message(s) |
Alert | Initial information requiring attention by targeted recipients |
Alert | Alert message(s) |
Cancel | Cancels the earlier message(s) identified in references |
Error | Indicates rejection of the message(s) identified in references; explanation SHOULD appear in note |
Other | Other kind of message notification |
Status | Status message(s) |
Update | Updates 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:restriction base="xs:token">
<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>
Initial information requiring attention by targeted recipients</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="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>