Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:contributor
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the details for a person that has contributed in some way to the production of a document or resource
Diagram
Diagram ELG-SHARE_xsd_Complex_Type_ms_GenericPerson.tmp#GenericPerson_actorType ELG-SHARE_xsd_Element_ms_surname.tmp#surname ELG-SHARE_xsd_Element_ms_givenName.tmp#givenName ELG-SHARE_xsd_Element_ms_PersonalIdentifier.tmp#PersonalIdentifier ELG-SHARE_xsd_Element_ms_email.tmp#email ELG-SHARE_xsd_Complex_Type_ms_GenericPerson.tmp#GenericPerson
Type ms:GenericPerson
Properties
content complex
Used by
Element ms:Document
Model
Children ms:PersonalIdentifier, ms:actorType, ms:email, ms:givenName, ms:surname
Instance
<ms:contributor xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:actorType>{1,1}</ms:actorType>
  <ms:surname xml:lang="">{1,unbounded}</ms:surname>
  <ms:givenName xml:lang="">{1,unbounded}</ms:givenName>
  <ms:PersonalIdentifier ms:PersonalIdentifierScheme="">{0,unbounded}</ms:PersonalIdentifier>
  <ms:email>{0,unbounded}</ms:email>
</ms:contributor>
Source
<xs:element name="contributor" type="ms:GenericPerson">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the details for a person that has contributed in some way to the production of a document or resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/contributor</identifier>
      <label xml:lang="en">contributor</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>