im:MatchCandidateStatusType
complexType MatchCandidateStatusType in namespace http://release.niem.gov/niem/domains/immigration/4.0/
Definition
A data type for the classification of the persons who potentially match the identity of an alien.
Diagram
XML Schema
<xs:complexType name="MatchCandidateStatusType">
<xs:annotation>
<xs:documentation>
A data type for the classification of the persons who potentially match the identity of an alien.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="im:MatchCandidateStatusCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:MatchCandidateStatusAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>