complexType rightsType
diagram gluon3_1_p896.png
namespace urn:ebu:metadata-schema:ebuCore_2014
children rights ebucore:rightsLink ebucore:rightsHolder ebucore:exploitationIssues ebucore:copyrightStatement ebucore:coverage ebucore:rightsClearanceFlag ebucore:disclaimer ebucore:rightsAttributedId ebucore:contactDetails
used by
element coreMetadataType/rights
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.
note  xs:string        
documentation
Optional additional contextual information.
formatIDRefs  xs:anyURI        
documentation
A list of ID references identifying formats in which the content is
available and to which the set of rights apply.
rightsID  xs:anyURI        
documentation
An ID to be used as reference to the associated rights
annotation
documentation
An all-purpose field to identify information (rights management statement
or reference to a service providing such information e.g. via a URL) about
copyright, intellectual property rights or other property rights held in and over a
resource, stating whether open access or restricted in some way. If dates, times,
territories and availability periods are associated with a right, they should be
included. If the Rights element is absent, no assumptions can be made about the
status of these and other rights with respect to the resource.
source <xs:complexType name="rightsType">
 
<xs:annotation>
   
<xs:documentation>An all-purpose field to identify information (rights management statement
or reference to a service providing such information e.g. via a URL) about
copyright, intellectual property rights or other property rights held in and over a
resource, stating whether open access or restricted in some way. If dates, times,
territories and availability periods are associated with a right, they should be
included. If the Rights element is absent, no assumptions can be made about the
status of these and other rights with respect to the resource.
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element ref="dc:rights" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation> The EBU core metadata set is built as a refinement of the Dublin
Core. An element to express any form of rights related
matters.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="rightsLink" type="anyURI" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>A url pointing to a declaration of rights</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="rightsHolder" type="ebucore:entityType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>To identify the person or organisation holding or managing the
rights related to the resource.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="exploitationIssues" type="ebucore:elementType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Use to state any other restrictions, such as non-rights ones,
e.g. legal. State by media, territory, scope (restriction on whole item or
extracts) and possibly language. The presence of this information can be
used by asset management system implementing traffic lights like mechanism
to signal that content may be subject to particular restrictions to be
clarified before exploitation.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="copyrightStatement" type="ebucore:elementType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Use to report any copyright statement,
specifically
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="coverage" type="ebucore:coverageType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation> Specifies a specific start date, end date or period for the
availability of the item or the date from which the rights or exploitation
issues apply. It may refer to start dates for the availability of an item
that is used within a particular geographical area e.g. broadcast locally,
regionally, nationally or internationally, or for web-based distribution. A
specific time may also be associated with the date.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="rightsClearanceFlag" type="boolean" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation> A flag to signal if content is subject to rights open issues
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="disclaimer" type="ebucore:elementType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation> A field for a disclaimer about the content, its content, and its
use.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="rightsAttributedId" type="ebucore:identifierType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation> A identifier related to rights, e.g. attributed for a particular
purpose by a specific agency in the context of use and exploitation.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="contactDetails" type="ebucore:contactDetailsType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation> Minimum information providing means to further identify and
contact the rights manager for the resource in the organisation.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attributeGroup ref="ebucore:typeGroup">
   
<xs:annotation>
     
<xs:documentation> To define the type of rights information provided.</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:attribute name="formatIDRefs" type="anyURI">
   
<xs:annotation>
     
<xs:documentation> A list of ID references identifying formats in which the content is
available and to which the set of rights apply.
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="rightsID" type="anyURI">
   
<xs:annotation>
     
<xs:documentation> An ID to be used as reference to the associated rights
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

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

attribute rightsType/@formatIDRefs
type xs:anyURI
annotation
documentation
A list of ID references identifying formats in which the content is
available and to which the set of rights apply.
source <xs:attribute name="formatIDRefs" type="anyURI">
 
<xs:annotation>
   
<xs:documentation> A list of ID references identifying formats in which the content is
available and to which the set of rights apply.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute rightsType/@rightsID
type xs:anyURI
annotation
documentation
An ID to be used as reference to the associated rights
source <xs:attribute name="rightsID" type="anyURI">
 
<xs:annotation>
   
<xs:documentation> An ID to be used as reference to the associated rights
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element rightsType/rightsLink
diagram gluon3_1_p897.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type xs:anyURI
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
A url pointing to a declaration of rights
source <xs:element name="rightsLink" type="anyURI" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A url pointing to a declaration of rights</xs:documentation>
 
</xs:annotation>
</xs:element>

