scr:BiometricCoordinate
A service used to determine the BIOMETRIC COORDINATE.
Element information
Namespace: http://niem.gov/niem/domains/screening/2.0
Schema document: domains/screening/2.0/screening.xsd
Type: scr:BiometricCoordinateType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- scr:CoordinateCategoryCode [0..*] A service used to determine the coordinate.
- scr:CoordinateCategoryDescriptionText [0..*] The text that describes the service used to determine the coordinate.
- scr:BiometricCoordinateIdentification [0..*] An identifier that represents the BIOMETRIC COORDINATE.
- scr:LeftIsQuantity [0..*] The number of pixels in the left coordinate of the Image.
- scr:TopIsQuantity [0..*] The number of pixels in the top coordinate of the Image.
- scr:RightIsQuantity [0..*] The number of pixels in the right coordinate of the Image.
- scr:BottomIsQuantity [0..*] The number of pixels in the bottom coordinate of the Image.
- scr:QualityScore [0..*] The score of the fingerprint segment as identified by the coordinates.
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 |
Sample instance
<scr:BiometricCoordinate> <scr:CoordinateCategoryCode>string</scr:CoordinateCategoryCode> <scr:CoordinateCategoryDescriptionText>string</scr:CoordinateCategoryDescriptionText> <scr:BiometricCoordinateIdentification> <nc:IdentificationID>string</nc:IdentificationID> <j:PersonIDCategoryCode>AF</j:PersonIDCategoryCode> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationExpirationDate> <j:DrivingJurisdictionAuthorityANSID20Code>AB</j:DrivingJurisdictionAuthorityANSID20Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </scr:BiometricCoordinateIdentification> <scr:LeftIsQuantity>1</scr:LeftIsQuantity> <scr:TopIsQuantity>1</scr:TopIsQuantity> <scr:RightIsQuantity>1</scr:RightIsQuantity> <scr:BottomIsQuantity>1</scr:BottomIsQuantity> <scr:QualityScore>1.0</scr:QualityScore> </scr:BiometricCoordinate>