diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | urn:ebu:metadata-schema:ebuCore_2014 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | title | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="alternativeTitleType"> <xs:annotation> <xs:documentation> The name given to a resource e.g. a media item, media object, sequence. For a series – use the series title; for a programme – a programme title; for an item – an item title. etc. Titles are recorded as they appear.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element ref="dc:title" minOccurs="1" maxOccurs="unbounded"> <xs:annotation> <xs:documentation> The EBU core metadata set is built as a refinement of the Dublin Core. Free-text to provide alternative titles by which the resource is known. The language in which the title is provided can be provided using elementType’s lang attribute. Example: ‘the fifth element’ </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attributeGroup ref="ebucore:typeGroup"> <xs:annotation> <xs:documentation> The typeGroup is used to define the type of alternative title. This can be an associated title like a series title.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attributeGroup ref="ebucore:statusGroup"> <xs:annotation> <xs:documentation> The statusGroup is used to define the status of the Title such as short, long, full, abridged, working, transmission, published, international, subtitle, original, secondary, alternative, pledged, etc. The name of the format can be provided in the form of a text label, or a link to a code of a classification scheme, optionally accompanied by a definition. the status 'main' shall not be used for alternativeTitle as this applies to the Title only.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attributeGroup ref="ebucore:dateGroup"> <xs:annotation> <xs:documentation> Defines the date of attribution and / or deprecation of this Title. </xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="length" type="positiveInteger"> <xs:annotation> <xs:documentation>To express the maximum length as a number of characters. This information can also be found in the title type e.g. as "Title64".</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="geographicalScope" type="string"> <xs:annotation> <xs:documentation> A comma separated list of geographical locations (e.g. expressed using country or region codes) where the title applies. </xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="geographicalExclusionScope" type="string"> <xs:annotation> <xs:documentation> A comma separated list of geographical locations (e.g. expressed using country or region codes) where the title shall not be used. </xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="note" type="string"> <xs:annotation> <xs:documentation> Optional additional contextual information. </xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
type | xs:positiveInteger | ||
annotation |
|
||
source | <xs:attribute name="length" type="positiveInteger"> <xs:annotation> <xs:documentation>To express the maximum length as a number of characters. This information can also be found in the title type e.g. as "Title64".</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="geographicalScope" type="string"> <xs:annotation> <xs:documentation> A comma separated list of geographical locations (e.g. expressed using country or region codes) where the title applies. </xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="geographicalExclusionScope" type="string"> <xs:annotation> <xs:documentation> A comma separated list of geographical locations (e.g. expressed using country or region codes) where the title shall not be used. </xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="note" type="string"> <xs:annotation> <xs:documentation> Optional additional contextual information. </xs:documentation> </xs:annotation> </xs:attribute> |