complexType titleType
diagram gluon3_1_p927.png
namespace urn:ebu:metadata-schema:ebuCore_2014
children title
used by
element coreMetadataType/title
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)
length  xs:positiveInteger        
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"
geographicalScope  xs:string        
documentation
A comma separated list of geographical locations (e.g. expressed
using country or region codes) where the title applies.
geographicalExclusionScope  xs:string        
documentation
A comma separated list of geographical locations (e.g. expressed
using country or region codes) where the title shall not be used.
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.
note  xs:string        
documentation
Optional additional contextual information.
annotation
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.
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>

attribute titleType/@length
type xs:positiveInteger
annotation
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"
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>

attribute titleType/@geographicalScope
type xs:string
annotation
documentation
A comma separated list of geographical locations (e.g. expressed
using country or region codes) where the title applies.
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>

attribute titleType/@geographicalExclusionScope
type xs:string
annotation
documentation
A comma separated list of geographical locations (e.g. expressed
using country or region codes) where the title shall not be used.
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>

attribute titleType/@note
type xs:string
annotation
documentation
Optional additional contextual information.
source <xs:attribute name="note" type="string">
 
<xs:annotation>
   
<xs:documentation> Optional additional contextual information. </xs:documentation>
 
</xs:annotation>
</xs:attribute>


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