im:AlienMatchCandidateType

complexType AlienMatchCandidateType in namespace http://release.niem.gov/niem/domains/immigration/4.1/

Definition

A data type for the resulting list of aliens that match all or part of a search criteria for the purpose of identifying the alien.

Diagram

XML Schema

<xs:complexType name="AlienMatchCandidateType">
<xs:annotation>
<xs:documentation>
A data type for the resulting list of aliens that match all or part of a search criteria for the purpose of identifying the alien.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="im:MatchCandidateRankNumeric" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:MatchCandidateDetainedDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:MatchCandidateLeftFingerScoreNumeric" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:MatchCandidateStatus" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:MatchCandidateOverallFingerScoreNumeric" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:MatchCandidateOverallMatchDecisionStatusText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:MatchCandidateRightFingerScoreNumeric" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:AlienMatchCandidateAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>