em:NotificationDistributionScopeType
complexType NotificationDistributionScopeType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.0/
Definition
A data type for the intended level of distribution of the notification message
Diagram
XML Schema
<xs:complexType name="NotificationDistributionScopeType">
<xs:annotation>
<xs:documentation>
A data type for the intended level of distribution of the notification message</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="em:NotificationDistributionScopeCategoryCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:NotificationDistributionScopeAudienceDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:NotificationDistributionScopeAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>