Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:iprHolder
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A person or an organization who holds the full Intellectual Property Rights (Copyright, trademark , etc.) that subsist in the resource. The IPR holder could be different from the creator that may have assigned the rights to the IPR holder (e.g.,  an author as a creator assigns her rights to the publisher who is the IPR holder) and the distributor that holds a specific licence (i.e. a permission) to distribute the work via a specific distributor.
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:iprHolder 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:iprHolder>
Source
<xs:element name="iprHolder" type="ms:Actor">
  <xs:annotation>
    <xs:documentation xml:lang="en">A person or an organization who holds the full Intellectual Property Rights (Copyright, trademark , etc.) that subsist in the resource. The IPR holder could be different from the creator that may have assigned the rights to the IPR holder (e.g., an author as a creator assigns her rights to the publisher who is the IPR holder) and the distributor that holds a specific licence (i.e. a permission) to distribute the work via a specific distributor.</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/iprHolder</identifier>
      <label xml:lang="en">IPR holder</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>