Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:versionType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links scholarly works (mainly) to a type of versioning vocabulary related to the publication process
Diagram
Diagram
Type restriction of xs:anyURI
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/accepted
Value for 'Version type' used for versions as accepted for publication (following a reviewing process that may have introduced changes from the submitted version)
enumeration http://w3id.org/meta-share/meta-share/draft
Value for 'Version type' used for versions during the writing up process
enumeration http://w3id.org/meta-share/meta-share/published
Value for 'Version type' used for versions as published in digital or print form
enumeration http://w3id.org/meta-share/meta-share/submitted
Value for 'Version type' used for versions as submitted for publication
enumeration http://w3id.org/meta-share/meta-share/updated
Value for 'Version type' used for versions that have been updated vis-a-vis the previous published version
Used by
Element ms:Document
Source
<xs:element name="versionType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links scholarly works (mainly) to a type of versioning vocabulary related to the publication process</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/versionType</identifier>
      <label xml:lang="en">version type</label>
      <note xml:lang="en">If we think this shouldn' be used for LRTs, remove from XSD's</note>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:anyURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/accepted">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Version type' used for versions as accepted for publication (following a reviewing process that may have introduced changes from the submitted version)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/accepted</identifier>
            <label xml:lang="en">accepted</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/draft">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Version type' used for versions during the writing up process</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/draft</identifier>
            <label xml:lang="en">draft</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/published">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Version type' used for versions as published in digital or print form</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/published</identifier>
            <label xml:lang="en">published</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/submitted">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Version type' used for versions as submitted for publication</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/submitted</identifier>
            <label xml:lang="en">submitted</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/updated">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Version type' used for versions that have been updated vis-a-vis the previous published version</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/updated</identifier>
            <label xml:lang="en">updated</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>