biom:PhotoDescriptorCodeSimpleType

simpleType PhotoDescriptorCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.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>