biom:BoundaryShapeCodeSimpleType
simpleType BoundaryShapeCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for a shape of a boundary of a feature within an image
Diagram
Enumerations
Value | Definition |
C | Circle |
E | Ellipse |
P | Polygon |
XML Schema
<xs:simpleType name="BoundaryShapeCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a shape of a boundary of a feature within an image</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="C">
<xs:annotation>
<xs:documentation>
Circle</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="E">
<xs:annotation>
<xs:documentation>
Ellipse</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="P">
<xs:annotation>
<xs:documentation>
Polygon</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>