complexType formatType
diagram gluon3_1_p802.png
namespace urn:ebu:metadata-schema:ebuCore_2014
children format ebucore:medium ebucore:imageFormat ebucore:videoFormat ebucore:audioFormat ebucore:audioFormatExtended ebucore:containerFormat ebucore:signingFormat ebucore:dataFormat ebucore:start ebucore:end ebucore:duration ebucore:fileSize ebucore:fileName ebucore:mimeType ebucore:locator ebucore:hash ebucore:documentFormat ebucore:technicalAttributeString ebucore:technicalAttributeByte ebucore:technicalAttributeShort ebucore:technicalAttributeInteger ebucore:technicalAttributeLong ebucore:technicalAttributeUnsignedByte ebucore:technicalAttributeUnsignedShort ebucore:technicalAttributeUnsignedInteger ebucore:technicalAttributeUnsignedLong ebucore:technicalAttributeBoolean ebucore:technicalAttributeFloat ebucore:technicalAttributeRational ebucore:technicalAttributeUri ebucore:dateCreated ebucore:dateModified
used by
elements coreMetadataType/format originType/technicalMetadata
attributes
Name  Type  Use  Default  Fixed  Annotation
formatId  xs:anyURI        
documentation
To uniquely identify a format.
formatVersionId  xs:string        
documentation
To provide information on the version of the format.
formatName  xs:string        
documentation
To provide a human readable name for the format.
formatDefinition  xs:string        
documentation
To provide a human readable name for the format.
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.
annotation
documentation
The physical or digital manifestation of the resource. Use the descriptor
Format to identify the format of a particular resource as it exists in its physical
or digital form. Physical form = an actual physical form that occupies physical
space, e.g. a tape. Digital form = a digital file residing on a server or hard
drive. Format may be used to determine the software, hardware or other equipment
needed to display or operate the resource.
source <xs:complexType name="formatType">
 
<xs:annotation>
   
<xs:documentation>The physical or digital manifestation of the resource. Use the descriptor
Format to identify the format of a particular resource as it exists in its physical
or digital form. Physical form = an actual physical form that occupies physical
space, e.g. a tape. Digital form = a digital file residing on a server or hard
drive. Format may be used to determine the software, hardware or other equipment
needed to display or operate the resource.
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element ref="dc:format" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation> The EBU core metadata set is built as a refinement of the Dublin
Core. Free text to provide information on the format.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="medium" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>The material or physical carrier of the resource. If a file, it
should be the carrier format.
</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:attribute name="mediumId" type="anyURI">
         
<xs:annotation>
           
<xs:documentation> To uniquely identify the medium. </xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ebucore:typeGroup">
         
<xs:annotation>
           
<xs:documentation> A group opf attributes nto identify the type of medium.
</xs:documentation>
         
</xs:annotation>
       
</xs:attributeGroup>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="imageFormat" type="ebucore:imageFormatType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation> Used to list the characteristics of an image. </xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="videoFormat" type="ebucore:videoFormatType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation> Used to list all the characteristics of the video signal.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="audioFormat" type="ebucore:audioFormatType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation> Used to list all the characteristics of the audio signal.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="audioFormatExtended" type="ebucore:audioFormatExtendedType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation> Used to list all the extended audio model characteristics of the
audio signal. The extended audio format model is specified in details in
Tech.3364.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="containerFormat" type="ebucore:containerFormatType" minOccurs="0" maxOccurs="unbounded">
     
<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:element>
   
<xs:element name="signingFormat" type="ebucore:signingFormatType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation> To provide the characteristics of signing, when present.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="dataFormat" type="ebucore:dataFormatType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation> To provide information on the data provided with the resource
and its format.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="start" type="ebucore:timeType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The beginning point for playback of a time-based media item, such
as digital video or audio. Use in combination with end or duration to
identify a sequence or segment of a media item that has a fixed start time
and end time.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="end" type="ebucore:timeType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The ending point for playback of a time-based media item, such as
digital video or audio.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="duration" type="ebucore:durationType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The duration of the resource or part of a
resource.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:group ref="ebucore:fileInfo" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation> A group of elements to provide general information on a resource
instantiation / file.
</xs:documentation>
     
</xs:annotation>
   
</xs:group>
   
<xs:element name="documentFormat" type="ebucore:documentFormatType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>An element to provide a description of a document</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:group ref="ebucore:technicalAttributes">
     
<xs:annotation>
       
