em:GeneralNotificationType
complexType GeneralNotificationType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type to represent a generalized notification to broadcast
Diagram
XML Schema
<xs:complexType name="GeneralNotificationType">
<xs:annotation>
<xs:documentation>
A data type to represent a generalized notification to broadcast</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="em:NotificationMessageText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:GeneralNotificationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>