biom:LipContactLineDescriptorCodeSimpleType

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

Definition

A data type for a lip contact line descriptor

Diagram

Enumerations

ValueDefinition
CCurved contact line of the two lips
LLinear contact line of the two lips
MMixed shape contact line

XML Schema

<xs:simpleType name="LipContactLineDescriptorCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a lip contact line descriptor
</xs:documentation>
</xs:annotation>
<xs:enumeration value="C">
<xs:annotation>
<xs:documentation>
Curved contact line of the two lips
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="L">
<xs:annotation>
<xs:documentation>
Linear contact line of the two lips
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="M">
<xs:annotation>
<xs:documentation>
Mixed shape contact line
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>