complexType descriptionType
diagram gluon3_1_p772.png
namespace urn:ebu:metadata-schema:ebuCore_2014
children description ebucore:attributor
used by
element coreMetadataType/description
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.
length  xs:positiveInteger        
documentation
To express the maximum length as a number of characters. This
information can also sometimes be found in the description type e.g. as
"Description150".
geographicalScope  xs:string        
documentation
A comma separated list of geographical locations (e.g. expressed
using country or region codes) where the description applies.
geographicalExclusionScope  xs:string        
documentation
A comma separated list of geographical locations (e.g. expressed
using country or region codes) where the description shall not be used.
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)
castFlag  xs:boolean        
documentation
A flag to indicate if cast information is provided in the
description.
note  xs:string        
documentation
Optional additional contextual information.
annotation
documentation
Free-form text or a narrative to report general notes, abstracts, or
summaries about the intellectual content of a resource. The information may be in
the form of a paragraph giving an individual program description, anecdotal
interpretations, or brief content reviews. The description may also consist of
outlines, lists, bullet points, edit decision lists, indexes, or tables of content,
a reference to a graphical representation of content or even a pointer (URI, URL) to
an external resource. For a Radio or television programme a running order can be
used as description. A description can be provided in different languages.
source <xs:complexType name="descriptionType">
 
<xs:annotation>
   
<xs:documentation>Free-form text or a narrative to report general notes, abstracts, or
summaries about the intellectual content of a resource. The information may be in
the form of a paragraph giving an individual program description, anecdotal
interpretations, or brief content reviews. The description may also consist of
outlines, lists, bullet points, edit decision lists, indexes, or tables of content,
a reference to a graphical representation of content or even a pointer (URI, URL) to
an external resource. For a Radio or television programme a running order can be
used as description. A description can be provided in different languages.
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element ref="dc:description" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation> The EBU core metadata set is built as a refinement of the Dublin
Core. Free text to provide a description of the resource. The description
can be repeated in different languages as specified by the entityType’s lang
attribute. The type of description is defined in the type group of
attributes.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="attributor" type="ebucore:entityType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>To identify the source of attribution of the
description.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attributeGroup ref="ebucore:typeGroup">
   
<xs:annotation>
     
<xs:documentation> To define the form of presentation for the information: Annotation,
abstract, summary, review, table of content, synopsis, shot list, edit decision
list, promotional information, purpose, script, outline, rundown,
selection/excerpt, transcript, bookmarks, theme, highlights, running order, etc.
</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 sometimes be found in the description type e.g. as
"Description150".
</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 description 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 description shall not be used.
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="ebucore:dateGroup">
   
<xs:annotation>
     
<xs:documentation> Defines the date of attribution and / or deprecation of this
Description.
</xs:documentation>
   
</xs:annotation>
 
</xs:attributeGroup>
 
<xs:attribute name="castFlag" type="boolean">
   
<xs:annotation>
     
<xs:documentation> A flag to indicate if cast information is provided in the
description.
</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 descriptionType/@length
type xs:positiveInteger
annotation
documentation
To express the maximum length as a number of characters. This
information can also sometimes be found in the description type e.g. as
"Description150".
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 sometimes be found in the description type e.g. as
"Description150".
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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

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

attribute descriptionType/@castFlag
type xs:boolean
annotation
documentation
A flag to indicate if cast information is provided in the
description.
source <xs:attribute name="castFlag" type="boolean">
 
<xs:annotation>
   
<xs:documentation> A flag to indicate if cast information is provided in the
description.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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

element descriptionType/attributor
diagram gluon3_1_p773.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:entityType
properties
minOcc 0
maxOcc 1
content complex
children ebucore:contactDetails ebucore:organisationDetails ebucore:role
attributes
Name  Type  Use  Default  Fixed  Annotation
entityId  xs:anyURI        
documentation
To provide a unique Id for the entity.
annotation
documentation
To identify the source of attribution of the
description.
source <xs:element name="attributor" type="ebucore:entityType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>To identify the source of attribution of the
description.
</xs:documentation>
 
</xs:annotation>
</xs:element>


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