<xs:documentation> A point of extension for customisation using a set of technical
attributes of predefined datatypes.
</xs:documentation>
     
</xs:annotation>
   
</xs:group>
   
<xs:element name="dateCreated" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation> The date when a format has been defined. </xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:attributeGroup ref="ebucore:dateGroup"/>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="dateModified" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation> A date when a format has been modified. </xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:attributeGroup ref="ebucore:dateGroup"/>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="formatId" type="anyURI">
   
<xs:annotation>
     
<xs:documentation> To uniquely identify a format. </xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="formatVersionId" type="string">
   
<xs:annotation>
     
<xs:documentation> To provide information on the version of the format.
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="formatName" type="string">
   
<xs:annotation>
     
<xs:documentation> To provide a human readable name for the format. </xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="formatDefinition" type="string">
   
<xs:annotation>
     
<xs:documentation> To provide a human readable name for the format. </xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="ebucore:typeGroup">
   
<xs:annotation>
     
<xs:documentation> To provide information on the type of format. This can be used to
facilitate mapping with other schemas. Example: typeLabel could be given the
value "instantiation" to illustrate that format in ebucore is the same as
'instantiation in pbcore
</xs:documentation>
   
</xs:annotation>
 
</xs:attributeGroup>
</xs:complexType>

attribute formatType/@formatId
type xs:anyURI
annotation
documentation
To uniquely identify a format.
source <xs:attribute name="formatId" type="anyURI">
 
<xs:annotation>
   
<xs:documentation> To uniquely identify a format. </xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute formatType/@formatVersionId
type xs:string
annotation
documentation
To provide information on the version of the format.
source <xs:attribute name="formatVersionId" type="string">
 
<xs:annotation>
   
<xs:documentation> To provide information on the version of the format.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute formatType/@formatName
type xs:string
annotation
documentation
To provide a human readable name for the format.
source <xs:attribute name="formatName" type="string">
 
<xs:annotation>
   
<xs:documentation> To provide a human readable name for the format. </xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute formatType/@formatDefinition
type xs:string
annotation
documentation
To provide a human readable name for the format.
source <xs:attribute name="formatDefinition" type="string">
 
<xs:annotation>
   
<xs:documentation> To provide a human readable name for the format. </xs:documentation>
 
</xs:annotation>
</xs:attribute>

element formatType/medium
diagram gluon3_1_p803.png
namespace urn:ebu:metadata-schema:ebuCore_2014
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
mediumId  xs:anyURI        
documentation
To uniquely identify the medium.
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.
annotation
documentation
The material or physical carrier of the resource. If a file, it
should be the carrier format.
source <xs:element name="medium" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The material or physical carrier of the resource. If a file, it
should be the carrier format.
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="mediumId" type="anyURI">
     
<xs:annotation>
       
<xs:documentation> To uniquely identify the medium. </xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ebucore:typeGroup">
     
<xs:annotation>
       
<xs:documentation> A group opf attributes nto identify the type of medium.
</xs:documentation>
     
</xs:annotation>
   
</xs:attributeGroup>
 
</xs:complexType>
</xs:element>

attribute formatType/medium/@mediumId
type xs:anyURI
annotation
documentation
To uniquely identify the medium.
source <xs:attribute name="mediumId" type="anyURI">
 
<xs:annotation>
   
<xs:documentation> To uniquely identify the medium. </xs:documentation>
 
</xs:annotation>
</xs:attribute>

element formatType/imageFormat
diagram gluon3_1_p804.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:imageFormatType
properties
minOcc 0
maxOcc unbounded
content complex
children ebucore:regionDelimX ebucore:regionDelimY ebucore:width ebucore:height ebucore:orientation ebucore:aspectRatio ebucore:imageEncoding ebucore:technicalAttributeString ebucore:technicalAttributeByte ebucore:technicalAttributeShort ebucore:technicalAttributeInteger ebucore:technicalAttributeLong ebucore:technicalAttributeUnsignedByte ebucore:technicalAttributeUnsignedShort ebucore:technicalAttributeUnsignedInteger ebucore:technicalAttributeUnsignedLong ebucore:technicalAttributeBoolean ebucore:technicalAttributeFloat ebucore:technicalAttributeRational ebucore:technicalAttributeUri ebucore:comment
attributes
Name  Type  Use  Default  Fixed  Annotation
imageFormatId  xs:anyURI        
documentation
To uniquely identify an image format.
imageFormatVersionId  xs:string        
documentation
To provide a version number associated with an image format.
imageFormatName  xs:string        
documentation
To provide a human readable name associated with an image format.
imageFormatDefinition  xs:string        
documentation
To provide a human readable definition of the image format.
imagePresenceFlag  xs:boolean        
documentation
A flag to presence of an image.
annotation
documentation
Used to list the characteristics of an image.
source <xs:element name="imageFormat" type="ebucore:imageFormatType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation> Used to list the characteristics of an image. </xs:documentation>
 
