biom:SignatureRepresentationCodeSimpleType

simpleType SignatureRepresentationCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/

Definition

A data type for an indicator whether an image is scanned and not compressed, scanned and compressed, or vector data

Diagram

Enumerations

ValueDefinition
0Scanned uncompressed
1Scanned compressed
2Vector

XML Schema

<xs:simpleType name="SignatureRepresentationCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for an indicator whether an image is scanned and not compressed, scanned and compressed, or vector data
</xs:documentation>
</xs:annotation>
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
Scanned uncompressed
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Scanned compressed
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Vector
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>