biom:LipPrintCodeSimpleType

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

Definition

A data type for lip print code

Diagram

Enumerations

ValueDefinition
IA clear cut groove running vertically across the lip
IIBranched groove
IIIAn intersected groove
IPPartial-length groove of Type I
IVA reticular groove
OOther pattern(s)

XML Schema

<xs:simpleType name="LipPrintCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for lip print code
</xs:documentation>
</xs:annotation>
<xs:enumeration value="I">
<xs:annotation>
<xs:documentation>
A clear cut groove running vertically across the lip
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="II">
<xs:annotation>
<xs:documentation>
Branched groove
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="III">
<xs:annotation>
<xs:documentation>
An intersected groove
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IP">
<xs:annotation>
<xs:documentation>
Partial-length groove of Type I
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IV">
<xs:annotation>
<xs:documentation>
A reticular groove
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="O">
<xs:annotation>
<xs:documentation>
Other pattern(s)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>