biom:SignatureCategoryCodeSimpleType

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

Definition

A data type for a kind of signature image, i.e. whether an image is the signature of the subject, or the signature of the official processing the transaction

Diagram

Enumerations

ValueDefinition
0Signature image of the subject
1Signature image of the official processing the transaction

XML Schema

<xs:simpleType name="SignatureCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of signature image, i.e. whether an image is the signature of the subject, or the signature of the official processing the transaction
</xs:documentation>
</xs:annotation>
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
Signature image of the subject
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Signature image of the official processing the transaction
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>