scr:BiometricCoordinate
A service used to determine the BIOMETRIC COORDINATE.
Element information
Namespace: http://niem.gov/niem/domains/screening/2.1
Schema document: domains/screening/2.1/screening.xsd
Type: scr:BiometricCoordinateType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- scr:CoordinateCategoryText [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:CoordinateCategoryText>string</scr:CoordinateCategoryText> <scr:CoordinateCategoryDescriptionText>string</scr:CoordinateCategoryDescriptionText> <scr:BiometricCoordinateIdentification> <nc:IdentificationID>string</nc:IdentificationID> <nc:IdentificationCategoryText>string</nc:IdentificationCategoryText> <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> <nc:IdentificationJurisdictionFIPS10-4Code>KS</nc:IdentificationJurisdictionFIPS10-4Code> <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>