scr:PersonAlertAssociationType
complexType PersonAlertAssociationType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for an association between a Person and an Alert Type that identifies the person of interest details.
Diagram
XML Schema
<xs:complexType name="PersonAlertAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between a Person and an Alert Type that identifies the person of interest details.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:AssociationType">
<xs:sequence>
<xs:element ref="em:AlertNotification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ExpirationDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Person" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:AlertIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:AlertEntryDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:AlertEntryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:PersonAlertStatus" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:AlertMedicalIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:PersonAlertAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>