Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:metadataCurator
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A person responsible for the creation, update, enrichment, etc. of a metadata record describing an entity
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
Model
Children ms:PersonalIdentifier, ms:actorType, ms:email, ms:givenName, ms:surname
Instance
<ms:metadataCurator 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:metadataCurator>
Source
<xs:element name="metadataCurator" type="ms:GenericPerson">
  <xs:annotation>
    <xs:documentation xml:lang="en">A person responsible for the creation, update, enrichment, etc. of a metadata record describing an entity</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/metadataCurator</identifier>
      <label xml:lang="en">metadata curator</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>