im:AlienMatchCandidate
The confirmation of a candidates biometric match with an encountered alien.
Element information
Namespace: http://niem.gov/niem/domains/immigration/2.1
Schema document: domains/immigration/2.1/immigration.xsd
Type: im:AlienMatchCandidateType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- im:MatchCandidateRankNumeric [0..*] A number indicating the ranking score of an enrolled candidates biometric match against an encountered alien.
- im:MatchCandidateDetainedDate [0..*] The date on which the candidate for match with an encountered alien was detained.
- im:MatchCandidateLeftFingerScoreNumeric [0..*] A number indicating the left fingerprint score value of an enrolled candidate for determining his/her biometric match against an encountered alien.
- im:MatchCandidateStatus [0..*] An indication of whether or not a candidate has met the minimum threshold for identification as a match with an encountered alien.
- im:MatchCandidateOverallFingerScoreNumeric [0..*] A number indicating the sum of the right and left fingerprint score values of an enrolled candidate in order to determine his/her biometric match against an encountered alien.
- im:MatchCandidateOverallMatchDecisionStatusText [0..*] A final decision as to whether or not the candidate is truly a hit against an encountered alien.
- im:MatchCandidateRightFingerScoreNumeric [0..*] A number indicating the right fingerprint score value of an enrolled candidate for determining his/her biometric match against an encountered alien.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- Type im:AlienExchangeVisitorType via extension of im:AlienType (Element im:AlienExchangeVisitor)
- Type im:AlienStudentType via extension of im:AlienType (Element im:AlienStudent)
- Type scr:AlienExchangeVisitorType via extension of im:AlienType (Element scr:AlienExchangeVisitor)
- Type im:AlienType (Elements im:Alien, im:AlienChild, im:AlienKin, im:AlienSpouse, im:SubmittingAlien)
Sample instance
<im:AlienMatchCandidate> <im:MatchCandidateRankNumeric>1.0</im:MatchCandidateRankNumeric> <im:MatchCandidateDetainedDate> <nc:Date>2000-01-01</nc:Date> </im:MatchCandidateDetainedDate> <im:MatchCandidateLeftFingerScoreNumeric>1.0</im:MatchCandidateLeftFingerScoreNumeric> <im:MatchCandidateStatus> <im:MatchCandidateStatusCategoryText>string</im:MatchCandidateStatusCategoryText> </im:MatchCandidateStatus> <im:MatchCandidateOverallFingerScoreNumeric>1.0</im:MatchCandidateOverallFingerScoreNumeric> <im:MatchCandidateOverallMatchDecisionStatusText>string</im:MatchCandidateOverallMatchDecisionStatusText> <im:MatchCandidateRightFingerScoreNumeric>1.0</im:MatchCandidateRightFingerScoreNumeric> </im:AlienMatchCandidate>