biom:ImageSegmentVertexType
complexType ImageSegmentVertexType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for a single pair of horizontal and vertical measures describing a point in an image
Diagram
XML Schema
<xs:complexType name="ImageSegmentVertexType">
<xs:annotation>
<xs:documentation>
A data type for a single pair of horizontal and vertical measures describing a point in an image</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="biom:ImageLocationHorizontalCoordinateMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:ImageLocationVerticalCoordinateMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:ImageSegmentVertexAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>