em:NotificationType
complexType NotificationType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for the function of the message
Diagram
XML Schema
<xs:complexType name="NotificationType">
<xs:annotation>
<xs:documentation>
A data type for the function of the message</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:ActivityType">
<xs:sequence>
<xs:element ref="em:NotificationID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:NotificationSourceAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:NotificationRecipient" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:NotificationOriginator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:NotificationRepresentation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:NotificationFunctionCategoryCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:NotificationKeywordText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:NotificationLanguageCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:NotificationDistributionScope" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:NotificationCategoryCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:NotificationTargetLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:NotificationConfidentialityText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:NotificationMessageStatusCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:NotificationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>