intel:PersonOtherIDType
complexType PersonOtherIDType in namespace http://release.niem.gov/niem/domains/intelligence/4.2/
Definition
A data type for the kind of identifier assigned to a person, if the identifier is not explicitly defined in a standard enumeration.
Diagram
XML Schema
<xs:complexType name="PersonOtherIDType">
<xs:annotation>
<xs:documentation>
A data type for the kind of identifier assigned to a person, if the identifier is not explicitly defined in a standard enumeration.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="intel:PersonOtherIDAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>