biom:PhotoDescriptorCodeSimpleType

simpleType PhotoDescriptorCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/5.0/

Definition

A data type for an attribute of a captured facial image

Diagram

Enumerations

ValueDefinition
GLASSESGlasses
HATHat
OTHEROther
PHYSICALPhysical
SCARFScarf

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: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>