em:EMMessageSubCategoryCodeSimpleType
simpleType EMMessageSubCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.0/
Definition
A data type for em information sub category
Diagram
Enumerations
Value | Definition |
Alarm | Alarm sub category |
Alarm Confirmation | Alarm Confirmation sub category |
Alarm Permit | Alarm Permit sub category |
Alert | Alert sub category |
Alert Affected Location | Alert Affected Location sub category |
Alert Event | Alert Event sub category |
First Responder Team | First Responder Team sub category |
Hospital | Hospital sub category |
Hospital Service | Hospital Service sub category |
Incident Team | Incident Team sub category |
XML Schema
<xs:simpleType name="EMMessageSubCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for em information sub category</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Alarm">
<xs:annotation>
<xs:documentation>
Alarm sub category</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Alarm Confirmation">
<xs:annotation>
<xs:documentation>
Alarm Confirmation sub category</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Alarm Permit">
<xs:annotation>
<xs:documentation>
Alarm Permit sub category</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Alert">
<xs:annotation>
<xs:documentation>
Alert sub category</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Alert Affected Location">
<xs:annotation>
<xs:documentation>
Alert Affected Location sub category</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Alert Event">
<xs:annotation>
<xs:documentation>
Alert Event sub category</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="First Responder Team">
<xs:annotation>
<xs:documentation>
First Responder Team sub category</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Hospital">
<xs:annotation>
<xs:documentation>
Hospital sub category</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Hospital Service">
<xs:annotation>
<xs:documentation>
Hospital Service sub category</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Incident Team">
<xs:annotation>
<xs:documentation>
Incident Team sub category</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>