scr:BiometricAugmentation
Additional information about a biometric.
Element information
Namespace: http://niem.gov/niem/domains/screening/2.1
Schema document: domains/screening/2.1/screening.xsd
Type: scr:BiometricAugmentationType
Properties: Global, Qualified
NIEM properties:
- Applies to: nc:BiometricType
Content
- Sequence [1..1]
- scr:BiometricCaptureDuration [0..*] The duration of total calculated time to send and receive transactions from IDENT web services, providing an ability to capture the length of time to capture each Biometric Image
- 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:ImageCategoryText [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 |
Used in
- Type scr:BiometricType (Element scr:Biometric)
Substitution hierarchy
- s:Augmentation
- can be substituted with scr:BiometricAugmentation
Sample instance
<scr:BiometricAugmentation> <scr:BiometricCaptureDuration>P1Y2M3DT10H</scr:BiometricCaptureDuration> <scr:FingerPrintCardIndicator>true</scr:FingerPrintCardIndicator> <scr:BiometricImageCategoryCode>fingerprints</scr:BiometricImageCategoryCode> <scr:BiometricSource> <scr:BiometricSourceCategoryText>string</scr:BiometricSourceCategoryText> <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> <nc:IdentificationCategoryText>string</nc:IdentificationCategoryText> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate>... </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate>... </nc:IdentificationExpirationDate> <nc:IdentificationJurisdictionFIPS10-4Code>KS</nc:IdentificationJurisdictionFIPS10-4Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </nc:StatusIssuerIdentification> <nc:StatusIssuerText>string</nc:StatusIssuerText> <scr:BiometricStatusCategoryText>string</scr:BiometricStatusCategoryText> </scr:BiometricStatus> <scr:BiometricClassification> <scr:BiometricClassificationCategoryCode>facial image</scr:BiometricClassificationCategoryCode> <scr:BiometricClassificationCategoryDescriptionText>string</scr:BiometricClassificationCategoryDescriptionText> </scr:BiometricClassification> <scr:ImageCategoryText>string</scr:ImageCategoryText> <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>2</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>