biom:FaceImageContourType

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

Definition

A data type for a contour feature in a face image

Diagram

XML Schema

<xs:complexType name="FaceImageContourType">
<xs:annotation>
<xs:documentation>
A data type for a contour feature in a face image
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="biom:FaceImageContourCategoryCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:PositionPolygonVertexQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:PositionPolygonVertex" minOccurs="3" maxOccurs="99"/>
<xs:element ref="biom:FaceImageContourAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>