Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:annotator
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Identifies the person or organisation responsible for the annotation of a resource
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
Complex Type ms:Annotation
Model
Children ms:Group, ms:Organization, ms:Person
Instance
<ms:annotator 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:annotator>
Source
<xs:element name="annotator" type="ms:Actor">
  <xs:annotation>
    <xs:documentation xml:lang="en">Identifies the person or organisation responsible for the annotation of a resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/annotator</identifier>
      <label xml:lang="en">annotator</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>