biom:CodecDetailsType

complexType CodecDetailsType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/

Definition

A data type for a container of descriptive information about the encoding of a digital media data file.

Diagram

XML Schema

<xs:complexType name="CodecDetailsType">
<xs:annotation>
<xs:documentation>
A data type for a container of descriptive information about the encoding of a digital media data file.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="biom:CodecCategoryCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SamplingRate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:RecordingBitDepthValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:RecordingEndianCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:NumericFormatText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:RecordingChannelsQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:CodecExternalReferenceCodeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:CodecCommentText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:CodecDetailsAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>