intel:PersonInIDType

complexType PersonInIDType in namespace http://release.niem.gov/niem/domains/intelligence/5.0/

Definition

A data type for the human being referenced in the context of an identification.

Diagram

XML Schema

<xs:complexType name="PersonInIDType">
<xs:annotation>
<xs:documentation>
A data type for the human being referenced in the context of an identification.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:PersonName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PersonBirthDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="intel:PersonInIDAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>