biom:LipPrintCodeSimpleType
simpleType LipPrintCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for lip print code
Diagram
Enumerations
Value | Definition |
I | A clear cut groove running vertically across the lip |
II | Branched groove |
III | An intersected groove |
IP | Partial-length groove of Type I |
IV | A reticular groove |
O | Other pattern(s) |
XML Schema
<xs:simpleType name="LipPrintCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for lip print code</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<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>