j:AlertSubjectAssociationType

complexType AlertSubjectAssociationType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/

Definition

A data type for an association between a person or entity associated with an alert.

Diagram

XML Schema

<xs:complexType name="AlertSubjectAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between a person or entity associated with an alert.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:AlertNotification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:Subject" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AlertSubjectAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>