biom:CharacterSetCommonNameCodeSimpleType

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

Definition

A data type for a common name for a character set

Diagram

Enumerations

ValueDefinition
ASCIIASCII 7-bit (with zero added in high bit position)
UTF-16UTF-16
UTF-32UTF-32
UTF-8UTF-8

XML Schema

<xs:simpleType name="CharacterSetCommonNameCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a common name for a character set
</xs:documentation>
</xs:annotation>
<xs:enumeration value="ASCII">
<xs:annotation>
<xs:documentation>
ASCII 7-bit (with zero added in high bit position)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UTF-16">
<xs:annotation>
<xs:documentation>
UTF-16
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UTF-32">
<xs:annotation>
<xs:documentation>
UTF-32
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UTF-8">
<xs:annotation>
<xs:documentation>
UTF-8
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>