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

ValueDefinition
0ASCII
1ASCII 8-bit (Deprecated)
2UTF-16
3UTF-8
4UTF-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: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>