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
| Value | Definition |
| ASCII | ASCII 7-bit (with zero added in high bit position) |
| UTF-16 | UTF-16 |
| UTF-32 | UTF-32 |
| UTF-8 | UTF-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:restriction base="xs:token">
<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>