diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | urn:ebu:metadata-schema:ebuCore_2014 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | ebucore:codec ebucore:comment | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="containerFormatType"> <xs:annotation> <xs:documentation>To provide information on the wrapper format in complement to the stream encoding information provided in 'channel', e.g. mp3, wave, Quicktime, ogg.</xs:documentation> </xs:annotation> <xs:sequence> <xs:sequence> <xs:element name="codec" type="ebucore:codecType" minOccurs="0"> <xs:annotation> <xs:documentation>To identify the product (hardware / software) used to encode content in the specified encoding format</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:element ref="ebucore:comment" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation> To provide additional contextual information. </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="containerFormatId" type="anyURI"> <xs:annotation> <xs:documentation> To uniquely identify a container. </xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="ebucore:formatGroup"> <xs:annotation> <xs:documentation> A group of attributes to define a container/wrapper format. </xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> |
type | xs:anyURI | ||
annotation |
|
||
source | <xs:attribute name="containerFormatId" type="anyURI"> <xs:annotation> <xs:documentation> To uniquely identify a container. </xs:documentation> </xs:annotation> </xs:attribute> |
diagram | |||||||
namespace | urn:ebu:metadata-schema:ebuCore_2014 | ||||||
type | ebucore:codecType | ||||||
properties |
|
||||||
children | ebucore:codecIdentifier ebucore:name ebucore:vendor ebucore:version ebucore:family | ||||||
annotation |
|
||||||
source | <xs:element name="codec" type="ebucore:codecType" minOccurs="0"> <xs:annotation> <xs:documentation>To identify the product (hardware / software) used to encode content in the specified encoding format</xs:documentation> </xs:annotation> </xs:element> |