Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:funder
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Identifies the person/organization/group that has financed the project
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
Element ms:Project
Model
Children ms:Group, ms:Organization, ms:Person
Instance
<ms:funder 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:funder>
Source
<xs:element name="funder" type="ms:Actor">
  <xs:annotation>
    <xs:documentation xml:lang="en">Identifies the person/organization/group that has financed the project</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/funder</identifier>
      <label xml:lang="en">funder</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>