biom:ImageSegmentType

complexType ImageSegmentType in namespace http://release.niem.gov/niem/domains/biometrics/5.0/

Definition

A data type for a portion of an image

Diagram

XML Schema

<xs:complexType name="ImageSegmentType">
<xs:annotation>
<xs:documentation>
A data type for a portion of an image
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="biom:ImageSegmentID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:ImageSegmentInternalFileLocationText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:PositionPolygonVertexQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:PositionPolygonVertex" minOccurs="0" maxOccurs="99"/>
<xs:element ref="biom:ImageSegmentAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>