em:NotificationDistributionScopeCategoryCodeSimpleType
simpleType NotificationDistributionScopeCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for the category code denoting the intended level of distribution of the notification message
Diagram
Enumerations
Value | Definition |
Private | For dissemination only to specified addresses (see address, below) |
Public | For general dissemination to unrestricted audiences |
Restricted | For dissemination only to users with a known operational requirement (see restriction, below) |
XML Schema
<xs:simpleType name="NotificationDistributionScopeCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the category code denoting the intended level of distribution of the notification message</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Private">
<xs:annotation>
<xs:documentation>
For dissemination only to specified addresses (see address, below)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Public">
<xs:annotation>
<xs:documentation>
For general dissemination to unrestricted audiences</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Restricted">
<xs:annotation>
<xs:documentation>
For dissemination only to users with a known operational requirement (see restriction, below)</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>