im:AlienMiscellaneousNumberIDType
complexType AlienMiscellaneousNumberIDType in namespace http://release.niem.gov/niem/domains/immigration/4.0/
Definition
A data type for an alternate number assigned to an alien for the purposes of identification.
Diagram
XML Schema
<xs:complexType name="AlienMiscellaneousNumberIDType">
<xs:annotation>
<xs:documentation>
A data type for an alternate number assigned to an alien for the purposes of identification.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:IdentificationType">
<xs:sequence>
<xs:element ref="im:AlienMiscellaneousIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:AlienMiscellaneousNumberIDAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>