scr:PersonAddressAssociationType

complexType PersonAddressAssociationType in namespace http://release.niem.gov/niem/domains/screening/4.0/

Definition

A data type for a relationship between a PERSON who conducts some sort of business or operations and his or hers postal ADDRESS.

Diagram

XML Schema

<xs:complexType name="PersonAddressAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship between a PERSON who conducts some sort of business or operations and his or hers postal ADDRESS.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:Person" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Address" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:PersonAddressAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>