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
Value | Definition |
1 | An MPEG4 feature point |
2 | Anthropometric 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:restriction base="xs:integer">
<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>