diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | urn:ebu:metadata-schema:ebuCore_2014 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | title | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="titleType"> <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 the main title by which the resource is known. The title can be provided in different languages. 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: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:attributeGroup ref="ebucore:typeGroup"> <xs:annotation> <xs:documentation> A group of attributes provided to facilitate mapping from SMPTECore. Typed titles are preferably covered by alternativeTitle. In EBUCore, title should be considered as being the MAIN title by default. </xs:documentation> </xs:annotation> </xs:attributeGroup> <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> |