element rightsType/rightsHolder
diagram gluon3_1_p898.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:entityType
properties
minOcc 0
maxOcc unbounded
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 person or organisation holding or managing the
rights related to the resource.
source <xs:element name="rightsHolder" type="ebucore:entityType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>To identify the person or organisation holding or managing the
rights related to the resource.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element rightsType/exploitationIssues
diagram gluon3_1_p899.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:elementType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
xml:lang  xs:language  optional  en    
charset  xs:string        
documentation
An EBUCore extension of the dc:elementType (string +
xml:lang) to precise the character set used to represent the string. If
the character set is different from the set declared for the whole
metadata instance, then data contained in the string should be escaped.
encoding  xs:string        
documentation
To specify if the string (using a particular character set if
specified) has been encoded using e.g. base64Binary encoding.
transcription  xs:string        
documentation
To specify the scripting format as defined in in ISO 15924.
This allows defining a translation format with pronounciation of compex
characters. The other option consists of providing the scripting format
as part of the xml:lang tag as defined in RFC 5646.
annotation
documentation
Use to state any other restrictions, such as non-rights ones,
e.g. legal. State by media, territory, scope (restriction on whole item or
extracts) and possibly language. The presence of this information can be
used by asset management system implementing traffic lights like mechanism
to signal that content may be subject to particular restrictions to be
clarified before exploitation.
source <xs:element name="exploitationIssues" type="ebucore:elementType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Use to state any other restrictions, such as non-rights ones,
e.g. legal. State by media, territory, scope (restriction on whole item or
extracts) and possibly language. The presence of this information can be
used by asset management system implementing traffic lights like mechanism
to signal that content may be subject to particular restrictions to be
clarified before exploitation.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element rightsType/copyrightStatement
diagram gluon3_1_p900.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:elementType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
xml:lang  xs:language  optional  en    
charset  xs:string        
documentation
An EBUCore extension of the dc:elementType (string +
xml:lang) to precise the character set used to represent the string. If
the character set is different from the set declared for the whole
metadata instance, then data contained in the string should be escaped.
encoding  xs:string        
documentation
To specify if the string (using a particular character set if
specified) has been encoded using e.g. base64Binary encoding.
transcription  xs:string        
documentation
To specify the scripting format as defined in in ISO 15924.
This allows defining a translation format with pronounciation of compex
characters. The other option consists of providing the scripting format
as part of the xml:lang tag as defined in RFC 5646.
annotation
documentation
Use to report any copyright statement,
specifically
source <xs:element name="copyrightStatement" type="ebucore:elementType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Use to report any copyright statement,
specifically
</xs:documentation>
 
</xs:annotation>
</xs:element>

element rightsType/coverage
diagram gluon3_1_p901.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:coverageType
properties
minOcc 0
maxOcc 1
content complex
children coverage ebucore:temporal ebucore:spatial
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.
annotation
documentation
Specifies a specific start date, end date or period for the
availability of the item or the date from which the rights or exploitation
issues apply. It may refer to start dates for the availability of an item
that is used within a particular geographical area e.g. broadcast locally,
regionally, nationally or internationally, or for web-based distribution. A
specific time may also be associated with the date.
source <xs:element name="coverage" type="ebucore:coverageType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation> Specifies a specific start date, end date or period for the
availability of the item or the date from which the rights or exploitation
issues apply. It may refer to start dates for the availability of an item
that is used within a particular geographical area e.g. broadcast locally,
regionally, nationally or internationally, or for web-based distribution. A
specific time may also be associated with the date.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element rightsType/rightsClearanceFlag
diagram gluon3_1_p902.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
A flag to signal if content is subject to rights open issues
source <xs:element name="rightsClearanceFlag" type="boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation> A flag to signal if content is subject to rights open issues
</xs:documentation>
 
</xs:annotation>
</xs:element>

element rightsType/disclaimer
diagram gluon3_1_p903.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:elementType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
xml:lang  xs:language  optional  en    
charset  xs:string        
documentation
An EBUCore extension of the dc:elementType (string +
xml:lang) to precise the character set used to represent the string. If
the character set is different from the set declared for the whole
metadata instance, then data contained in the string should be escaped.
encoding  xs:string        
documentation
To specify if the string (using a particular character set if
specified) has been encoded using e.g. base64Binary encoding.
transcription  xs:string        
documentation
To specify the scripting format as defined in in ISO 15924.
This allows defining a translation format with pronounciation of compex
characters. The other option consists of providing the scripting format
as part of the xml:lang tag as defined in RFC 5646.
annotation
documentation
A field for a disclaimer about the content, its content, and its
use.
source <xs:element name="disclaimer" type="ebucore:elementType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation> A field for a disclaimer about the content, its content, and its
use.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element rightsType/rightsAttributedId
diagram gluon3_1_p904.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:identifierType
properties
minOcc 0
maxOcc unbounded
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
A identifier related to rights, e.g. attributed for a particular
purpose by a specific agency in the context of use and exploitation.
source <xs:element name="rightsAttributedId" type="ebucore:identifierType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation> A identifier related to rights, e.g. attributed for a particular
purpose by a specific agency in the context of use and exploitation.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element rightsType/contactDetails
diagram gluon3_1_p905.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:contactDetailsType
properties
minOcc 0
maxOcc unbounded
content complex
children ebucore:name ebucore:givenName ebucore:familyName ebucore:otherGivenName ebucore:suffix ebucore:salutation ebucore:birthDate ebucore:deathDate ebucore:username ebucore:nickname ebucore:occupation ebucore:details ebucore:stageName ebucore:guest ebucore:gender ebucore:relatedInformationLink ebucore:relatedContacts ebucore:skill
attributes
Name  Type  Use  Default  Fixed  Annotation
contactId  xs:anyURI        
documentation
To provide a unique identifier for a contact.
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.
lastUpdate  xs:date        
documentation
To provide a date when this information was last known to be valid.
annotation
documentation
Minimum information providing means to further identify and
contact the rights manager for the resource in the organisation.
source <xs:element name="contactDetails" type="ebucore:contactDetailsType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation> Minimum information providing means to further identify and
contact the rights manager for the resource in the organisation.
</xs:documentation>
 
</xs:annotation>
</xs:element>


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