biom:FaceImageBoundingSquareType

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

Definition

A data type for a square bounding box containing a face image in a larger picture

Diagram

XML Schema

<xs:complexType name="FaceImageBoundingSquareType">
<xs:annotation>
<xs:documentation>
A data type for a square bounding box containing a face image in a larger picture
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="biom:FaceImageBoundingCategoryCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SegmentBottomVerticalCoordinateValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SegmentLeftHorizontalCoordinateValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SegmentRightHorizontalCoordinateValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SegmentTopVerticalCoordinateValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:FaceImageBoundingSquareAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>