biom:CodecCategoryCodeSimpleType
simpleType CodecCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.1/
Definition
A data type for an enumeration of codecs capable of encoding or decoding a digital data stream or signal.
Diagram
Enumerations
Value | Definition |
0 | Linear PCM |
1 | Codec Type Reference |
2 | Other |
3 | Floating Point linear PCM |
4 | ITU-T G.711 (PCM): mu-law with forward order digital samples |
5 | ITU-T G.711 (PCM): mu-law with reverse order digital samples |
6 | ITU-T G.711 (PCM): A-law with forward order digital samples |
7 | ITU-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:restriction base="xs:token">
<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>