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
Value | Definition |
0 | Scanned uncompressed |
1 | Scanned compressed |
2 | Vector |
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:restriction base="xs:integer">
<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>