biom:CharacterSetIndexCodeSimpleType
simpleType CharacterSetIndexCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/
Definition
A data type for a character set index number that references an associated character set throughout a transaction
Diagram
Enumerations
Value | Definition |
0 | ASCII |
1 | ASCII 8-bit (Deprecated) |
2 | UTF-16 |
3 | UTF-8 |
4 | UTF-32 |
XML Schema
<xs:simpleType name="CharacterSetIndexCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a character set index number that references an associated character set throughout a transaction</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
ASCII</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
ASCII 8-bit (Deprecated)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
UTF-16</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
UTF-8</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
UTF-32</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>