</xs:annotation>
</xs:element>

element formatType/videoFormat
diagram gluon3_1_p805.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:videoFormatType
properties
minOcc 0
maxOcc unbounded
content complex
children ebucore:regionDelimX ebucore:regionDelimY ebucore:width ebucore:height ebucore:lines ebucore:frameRate ebucore:aspectRatio ebucore:videoEncoding ebucore:codec ebucore:bitRate ebucore:bitRateMax ebucore:bitRateMode ebucore:scanningFormat ebucore:scanningOrder ebucore:noiseFilter ebucore:videoTrack ebucore:flag_3D ebucore:technicalAttributeString ebucore:technicalAttributeByte ebucore:technicalAttributeShort ebucore:technicalAttributeInteger ebucore:technicalAttributeLong ebucore:technicalAttributeUnsignedByte ebucore:technicalAttributeUnsignedShort ebucore:technicalAttributeUnsignedInteger ebucore:technicalAttributeUnsignedLong ebucore:technicalAttributeBoolean ebucore:technicalAttributeFloat ebucore:technicalAttributeRational ebucore:technicalAttributeUri ebucore:comment
attributes
Name  Type  Use  Default  Fixed  Annotation
videoFormatId  xs:anyURI        
documentation
To uniquely identify a video format.
videoFormatVersionId  xs:string        
documentation
To provide information on the version of a video format.
videoFormatName  xs:string        
documentation
To provide a human readable name for the video format.
videoFormatDefinition  xs:string        
documentation
To provide a human readable definition for the video format.
videoPresenceFlag  xs:boolean        
documentation
A flag to signal the presence of video.
annotation
documentation
Used to list all the characteristics of the video signal.
source <xs:element name="videoFormat" type="ebucore:videoFormatType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation> Used to list all the characteristics of the video signal.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element formatType/audioFormat
diagram gluon3_1_p806.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:audioFormatType
properties
minOcc 0
maxOcc unbounded
content complex
children ebucore:audioEncoding ebucore:codec ebucore:audioTrackConfiguration ebucore:samplingRate ebucore:sampleSize ebucore:sampleType ebucore:bitRate ebucore:bitRateMax ebucore:bitRateMode ebucore:audioTrack ebucore:channels ebucore:technicalAttributeString ebucore:technicalAttributeByte ebucore:technicalAttributeShort ebucore:technicalAttributeInteger ebucore:technicalAttributeLong ebucore:technicalAttributeUnsignedByte ebucore:technicalAttributeUnsignedShort ebucore:technicalAttributeUnsignedInteger ebucore:technicalAttributeUnsignedLong ebucore:technicalAttributeBoolean ebucore:technicalAttributeFloat ebucore:technicalAttributeRational ebucore:technicalAttributeUri ebucore:comment
attributes
Name  Type  Use  Default  Fixed  Annotation
audioFormatId  xs:anyURI        
documentation
To uniquely identify an audio format.
audioFormatVersionId  xs:string        
documentation
To provide information on the version of an audio format.
audioFormatName  xs:string        
documentation
To provide a human readable name for an audio format.
audioFormatDefinition  xs:string        
documentation
To provide a human readable definition for an audio format.
audioPresenceFlag  xs:boolean        
documentation
A flag to signal the presence of audio.
annotation
documentation
Used to list all the characteristics of the audio signal.
source <xs:element name="audioFormat" type="ebucore:audioFormatType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation> Used to list all the characteristics of the audio signal.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element formatType/audioFormatExtended
diagram gluon3_1_p807.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:audioFormatExtendedType
properties
minOcc 0
maxOcc unbounded
content complex
children ebucore:audioProgramme ebucore:audioContent ebucore:audioObject ebucore:audioPackFormat ebucore:audioChannelFormat ebucore:audioBlockFormat ebucore:audioStreamFormat ebucore:audioTrackFormat ebucore:audioTrackUID
attributes
Name  Type  Use  Default  Fixed  Annotation
audioFormatExtendedID  xs:anyURI        
documentation
An unique ID for the extended audio format
audioFormatExtendedName  xs:string        
documentation
A human readable name for the extended audio format
audioFormatExtendedDefinition  xs:string        
documentation
A human readable defnition for the extended audio
format
audioFormatExtendedVersion  xs:string        
documentation
A human readable version for the extended audio
format
audioFormatExtendedPresenceFlag  xs:string        
documentation
A flag to indicate the presence of audio
annotation
documentation
Used to list all the extended audio model characteristics of the
audio signal. The extended audio format model is specified in details in
Tech.3364.
source <xs:element name="audioFormatExtended" type="ebucore:audioFormatExtendedType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation> Used to list all the extended audio model characteristics of the
audio signal. The extended audio format model is specified in details in
Tech.3364.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element formatType/containerFormat
diagram gluon3_1_p808.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:containerFormatType
properties
minOcc 0
maxOcc unbounded
content complex
children ebucore:codec ebucore:comment
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:element name="containerFormat" type="ebucore:containerFormatType" minOccurs="0" maxOccurs="unbounded">
 
