em:NotificationDistributionScopeCategoryCodeSimpleType

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

Definition

A data type for the category code denoting the intended level of distribution of the notification message

Diagram

Enumerations

ValueDefinition
PrivateFor dissemination only to specified addresses (see address, below)
PublicFor general dissemination to unrestricted audiences
RestrictedFor 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: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>