Elements defined

rightsEmbedded

rightsEmbedded allows the inclusion of xml from another rights standard, e.g. ODRL, METS, etc. The included XML then defines the rights for the PBCore asset and/or PBCore instantiation.

Usage: required within pbcoreRightsSummary or instantiationRights if rightsSummary or rightsLink is not used; cannot be used with rightsSummary or rightsLink; repeatable

Attributes

  • source: optional | The source attribute provides the name of the authority used to declare the value of the element. Required attribute for pbcoreIdentifier and instantiationIdentifier elements. Can be used as an attribute of any element.
  • ref: optional | The ref attribute is used to supply a source’s URI for the value of the element. Can be used as an attribute of any element.
  • version: optional | The version attribute identifies any version information about the authority or convention used to express data of this element. Can be used as an attribute of any element.
  • annotation: optional | The annotation attribute includes narrative information intended to clarify the nature of data used in the element. Can be used as an attribute of any element.

Subelements

This element does not have any subelements.

Example

  
  <pbcoreRightsSummary>
<rightsEmbedded><?xml version=”1.0” encoding=”UTF-8”?>
<modsCollection xmlns:xlink=http://www.w3.org/1999/xlink xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance xmlns=http://www.loc.gov/mods/v3 xsi:schemaLocation=http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd>
<mods version=”3.3”>
<accessCondition type=”use and reproduction” displayLabel=”restricted”>Unrestricted access</accessCondition>
</mods>
</modsCollection>
<rightsEmbedded>
</pbcoreRightsSummary>