biom:LipContactLineDescriptorCodeSimpleType
simpleType LipContactLineDescriptorCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/
Definition
A data type for a lip contact line descriptor
Diagram
Enumerations
Value | Definition |
C | Curved contact line of the two lips |
L | Linear contact line of the two lips |
M | Mixed 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:restriction base="xs:token">
<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>