biom:LipPrintSurfaceCodeSimpleType
simpleType LipPrintSurfaceCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/
Definition
A data type for a lip print surface code
Diagram
Enumerations
Value | Definition |
1 | Glass photographic mount or other surface used for exemplars |
2 | Human skin |
3 | Clothing - such as a shirt collar |
9 | Other - 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:restriction base="xs:token">
<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>