complexType alternativeTitleType
diagram gluon3_1_p612.png
namespace urn:ebu:metadata-schema:ebuCore_2014
children title
used by
elements coreMetadataType/alternativeTitle coreMetadataType/hasTrackPart/trackPartTitle
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.
statusLabel  xs:string        
documentation
Free text to define the status of the associated element.
statusDefinition  xs:string        
documentation
Free text to provide a definition for the status.
statusLink  xs:anyURI        
documentation
A URI to link e.g. to a status in a classification scheme.
statusSource  xs:string        
documentation
To identify a source of attribution.
statusLanguage  xs:language        
documentation
To define the language in which the type information is provided.
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.
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="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>

attribute alternativeTitleType/@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 alternativeTitleType/@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 alternativeTitleType/@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 alternativeTitleType/@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