intel:PersonInIDType
complexType PersonInIDType in namespace http://release.niem.gov/niem/domains/intelligence/4.2/
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:extension base="structures:ObjectType">
<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>