j:AlertNotificationType
complexType AlertNotificationType in namespace http://release.niem.gov/niem/domains/jxdm/6.0/
Definition
A data type for a process or activity of communicating an alert.
Diagram
XML Schema
<xs:complexType name="AlertNotificationType">
<xs:annotation>
<xs:documentation>
A data type for a process or activity of communicating an alert.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="em:NotificationType">
<xs:sequence>
<xs:element ref="j:AlertNotificationEntity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AlertNotificationResponseDueDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AlertNotificationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>