Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:distributionRightsHolder
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Identifies a person or an organization that holds the distribution rights. The range and scope of distribution rights is defined in the distribution agreement. The distributor in most cases only has a limited licence to distribute the work and collect royalties on behalf of the licensor or the IPR holder and cannot give to any recipient of the work permissions that exceed the scope of the distribution agreement (e.g.,  to allow uses of the work that are not defined in the distribution agreement)
Diagram
Diagram ELG-SHARE_xsd_Complex_Type_ms_Actor.tmp#Actor_Person ELG-SHARE_xsd_Complex_Type_ms_Actor.tmp#Actor_Organization ELG-SHARE_xsd_Complex_Type_ms_Actor.tmp#Actor_Group ELG-SHARE_xsd_Complex_Type_ms_Actor.tmp#Actor
Type ms:Actor
Properties
content complex
Used by
Model
Children ms:Group, ms:Organization, ms:Person
Instance
<ms:distributionRightsHolder xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:Person>{1,1}</ms:Person>
  <ms:Organization>{1,1}</ms:Organization>
  <ms:Group>{1,1}</ms:Group>
</ms:distributionRightsHolder>
Source
<xs:element name="distributionRightsHolder" type="ms:Actor">
  <xs:annotation>
    <xs:documentation xml:lang="en">Identifies a person or an organization that holds the distribution rights. The range and scope of distribution rights is defined in the distribution agreement. The distributor in most cases only has a limited licence to distribute the work and collect royalties on behalf of the licensor or the IPR holder and cannot give to any recipient of the work permissions that exceed the scope of the distribution agreement (e.g., to allow uses of the work that are not defined in the distribution agreement)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/distributionRightsHolder</identifier>
      <label xml:lang="en">distribution rights holder</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>