biom:ImageSegmentPolygonType
complexType ImageSegmentPolygonType in namespace http://release.niem.gov/niem/domains/biometrics/4.1/
Definition
A data type for a set of vertices within an image describing a polygon-shaped region; the first and last vertices are assumed to be connected
Diagram
XML Schema
<xs:complexType name="ImageSegmentPolygonType">
<xs:annotation>
<xs:documentation>
A data type for a set of vertices within an image describing a polygon-shaped region; the first and last vertices are assumed to be connected</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="biom:PositionPolygonVertex" minOccurs="3" maxOccurs="99"/>
<xs:element ref="biom:ImageSegmentPolygonAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>