biom:FaceImageAcquisitionCodeSimpleType
simpleType FaceImageAcquisitionCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type code for the source of a facial photo
Diagram
Enumerations
Value | Definition |
ANALOG VIDEO | Single video frame from an analog video camera |
DIGITAL CAMERA | Static photograph from a digital still-image camera |
DIGITAL VIDEO | Single video frame from a digital video camera |
OTHER | Another source image |
SCANNER | Single video frame from an unknown source |
TYPE20 | Record Type-20 original source representation |
UNKNOWN PHOTO | Static photograph from an unknown source |
UNKNOWN VIDEO | Single video frame from an unknown source |
UNSPECIFIED | Unspecified or unknown |
VENDOR | Vendor 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:restriction base="xs:token">
<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>