cbrn:AudioFileType
complexType AudioFileType in namespace http://release.niem.gov/niem/domains/cbrn/5.0/
Definition
A data type to capture the Audio data file type
Diagram
XML Schema
<xs:complexType name="AudioFileType">
<xs:annotation>
<xs:documentation>
A data type to capture the Audio data file type</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="cbrn:DataFileType">
<xs:sequence>
<xs:element ref="cbrn:AudioFileCodecName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:AudioFileCodecNameVersionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:AudioFileCodecCreatorApplicationText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:AudioFileCodecCreatorApplicationVersionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:AudioFileBitRate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:AudioFileSampleRate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:AudioFileChannelsQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:AudioFileAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>