j:NotificationAugmentationType
complexType NotificationAugmentationType in namespace http://release.niem.gov/niem/domains/jxdm/6.0/
Definition
A data type for additional information about a Notification.
Diagram
XML Schema
<xs:complexType name="NotificationAugmentationType">
<xs:annotation>
<xs:documentation>
A data type for additional information about a Notification.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:AugmentationType">
<xs:sequence>
<xs:element ref="j:NotificationCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:NotificationDeliveryByMailIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:NotificationDeliveryInPersonIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:NotificationEventCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:NotificationPreparationDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:NotificationPurposeAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:NotificationResponseReceivedNotificationDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:NotificationResponseSummaryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:NotificationSentDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:NotificationSubjectText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:NotificationSummaryText" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>