biom:PhotoDescriptorCodeSimpleType
simpleType PhotoDescriptorCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for an attribute of a captured facial image
Diagram
Enumerations
Value | Definition |
GLASSES | Glasses |
HAT | Hat |
OTHER | Other |
PHYSICAL | Physical |
SCARF | Scarf |
XML Schema
<xs:simpleType name="PhotoDescriptorCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for an attribute of a captured facial image</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="GLASSES">
<xs:annotation>
<xs:documentation>
Glasses</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HAT">
<xs:annotation>
<xs:documentation>
Hat</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OTHER">
<xs:annotation>
<xs:documentation>
Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PHYSICAL">
<xs:annotation>
<xs:documentation>
Physical</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SCARF">
<xs:annotation>
<xs:documentation>
Scarf</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>