complexType audioChannelFormatType
diagram gluon3_1_p634.png
namespace urn:ebu:metadata-schema:ebuCore_2014
children ebucore:frequency ebucore:audioBlockFormat
used by
element audioChannelFormat
attributes
Name  Type  Use  Default  Fixed  Annotation
audioChannelFormatName  xs:string        
documentation
A unique human readable name for the audio channel
audioChannelFormatID  xs:anyURI        
documentation
A unique ID for the audio channel
typeLabel  xs:string        
documentation
Free text to define the type of the associated element.
typeDefinition  xs:string        
documentation
Free text to provide a definition for the type.
typeLink  xs:anyURI        
documentation
A URI to link e.g. to a type in a classification scheme.
typeSource  xs:string        
documentation
To identify a source of attribution.
typeLanguage  xs:language        
documentation
To define the language in which the type information is provided.
source <xs:complexType name="audioChannelFormatType">
 
<xs:sequence>
   
<xs:element ref="ebucore:frequency" minOccurs="0" maxOccurs="2">
     
<xs:annotation>
       
<xs:documentation>Sets a high or low cut-off frequency for the audio in
Hz.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element ref="ebucore:audioBlockFormat" minOccurs="1" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>A division of the channel in time. Multiple blocks in the channel
provide the dynamic information.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="audioChannelFormatName" type="string">
   
<xs:annotation>
     
<xs:documentation>A unique human readable name for the audio channel</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="audioChannelFormatID" type="anyURI">
   
<xs:annotation>
     
<xs:documentation>A unique ID for the audio channel</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="ebucore:typeGroup">
   
<xs:annotation>
     
<xs:documentation>The type of audio channel, whether directSpeakers, Ambisonic, HOA,
objects, Matrix.
</xs:documentation>
   
</xs:annotation>
 
</xs:attributeGroup>
</xs:complexType>

attribute audioChannelFormatType/@audioChannelFormatName
type xs:string
annotation
documentation
A unique human readable name for the audio channel
source <xs:attribute name="audioChannelFormatName" type="string">
 
<xs:annotation>
   
<xs:documentation>A unique human readable name for the audio channel</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute audioChannelFormatType/@audioChannelFormatID
type xs:anyURI
annotation
documentation
A unique ID for the audio channel
source <xs:attribute name="audioChannelFormatID" type="anyURI">
 
<xs:annotation>
   
<xs:documentation>A unique ID for the audio channel</xs:documentation>
 
</xs:annotation>
</xs:attribute>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy