biom:FaceImageAcquisitionCodeSimpleType

simpleType FaceImageAcquisitionCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.1/

Definition

A data type code for the source of a facial photo

Diagram

Enumerations

ValueDefinition
ANALOG VIDEOSingle video frame from an analog video camera
DIGITAL CAMERAStatic photograph from a digital still-image camera
DIGITAL VIDEOSingle video frame from a digital video camera
OTHERAnother source image
SCANNERSingle video frame from an unknown source
TYPE20Record Type-20 original source representation
UNKNOWN PHOTOStatic photograph from an unknown source
UNKNOWN VIDEOSingle video frame from an unknown source
UNSPECIFIEDUnspecified or unknown
VENDORVendor specific source

XML Schema

<xs:simpleType name="FaceImageAcquisitionCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type code for the source of a facial photo
</xs:documentation>
</xs:annotation>
<xs:enumeration value="ANALOG VIDEO">
<xs:annotation>
<xs:documentation>
Single video frame from an analog video camera
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DIGITAL CAMERA">
<xs:annotation>
<xs:documentation>
Static photograph from a digital still-image camera
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DIGITAL VIDEO">
<xs:annotation>
<xs:documentation>
Single video frame from a digital video camera
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OTHER">
<xs:annotation>
<xs:documentation>
Another source image
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SCANNER">
<xs:annotation>
<xs:documentation>
Single video frame from an unknown source
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TYPE20">
<xs:annotation>
<xs:documentation>
Record Type-20 original source representation
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNKNOWN PHOTO">
<xs:annotation>
<xs:documentation>
Static photograph from an unknown source
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNKNOWN VIDEO">
<xs:annotation>
<xs:documentation>
Single video frame from an unknown source
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNSPECIFIED">
<xs:annotation>
<xs:documentation>
Unspecified or unknown
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VENDOR">
<xs:annotation>
<xs:documentation>
Vendor specific source
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>