nc:PersonIdentityAssociationType

complexType PersonIdentityAssociationType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for an association between a person and an identity.

Diagram

XML Schema

<xs:complexType name="PersonIdentityAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between a person and an identity.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:Person" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Identity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:IdentityStolenIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PersonIdentityAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>