diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xs:anyURI | ||
annotation |
|
||
source | <xs:attribute name="formatId" type="anyURI"> <xs:annotation> <xs:documentation> To uniquely identify a format. </xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
annotation |
|
||
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> |
type | xs:string | ||
annotation |
|
||
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> |
type | xs:string | ||
annotation |
|
||
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> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | urn:ebu:metadata-schema:ebuCore_2014 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xs:anyURI | ||
annotation |
|
||
source | <xs:attribute name="mediumId" type="anyURI"> <xs:annotation> <xs:documentation> To uniquely identify the medium. </xs:documentation> </xs:annotation> </xs:attribute> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | urn:ebu:metadata-schema:ebuCore_2014 | ||||||||||||||||||||||||||||||||||||||||||||||
type | ebucore:imageFormatType | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
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 |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
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> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | urn:ebu:metadata-schema:ebuCore_2014 | ||||||||||||||||||||||||||||||||||||||||||||||
type | ebucore:videoFormatType | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
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 |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
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> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | urn:ebu:metadata-schema:ebuCore_2014 | ||||||||||||||||||||||||||||||||||||||||||||||
type | ebucore:audioFormatType | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
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 |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
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> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | urn:ebu:metadata-schema:ebuCore_2014 | ||||||||||||||||||||||||||||||||||||||||||||||
type | ebucore:audioFormatExtendedType | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
children | ebucore:audioProgramme ebucore:audioContent ebucore:audioObject ebucore:audioPackFormat ebucore:audioChannelFormat ebucore:audioBlockFormat ebucore:audioStreamFormat ebucore:audioTrackFormat ebucore:audioTrackUID | ||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
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> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | urn:ebu:metadata-schema:ebuCore_2014 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | ebucore:containerFormatType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | ebucore:codec ebucore:comment | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | urn:ebu:metadata-schema:ebuCore_2014 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | ebucore:signingFormatType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | urn:ebu:metadata-schema:ebuCore_2014 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | ebucore:dataFormatType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | urn:ebu:metadata-schema:ebuCore_2014 | ||||||||||||||||||||||||||||||||||||||||||||||
type | ebucore:timeType | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
children | ebucore:timecode ebucore:normalPlayTime ebucore:editUnitNumber ebucore:time | ||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
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> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | urn:ebu:metadata-schema:ebuCore_2014 | ||||||||||||||||||||||||||||||||||||||||||||||
type | ebucore:timeType | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
children | ebucore:timecode ebucore:normalPlayTime ebucore:editUnitNumber ebucore:time | ||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
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> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | urn:ebu:metadata-schema:ebuCore_2014 | ||||||||||||||||||||||||||||||||||||||||||||||
type | ebucore:durationType | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
children | ebucore:timecode ebucore:normalPlayTime ebucore:editUnitNumber ebucore:duration | ||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
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> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | urn:ebu:metadata-schema:ebuCore_2014 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | ebucore:documentFormatType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | urn:ebu:metadata-schema:ebuCore_2014 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | urn:ebu:metadata-schema:ebuCore_2014 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |