biom:LipPrintSurfaceCodeSimpleType

simpleType LipPrintSurfaceCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/

Definition

A data type for a lip print surface code

Diagram

Enumerations

ValueDefinition
1Glass photographic mount or other surface used for exemplars
2Human skin
3Clothing - such as a shirt collar
9Other - such as a drinking glass

XML Schema

<xs:simpleType name="LipPrintSurfaceCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a lip print surface code
</xs:documentation>
</xs:annotation>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Glass photographic mount or other surface used for exemplars
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Human skin
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Clothing - such as a shirt collar
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="9">
<xs:annotation>
<xs:documentation>
Other - such as a drinking glass
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>