intel:PotentialIdentityMatchAssociationType
complexType PotentialIdentityMatchAssociationType in namespace http://release.niem.gov/niem/domains/intelligence/4.2/
Definition
A data type for an association relating a set of identities that may potentially belong to the same person.
Diagram
XML Schema
<xs:complexType name="PotentialIdentityMatchAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association relating a set of identities that may potentially belong to the same person.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:AssociationType">
<xs:sequence>
<xs:element ref="nc:Identity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="intel:PotentialIdentityMatchDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="intel:PotentialIdentityMatchAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>