biom:PhysicalMediaObjectType

complexType PhysicalMediaObjectType in namespace http://release.niem.gov/niem/domains/biometrics/5.0/

Definition

A data type for a description of the characteristics of physical media containing a recording.

Diagram

XML Schema

<xs:complexType name="PhysicalMediaObjectType">
<xs:annotation>
<xs:documentation>
A data type for a description of the characteristics of physical media containing a recording.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="biom:MediaCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:RecordingSpeedRate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:RecordingSpeedUnitText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:AudioEqualizationText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:AudioTrackQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SpeakerTrackList" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:MediaCommentText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:PhysicalMediaObjectAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>