biom:AudioInformationType

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

Definition

A data type for a description of specific time segments within a voice recording, and their processing.

Diagram

XML Schema

<xs:complexType name="AudioInformationType">
<xs:annotation>
<xs:documentation>
A data type for a description of specific time segments within a voice recording, and their processing.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="biom:ProcessingIndicatorCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:ProcessingAuthorityText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:ProcessingCommentText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:AudioInformationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>