complexType relationType
diagram gluon3_1_p893.png
namespace urn:ebu:metadata-schema:ebuCore_2014
children relation ebucore:relationIdentifier ebucore:relationLink
used by
elements coreMetadataType/hasEpisode coreMetadataType/hasFormat coreMetadataType/hasMember coreMetadataType/hasPart coreMetadataType/hasSeason coreMetadataType/hasTrackPart coreMetadataType/hasVersion coreMetadataType/isEpisodeOf coreMetadataType/isFormatOf coreMetadataType/isMemberOf coreMetadataType/isNextInSequence coreMetadataType/isPartOf coreMetadataType/isReferencedBy coreMetadataType/isRelatedTo coreMetadataType/isReplacedBy coreMetadataType/isRequiredBy coreMetadataType/isSeasonOf coreMetadataType/isVersionOf coreMetadataType/references coreMetadataType/relation coreMetadataType/replaces coreMetadataType/requires coreMetadataType/sameAs
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.
runningOrderNumber  xs:integer        
documentation
If exists, it provides the ranking/running order within an ordered
list.
totalNumberOfGroupMembers  xs:integer        
orderedGroupFlag  xs:boolean        
note  xs:string        
documentation
Optional additional contextual information.
annotation
documentation
Recommended best practice is to reference the resource by means of a
string or number conforming to a formal identification system. Relation is used to
show the relation in content to another resource. For example, "IsPartOf" is used to
show the relation between a part of a radio programme and the whole programme, or
between a track and a record album. A resource can be identified by its title, or
preferably by an identifier. Relation is used to provide a name, locator, accession,
identification number or ID where the related item can be obtained or found.
source <xs:complexType name="relationType">
 
<xs:annotation>
   
<xs:documentation>Recommended best practice is to reference the resource by means of a
string or number conforming to a formal identification system. Relation is used to
show the relation in content to another resource. For example, "IsPartOf" is used to
show the relation between a part of a radio programme and the whole programme, or
between a track and a record album. A resource can be identified by its title, or
preferably by an identifier. Relation is used to provide a name, locator, accession,
identification number or ID where the related item can be obtained or found.
</xs:documentation>
 
</xs:annotation>
 
<xs:choice>
   
<xs:element ref="dc:relation">
     
<xs:annotation>
       
<xs:documentation> The EBU core metadata set is built as a refinement of the Dublin
Core. A title would be given using this element.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="relationIdentifier" type="ebucore:identifierType">
     
<xs:annotation>
       
<xs:documentation> An identifier would be given using this element.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="relationLink" type="anyURI">
     
<xs:annotation>
       
<xs:documentation> A link to related material. </xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:choice>
 
<xs:attributeGroup ref="ebucore:typeGroup">
   
<xs:annotation>
     
<xs:documentation>To show the type of relation to another resource, e.g. identifies
ways in which the resource is related by intellectual content to some other
resource.
</xs:documentation>
   
</xs:annotation>
 
</xs:attributeGroup>
 
<xs:attribute name="runningOrderNumber" type="integer">
   
<xs:annotation>
     
<xs:documentation> If exists, it provides the ranking/running order within an ordered
list.
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="totalNumberOfGroupMembers" type="integer"/>
 
<xs:attribute name="orderedGroupFlag" type="boolean"/>
 
<xs:attribute name="note" type="string">
   
<xs:annotation>
     
<xs:documentation> Optional additional contextual information. </xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute relationType/@runningOrderNumber
type xs:integer
annotation
documentation
If exists, it provides the ranking/running order within an ordered
list.
source <xs:attribute name="runningOrderNumber" type="integer">
 
<xs:annotation>
   
<xs:documentation> If exists, it provides the ranking/running order within an ordered
list.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relationType/@totalNumberOfGroupMembers
type xs:integer
source <xs:attribute name="totalNumberOfGroupMembers" type="integer"/>

attribute relationType/@orderedGroupFlag
type xs:boolean
source <xs:attribute name="orderedGroupFlag" type="boolean"/>

attribute relationType/@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 relationType/relationIdentifier
diagram gluon3_1_p894.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:identifierType
properties
content complex
children identifier ebucore:attributor
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.
formatLabel  xs:string        
documentation
Free text to define the format of the associated element.
formatDefinition  xs:string        
documentation
Free text to provide a definition for the format.
formatLink  xs:anyURI        
documentation
A URI to link e.g. to a format in a classification scheme.
formatSource  xs:string        
documentation
To identify a source of attribution.
formatLanguage  xs:language        
documentation
To define the language in which the type information is provided.
note  xs:string        
documentation
Optional additional contextual information.
annotation
documentation
An identifier would be given using this element.
source <xs:element name="relationIdentifier" type="ebucore:identifierType">
 
<xs:annotation>
   
<xs:documentation> An identifier would be given using this element.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element relationType/relationLink
diagram gluon3_1_p895.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type xs:anyURI
properties
content simple
annotation
documentation
A link to related material.
source <xs:element name="relationLink" type="anyURI">
 
<xs:annotation>
   
<xs:documentation> A link to related material. </xs:documentation>
 
</xs:annotation>
</xs:element>


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