Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:Document
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A piece of written, printed, or electronic matter that is primarily intended for reading
Diagram
Diagram ELG-SHARE_xsd_Element_ms_Document.tmp#Document_entityType ELG-SHARE_xsd_Element_ms_documentationType.tmp#documentationType ELG-SHARE_xsd_Element_ms_DocumentIdentifier.tmp#DocumentIdentifier ELG-SHARE_xsd_Element_ms_bibliographicRecord.tmp#bibliographicRecord ELG-SHARE_xsd_Element_ms_documentType.tmp#documentType ELG-SHARE_xsd_Element_ms_title.tmp#title ELG-SHARE_xsd_Element_ms_alternativeTitle.tmp#alternativeTitle ELG-SHARE_xsd_Element_ms_subtitle.tmp#subtitle ELG-SHARE_xsd_Element_ms_author.tmp#author ELG-SHARE_xsd_Element_ms_editor.tmp#editor ELG-SHARE_xsd_Element_ms_contributor.tmp#contributor ELG-SHARE_xsd_Element_ms_publicationDate.tmp#publicationDate ELG-SHARE_xsd_Element_ms_publisher.tmp#publisher ELG-SHARE_xsd_Element_ms_versionType.tmp#versionType ELG-SHARE_xsd_Element_ms_abstract.tmp#abstract ELG-SHARE_xsd_Element_ms_journal.tmp#journal ELG-SHARE_xsd_Element_ms_bookTitle.tmp#bookTitle ELG-SHARE_xsd_Element_ms_volume.tmp#volume ELG-SHARE_xsd_Element_ms_series.tmp#series ELG-SHARE_xsd_Element_ms_pages.tmp#pages ELG-SHARE_xsd_Element_ms_conference.tmp#conference ELG-SHARE_xsd_Element_ms_LTArea.tmp#LTArea ELG-SHARE_xsd_Element_ms_domain.tmp#domain ELG-SHARE_xsd_Element_ms_subject.tmp#subject ELG-SHARE_xsd_Element_ms_keyword.tmp#keyword
Properties
content complex
Used by
Model
Children ms:DocumentIdentifier, ms:LTArea, ms:abstract, ms:alternativeTitle, ms:author, ms:bibliographicRecord, ms:bookTitle, ms:conference, ms:contributor, ms:documentType, ms:documentationType, ms:domain, ms:editor, ms:entityType, ms:journal, ms:keyword, ms:pages, ms:publicationDate, ms:publisher, ms:series, ms:subject, ms:subtitle, ms:title, ms:versionType, ms:volume
Instance
<ms:Document xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:entityType>{1,1}</ms:entityType>
  <ms:documentationType>{0,1}</ms:documentationType>
  <ms:DocumentIdentifier ms:DocumentIdentifierScheme="">{0,unbounded}</ms:DocumentIdentifier>
  <ms:bibliographicRecord>{0,1}</ms:bibliographicRecord>
  <ms:documentType>{0,1}</ms:documentType>
  <ms:title xml:lang="">{1,unbounded}</ms:title>
  <ms:alternativeTitle xml:lang="">{0,unbounded}</ms:alternativeTitle>
  <ms:subtitle xml:lang="">{0,unbounded}</ms:subtitle>
  <ms:author>{0,unbounded}</ms:author>
  <ms:editor>{0,unbounded}</ms:editor>
  <ms:contributor>{0,unbounded}</ms:contributor>
  <ms:publicationDate>{0,1}</ms:publicationDate>
  <ms:publisher xml:lang="">{0,unbounded}</ms:publisher>
  <ms:versionType>{0,1}</ms:versionType>
  <ms:abstract xml:lang="">{0,unbounded}</ms:abstract>
  <ms:journal xml:lang="">{0,unbounded}</ms:journal>
  <ms:bookTitle xml:lang="">{0,unbounded}</ms:bookTitle>
  <ms:volume>{0,1}</ms:volume>
  <ms:series xml:lang="">{0,1}</ms:series>
  <ms:pages>{0,1}</ms:pages>
  <ms:conference xml:lang="">{0,unbounded}</ms:conference>
  <ms:LTArea>{0,unbounded}</ms:LTArea>
  <ms:domain>{0,unbounded}</ms:domain>
  <ms:subject>{0,unbounded}</ms:subject>
  <ms:keyword xml:lang="">{0,unbounded}</ms:keyword>
</ms:Document>
Source
<xs:element name="Document">
  <xs:annotation>
    <xs:documentation xml:lang="en">A piece of written, printed, or electronic matter that is primarily intended for reading</xs:documentation>
    <xs:appinfo>
      <xs:label xml:lang="en">Document</xs:label>
      <xs:identifier>http://w3id.org/meta-share/meta-share/Document</xs:identifier>
      <representation>
        <str>DocumentIdentifier</str>
        <str>title</str>
        <str>author</str>
        <str>publicationDate</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="entityType" fixed="Document">
        <xs:annotation>
          <xs:documentation xml:lang="en">Classifies the entity described by a metadata record to one of the major classes</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:documentationType" minOccurs="0"/>
      <xs:element ref="ms:DocumentIdentifier" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
            <unique>true</unique>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:bibliographicRecord" minOccurs="0"/>
      <xs:element ref="ms:documentType" minOccurs="0"/>
      <xs:element ref="ms:title" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <unique>true</unique>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:alternativeTitle" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:subtitle" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:author" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:editor" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:contributor" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:publicationDate" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:publisher" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:versionType" minOccurs="0"/>
      <xs:element ref="ms:abstract" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:journal" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:bookTitle" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:volume" minOccurs="0"/>
      <xs:element ref="ms:series" minOccurs="0"/>
      <xs:element ref="ms:pages" minOccurs="0"/>
      <xs:element ref="ms:conference" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:LTArea" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <recommended project="ELG">true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:domain" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:subject" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:keyword" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
            <recommended project="ELG">true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ms:Document / ms:entityType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Classifies the entity described by a metadata record to one of the major classes
Diagram
Diagram
Properties
fixed Document
Source
<xs:element name="entityType" fixed="Document">
  <xs:annotation>
    <xs:documentation xml:lang="en">Classifies the entity described by a metadata record to one of the major classes</xs:documentation>
  </xs:annotation>
</xs:element>