scr:PersonFingerprintSetAugmentation
Screening Fingerprint Set Details
Element information
Namespace: http://niem.gov/niem/domains/screening/2.1
Schema document: domains/screening/2.1/screening.xsd
Type: scr:FingerprintSetAugmentationType
Properties: Global, Qualified
NIEM properties:
- Applies to: nc:FingerprintSetType
Content
- Sequence [1..1]
- scr:ImageFeatureExtraction [0..*] Details of the image extraction
- scr:ImageQualitySoftware [0..*] Image Capture Software information
- scr:ImageSegmentationSoftware [0..*] The data type that specifies image segmentation software information
- scr:ClientApplicationSoftware [0..*] The data type that specifies client application software information
- scr:FingerprintCompressionSoftware [0..*] The data type that specifies fingerprint compression software information
- scr:CaptureDuration [0..*] The duration for the specific range of capture time.
- scr:TotalCaptureDuration [0..*] The duration for the total range or duration of Fingerprint set capture
- scr:ImagesConcatenatedIndicator [0..*] The boolean value which is True if images are concatenated, otherwise false.
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:PersonFingerprintSetType (Element scr:PersonFingerprintSet)
Substitution hierarchy
- s:Augmentation
- can be substituted with scr:PersonFingerprintSetAugmentation
Sample instance
<scr:PersonFingerprintSetAugmentation> <scr:ImageFeatureExtraction> <scr:ImageFeatureExtractionSoftware> <scr:SoftwareVendorNameText>string</scr:SoftwareVendorNameText> <scr:SoftwareVersionNumber>string</scr:SoftwareVersionNumber> </scr:ImageFeatureExtractionSoftware> </scr:ImageFeatureExtraction> <scr:ImageQualitySoftware> <scr:SoftwareVendorNameText>string</scr:SoftwareVendorNameText> <scr:SoftwareVersionNumber>string</scr:SoftwareVersionNumber> </scr:ImageQualitySoftware> <scr:ImageSegmentationSoftware> <scr:SoftwareVendorNameText>string</scr:SoftwareVendorNameText> <scr:SoftwareVersionNumber>string</scr:SoftwareVersionNumber> </scr:ImageSegmentationSoftware> <scr:ClientApplicationSoftware> <scr:SoftwareVendorNameText>string</scr:SoftwareVendorNameText> <scr:SoftwareVersionNumber>string</scr:SoftwareVersionNumber> </scr:ClientApplicationSoftware> <scr:FingerprintCompressionSoftware> <scr:SoftwareVendorNameText>string</scr:SoftwareVendorNameText> <scr:SoftwareVersionNumber>string</scr:SoftwareVersionNumber> </scr:FingerprintCompressionSoftware> <scr:CaptureDuration>P1Y2M3DT10H</scr:CaptureDuration> <scr:TotalCaptureDuration>P1Y2M3DT10H</scr:TotalCaptureDuration> <scr:ImagesConcatenatedIndicator>true</scr:ImagesConcatenatedIndicator> </scr:PersonFingerprintSetAugmentation>