<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:element>

element formatType/signingFormat
diagram gluon3_1_p809.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:signingFormatType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
signingFormatId  xs:anyURI        
signingFormatVersionId  xs:string        
signingFormatName  xs:string        
trackId  xs:NMTOKEN        
documentation
The track number
trackName  xs:string        
documentation
The track name
signingSourceUri  xs:anyURI        
documentation
A pointer to the file with the signing in available as a separte
resource.
language  xs:language        
documentation
To providing information on the signing language.
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.
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 the characteristics of signing, when present.
source <xs:element name="signingFormat" type="ebucore:signingFormatType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation> To provide the characteristics of signing, when present.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element formatType/dataFormat
diagram gluon3_1_p810.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:dataFormatType
properties
minOcc 0
maxOcc unbounded
content complex
children ebucore:captioningFormat ebucore:subtitlingFormat ebucore:ancillaryDataFormat ebucore:codec ebucore:technicalAttributeString ebucore:technicalAttributeByte ebucore:technicalAttributeShort ebucore:technicalAttributeInteger ebucore:technicalAttributeLong ebucore:technicalAttributeUnsignedByte ebucore:technicalAttributeUnsignedShort ebucore:technicalAttributeUnsignedInteger ebucore:technicalAttributeUnsignedLong ebucore:technicalAttributeBoolean ebucore:technicalAttributeFloat ebucore:technicalAttributeRational ebucore:technicalAttributeUri ebucore:comment
attributes
Name  Type  Use  Default  Fixed  Annotation
dataFormatId  xs:anyURI        
documentation
To uniquely identify a data format.
dataFormatVersionId  xs:string        
documentation
To provide version information on a data format.
dataFormatName  xs:string        
documentation
To provide a human readable name for a data format.
dataFormatDefinition  xs:string        
documentation
To provide a human readable definition for a data format.
dataTrackId  xs:NMTOKEN        
documentation
The data track number.
dataTrackName  xs:string        
documentation
The data track name.
dataTrackLanguage  xs:language        
documentation
A group of attributes to specify the data language.
dataPresenceFlag  xs:boolean        
documentation
A flag to signal the presence of data.
annotation
documentation
To provide information on the data provided with the resource
and its format.
source <xs:element name="dataFormat" type="ebucore:dataFormatType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation> To provide information on the data provided with the resource
and its format.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element formatType/start
diagram gluon3_1_p811.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:timeType
properties
minOcc 0
maxOcc 1
content complex
children ebucore:timecode ebucore:normalPlayTime ebucore:editUnitNumber ebucore:time
attributes
Name  Type  Use  Default  Fixed  Annotation
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.
annotation
documentation
The beginning point for playback of a time-based media item, such
as digital video or audio. Use in combination with end or duration to
identify a sequence or segment of a media item that has a fixed start time
and end time.
source <xs:element name="start" type="ebucore:timeType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The beginning point for playback of a time-based media item, such
as digital video or audio. Use in combination with end or duration to
identify a sequence or segment of a media item that has a fixed start time
and end time.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element formatType/end
diagram gluon3_1_p812.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:timeType
properties
minOcc 0
maxOcc 1
content complex
children ebucore:timecode ebucore:normalPlayTime ebucore:editUnitNumber ebucore:time
attributes
Name  Type  Use  Default  Fixed  Annotation
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.
annotation
documentation
The ending point for playback of a time-based media item, such as
digital video or audio.
source <xs:element name="end" type="ebucore:timeType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The ending point for playback of a time-based media item, such as
digital video or audio.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element formatType/duration
diagram gluon3_1_p813.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:durationType
properties
minOcc 0
maxOcc 1
content complex
children ebucore:timecode ebucore:normalPlayTime ebucore:editUnitNumber ebucore:duration
attributes
Name  Type  Use  Default  Fixed  Annotation
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.
annotation
documentation
The duration of the resource or part of a
resource.
source <xs:element name="duration" type="ebucore:durationType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The duration of the resource or part of a
resource.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element formatType/documentFormat
diagram gluon3_1_p814.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:documentFormatType
properties
minOcc 0
maxOcc 1
content complex
children ebucore:wordCount ebucore:regionDelimX ebucore:regionDelimY ebucore:width ebucore:height ebucore:technicalAttributeString ebucore:technicalAttributeByte ebucore:technicalAttributeShort ebucore:technicalAttributeInteger ebucore:technicalAttributeLong ebucore:technicalAttributeUnsignedByte ebucore:technicalAttributeUnsignedShort ebucore:technicalAttributeUnsignedInteger ebucore:technicalAttributeUnsignedLong ebucore:technicalAttributeBoolean ebucore:technicalAttributeFloat ebucore:technicalAttributeRational ebucore:technicalAttributeUri ebucore:comment
attributes
Name  Type  Use  Default  Fixed  Annotation
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.
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.
documentFormatId  xs:anyURI        
documentation
To uniquely identify a document format.
documentFormatVersionId  xs:string        
documentation
To provide information on the version of a document format.
documentFormatName  xs:string        
documentation
To provide a human readable name for the document format.
documentFormatDefinition  xs:string        
documentation
To provide a human readable definition for the document format.
annotation
documentation
An element to provide a description of a document
source <xs:element name="documentFormat" type="ebucore:documentFormatType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>An element to provide a description of a document</xs:documentation>
 
