biom:CodecCategoryCodeSimpleType

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

Definition

A data type for an enumeration of codecs capable of encoding or decoding a digital data stream or signal.

Diagram

Enumerations

ValueDefinition
0Linear PCM
1Codec Type Reference
2Other
3Floating Point linear PCM
4ITU-T G.711 (PCM): mu-law with forward order digital samples
5ITU-T G.711 (PCM): mu-law with reverse order digital samples
6ITU-T G.711 (PCM): A-law with forward order digital samples
7ITU-T G.711 (PCM): A-law with reverse order digital samples

XML Schema

<xs:simpleType name="CodecCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for an enumeration of codecs capable of encoding or decoding a digital data stream or signal.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
Linear PCM
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Codec Type Reference
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Other
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Floating Point linear PCM
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
ITU-T G.711 (PCM): mu-law with forward order digital samples
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
ITU-T G.711 (PCM): mu-law with reverse order digital samples
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="6">
<xs:annotation>
<xs:documentation>
ITU-T G.711 (PCM): A-law with forward order digital samples
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="7">
<xs:annotation>
<xs:documentation>
ITU-T G.711 (PCM): A-law with reverse order digital samples
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>