scr:BiometricAugmentation
Additional information about a biometric.
Element information
Namespace: http://niem.gov/niem/domains/screening/2.0
Schema document: domains/screening/2.0/screening.xsd
Type: scr:BiometricAugmentationType
Properties: Global, Qualified
NIEM properties:
- Applies to: nc:BiometricType
Content
- Sequence [1..1]
- scr:FingerPrintCardIndicator [0..*] An indicator indicating whether a legal hard copy of the BIOMETRIC IMAGE of the patterns or ridges on the pad of a human finger exists
- scr:BiometricImageCategoryCode [0..*] A BIOMETRIC IMAGE TYPE.
- scr:BiometricSource [0..*] The system of record that captured the PERSON BIOMETRIC
- scr:BiometricStatus [0..*] A classification of the state of the PERSON BIOMETRIC.
- scr:BiometricClassification [0..*] A classification of the kind of PERSON BIOMETRIC.
- scr:ImageCode [0..*] A kind of image.
- scr:QualityRankingText [0..*] Indicates the measure of the accuracy and readability of the recorded PERSON BIOMETRIC
- scr:QualityThresholdText [0..*] The acceptance level of the accuracy and readability of the recorded PERSON BIOMETRIC
- scr:QualityConfidenceLevelText [0..*] The quality score of the accuracy and readability of the recorded PERSON BIOMETRIC
- scr:NativeScanningResolutionValue [0..*] The scanning resolution used by a specific biometric image capture device.
- scr:NominalScanningResolutionValue [0..*] The nominal number of pixels per unit distance (ppmm or ppi) of a transmitted biometric image.
- scr:ScaleUnitsCategoryCode [0..*] A unit used to describe the image sampling frequency (pixel density).
- scr:ScanningResolutionCategoryCode [0..*] An indication of whether minimal (nominal) or native scanning resolution applies to a biometric image.
- scr:BitsPerPixelQuantity [0..*] The number of bits used to represent one pixel of a biometric image.
- scr:FingerprintFeaturesMinutiae [0..*] Proprietary values describing minutiae and related information encoded from a fingerprint image.
- scr:FingerprintFeaturesFeedback [0..*] Supplemental proprietary values describing minutiae and related information encoded from a fingerprint image.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:AugmentationType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:AugmentationType |
Substitution hierarchy
- s:Augmentation
- can be substituted with scr:BiometricAugmentation
Sample instance
<scr:BiometricAugmentation> <scr:FingerPrintCardIndicator>true</scr:FingerPrintCardIndicator> <scr:BiometricImageCategoryCode>10-print</scr:BiometricImageCategoryCode> <scr:BiometricSource> <scr:BiometricSourceCategoryCode>string</scr:BiometricSourceCategoryCode> <scr:BiometricSourceDescriptionText>string</scr:BiometricSourceDescriptionText> </scr:BiometricSource> <scr:BiometricStatus> <nc:StatusText>string</nc:StatusText> <nc:StatusDate> <nc:Date>2000-01-01</nc:Date> </nc:StatusDate> <nc:StatusDescriptionText>string</nc:StatusDescriptionText> <nc:StatusIssuerIdentification> <nc:IdentificationID>string</nc:IdentificationID> <j:PersonIDCategoryCode>AF</j:PersonIDCategoryCode> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate>... </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate>... </nc:IdentificationExpirationDate> <j:DrivingJurisdictionAuthorityANSID20Code>AB</j:DrivingJurisdictionAuthorityANSID20Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </nc:StatusIssuerIdentification> <nc:StatusIssuerText>string</nc:StatusIssuerText> <scr:BiometricStatusCategoryCode>string</scr:BiometricStatusCategoryCode> </scr:BiometricStatus> <scr:BiometricClassification> <scr:BiometricClassificationCategoryCode>10-print</scr:BiometricClassificationCategoryCode> <scr:BiometricClassificationCategoryDescriptionText>string</scr:BiometricClassificationCategoryDescriptionText> </scr:BiometricClassification> <scr:ImageCode>string</scr:ImageCode> <scr:QualityRankingText>string</scr:QualityRankingText> <scr:QualityThresholdText>string</scr:QualityThresholdText> <scr:QualityConfidenceLevelText>string</scr:QualityConfidenceLevelText> <scr:NativeScanningResolutionValue>1.0</scr:NativeScanningResolutionValue> <scr:NominalScanningResolutionValue>1.0</scr:NominalScanningResolutionValue> <scr:ScaleUnitsCategoryCode>0</scr:ScaleUnitsCategoryCode> <scr:ScanningResolutionCategoryCode>0</scr:ScanningResolutionCategoryCode> <scr:BitsPerPixelQuantity>1.0</scr:BitsPerPixelQuantity> <scr:FingerprintFeaturesMinutiae> <nc:BinaryCaptureDate> <nc:Date>2000-01-01</nc:Date> </nc:BinaryCaptureDate> <nc:BinaryBase64Object>GpM7</nc:BinaryBase64Object> <nc:BinaryFormatID>string</nc:BinaryFormatID> </scr:FingerprintFeaturesMinutiae> <scr:FingerprintFeaturesFeedback> <nc:BinaryCaptureDate> <nc:Date>2000-01-01</nc:Date> </nc:BinaryCaptureDate> <nc:BinaryBase64Object>GpM7</nc:BinaryBase64Object> <nc:BinaryFormatID>string</nc:BinaryFormatID> </scr:FingerprintFeaturesFeedback> </scr:BiometricAugmentation>