biom:FaceImageFeaturePointType

complexType FaceImageFeaturePointType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/

Definition

A data type for a set of attributes describing 2D, MPEG4 facial feature points and their locations

Diagram

XML Schema

<xs:complexType name="FaceImageFeaturePointType">
<xs:annotation>
<xs:documentation>
A data type for a set of attributes describing 2D, MPEG4 facial feature points and their locations
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="biom:FeaturePointHorizontalCoordinateValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:FeaturePointIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:FeaturePointCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:FeaturePointVerticalCoordinateValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:FaceImageFeaturePointAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>