biom:FeaturePointCategoryCodeSimpleType

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

Definition

A data type for a kind of feature point of a captured facial image

Diagram

Enumerations

ValueDefinition
1An MPEG4 feature point
2Anthropometric landmark

XML Schema

<xs:simpleType name="FeaturePointCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of feature point of a captured facial image
</xs:documentation>
</xs:annotation>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
An MPEG4 feature point
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Anthropometric landmark
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>