</xs:annotation>
</xs:element>

element formatType/dateCreated
diagram gluon3_1_p815.png
namespace urn:ebu:metadata-schema:ebuCore_2014
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
startYear  xs:gYear        
documentation
To indicate the starting year of a period of time, a year of
allocation / attribution, etc.
startDate  xs:date        
documentation
To indicate the starting date of a period of time, a date of
allocation / attribution, etc.
startTime  xs:time        
documentation
To indicate the starting time of a period of time, a time of
allocation / attribution, etc.
endYear  xs:gYear        
documentation
To indicate the closing year of a period of time, a year of
deprecation, etc.
endDate  xs:date        
documentation
To indicate the closing date of a period of time, a date of
deprecation, etc.
endTime  xs:time        
documentation
To indicate the closing time of a period of time, a time of
deprecation, etc.
period  xs:string        
documentation
To describe a period using free text. This allows defining a period
in complement to the concept of period provided in coverage / temporal
(associated with the editorial content or rights)
annotation
documentation
The date when a format has been defined.
source <xs:element name="dateCreated" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation> The date when a format has been defined. </xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attributeGroup ref="ebucore:dateGroup"/>
 
</xs:complexType>
</xs:element>

element formatType/dateModified
diagram gluon3_1_p816.png
namespace urn:ebu:metadata-schema:ebuCore_2014
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
startYear  xs:gYear        
documentation
To indicate the starting year of a period of time, a year of
allocation / attribution, etc.
startDate  xs:date        
documentation
To indicate the starting date of a period of time, a date of
allocation / attribution, etc.
startTime  xs:time        
documentation
To indicate the starting time of a period of time, a time of
allocation / attribution, etc.
endYear  xs:gYear        
documentation
To indicate the closing year of a period of time, a year of
deprecation, etc.
endDate  xs:date        
documentation
To indicate the closing date of a period of time, a date of
deprecation, etc.
endTime  xs:time        
documentation
To indicate the closing time of a period of time, a time of
deprecation, etc.
period  xs:string        
documentation
To describe a period using free text. This allows defining a period
in complement to the concept of period provided in coverage / temporal
(associated with the editorial content or rights)
annotation
documentation
A date when a format has been modified.
source <xs:element name="dateModified" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation> A date when a format has been modified. </xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attributeGroup ref="ebucore:dateGroup"/>
 
</xs:complexType>
</xs:element>


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