complexType containerFormatType
diagram gluon3_1_p704.png
namespace urn:ebu:metadata-schema:ebuCore_2014
children ebucore:codec ebucore:comment
used by
element formatType/containerFormat
attributes
Name  Type  Use  Default  Fixed  Annotation
containerFormatId  xs:anyURI        
documentation
To uniquely identify a container.
formatLabel  xs:string        
documentation
Free text to define the format of the associated element.
formatDefinition  xs:string        
documentation
Free text to provide a definition for the format.
formatLink  xs:anyURI        
documentation
A URI to link e.g. to a format in a classification scheme.
formatSource  xs:string        
documentation
To identify a source of attribution.
formatLanguage  xs:language        
documentation
To define the language in which the type information is provided.
annotation
documentation
To provide information on the wrapper format in complement to the stream
encoding information provided in 'channel', e.g. mp3, wave, Quicktime,
ogg.
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>

attribute containerFormatType/@containerFormatId
type xs:anyURI
annotation
documentation
To uniquely identify a container.
source <xs:attribute name="containerFormatId" type="anyURI">
 
<xs:annotation>
   
<xs:documentation> To uniquely identify a container. </xs:documentation>
 
</xs:annotation>
</xs:attribute>

element containerFormatType/codec
diagram gluon3_1_p705.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:codecType
properties
minOcc 0
maxOcc 1
content complex
children ebucore:codecIdentifier ebucore:name ebucore:vendor ebucore:version ebucore:family
annotation
documentation
To identify the product (hardware / software) used to encode
content in the specified encoding format
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>


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