Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:documentationType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Classifies the documentation vis-a-vis its relation with the language resource (e.g.,  general publication, user manual, url for online help, etc.)
Diagram
Diagram
Type restriction of xs:anyURI
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/apiSpecification
Value for 'Documentation type' used for the specification description of an API
enumeration http://w3id.org/meta-share/meta-share/demoResource
Value for 'DocumentationType' used for demos of a resource available usually through the internet (e.g.,  video demos)
enumeration http://w3id.org/meta-share/meta-share/generalDocumenation
Value for 'Documentation type' used for documents that describe a language resource or some aspect of it
enumeration http://w3id.org/meta-share/meta-share/guidelines
Links to the document used as guidelines for the creation or annotation of a corpus
enumeration http://w3id.org/meta-share/meta-share/installationManual
Value for 'Documentation type' used for documents that contain instructions on how to install a software
enumeration http://w3id.org/meta-share/meta-share/issueTracker
Value for 'DocumentationType' for issue-tracking tools used by software developers usually available through a dedicated web page
enumeration http://w3id.org/meta-share/meta-share/onLineHelpURL
Value for 'Documentation type' for the online help site of a language resource
enumeration http://w3id.org/meta-share/meta-share/publication
Value for 'Documentation type' used for published documents about a language resource (mainly meant for documents that describe the resource itself rather than its deployment)
enumeration http://w3id.org/meta-share/meta-share/publicationForCitation
Value for 'Documentation type' for a published document describing the language resource and which is recommended by the resource creator(s) to be used for citation purposes when the resource is mentioned in another publication
enumeration http://w3id.org/meta-share/meta-share/samples
Value for 'DocumentationType' used for samples of a language resource
enumeration http://w3id.org/meta-share/meta-share/trainingResource
Value for 'DocumentationType' used for the training material of a resource (e.g.,  video tutorials, screencasts, guided tours, etc.)
enumeration http://w3id.org/meta-share/meta-share/userManual
Value for 'Documentation type' for documents that include instructions and examples on the usage of a tool/service (or resource in general)
Used by
Element ms:Document
Source
<xs:element name="documentationType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Classifies the documentation vis-a-vis its relation with the language resource (e.g., general publication, user manual, url for online help, etc.)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/documentationType</identifier>
      <label xml:lang="en">documentation type</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:anyURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/apiSpecification">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Documentation type' used for the specification description of an API</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/apiSpecification</identifier>
            <label xml:lang="en">API specification</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/demoResource">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'DocumentationType' used for demos of a resource available usually through the internet (e.g., video demos)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/demoResource</identifier>
            <label xml:lang="en">demo resource</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/generalDocumenation">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Documentation type' used for documents that describe a language resource or some aspect of it</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/generalDocumenation</identifier>
            <label xml:lang="en">general documentation</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/guidelines">
        <xs:annotation>
          <xs:documentation xml:lang="en">Links to the document used as guidelines for the creation or annotation of a corpus</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/guidelines</identifier>
            <label xml:lang="en">guidelines</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/installationManual">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Documentation type' used for documents that contain instructions on how to install a software</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/installationManual</identifier>
            <label xml:lang="en">installation manual</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/issueTracker">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'DocumentationType' for issue-tracking tools used by software developers usually available through a dedicated web page</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/issueTracker</identifier>
            <label xml:lang="en">issue tracker</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/onLineHelpURL">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Documentation type' for the online help site of a language resource</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/onLineHelpURL</identifier>
            <label xml:lang="en">online help URL</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/publication">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Documentation type' used for published documents about a language resource (mainly meant for documents that describe the resource itself rather than its deployment)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/publication</identifier>
            <label xml:lang="en">publication</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/publicationForCitation">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Documentation type' for a published document describing the language resource and which is recommended by the resource creator(s) to be used for citation purposes when the resource is mentioned in another publication</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/publicationForCitation</identifier>
            <label xml:lang="en">publication for citation</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/samples">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'DocumentationType' used for samples of a language resource</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/samples</identifier>
            <label xml:lang="en">samples</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/trainingResource">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'DocumentationType' used for the training material of a resource (e.g., video tutorials, screencasts, guided tours, etc.)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/trainingResource</identifier>
            <label xml:lang="en">training resource</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/userManual">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Documentation type' for documents that include instructions and examples on the usage of a tool/service (or resource in general)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/userManual</identifier>
            <label xml:lang="en">user manual</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>