diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | urn:ebu:metadata-schema:ebuCore_2014 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | ebucore:frequency ebucore:audioBlockFormat | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xs:string | ||
annotation |
|
||
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> |
type | xs:anyURI | ||
annotation |
|
||
source | <xs:attribute name="audioChannelFormatID" type="anyURI"> <xs:annotation> <xs:documentation>A unique ID for the audio channel</xs:documentation> </xs:annotation> </xs:attribute> |