em:AlertNotificationType

complexType AlertNotificationType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/

Definition

A data type for an alert message

Diagram

XML Schema

<xs:complexType name="AlertNotificationType">
<xs:annotation>
<xs:documentation>
A data type for an alert message
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:AlertEffectiveDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:AlertExpirationDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:AlertHeadlineText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:AlertInstructionsDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:AlertHandlingAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:AlertReasonText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:AlertCategoryCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:AlertEventDetails" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:AlertAffectedLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:AlertSupplementaryDigitalResource" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:AlertNotificationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>