scr:EFTS
A screening fingerprint binary transmission.
Element information
Namespace: http://niem.gov/niem/domains/screening/2.1
Schema document: domains/screening/2.1/screening.xsd
Type: scr:EFTSFeatureType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:BinaryCaptureDate [0..*] A date on which a binary object is captured or created.
- nc:BinaryBase64Object [0..*] A binary encoding of data.
- nc:BinaryFormatID [0..*] An identifier for a file format or content type of a binary object.
- nc:ImageHeightValue [0..*] A height of an image in pixels.
- nc:ImageWidthValue [0..*] A width of an image in pixels.
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:EFTS> <nc:BinaryCaptureDate> <nc:Date>2000-01-01</nc:Date> </nc:BinaryCaptureDate> <nc:BinaryBase64Object>GpM7</nc:BinaryBase64Object> <nc:BinaryFormatID>string</nc:BinaryFormatID> <nc:ImageHeightValue>1</nc:ImageHeightValue> <nc:ImageWidthValue>1</nc:ImageWidthValue> </scr:EFTS>