biom:DigitalMediaContainerType
complexType DigitalMediaContainerType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for container which contains information about the container format that encapsulates the audio data of the electronic file used to carry the voice data in the digital recording.
Diagram
XML Schema
<xs:complexType name="DigitalMediaContainerType">
<xs:annotation>
<xs:documentation>
A data type for container which contains information about the container format that encapsulates the audio data of the electronic file used to carry the voice data in the digital recording.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="biom:DigitalMediaContainerFormatCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:DigitalMediaContainerExternalReferenceCodeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:AudioCommentText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:DigitalMediaContainerAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>