Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:editor
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the details for a person that has edited the document being described
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:editor 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:editor>
Source
<xs:element name="editor" type="ms:GenericPerson">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the details for a person that has edited the document being described</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/editor</identifier>
      <label xml:lang="en">editor</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>