Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:processingResourceType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the resource type that a tool/service takes as input or produces as output
Diagram
Diagram
Type restriction of xs:anyURI
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/corpus
Value for 'Resource type' for corpora, i.e. sets of datafiles (e.g.,  texts, audio recordings, videos, images, photographs, etc.)
enumeration http://w3id.org/meta-share/meta-share/file1
enumeration http://w3id.org/meta-share/meta-share/languageDescription
Value for 'Resource type' for language descriptions, e.g.,  grammars, machine learning models , etc., i.e. language resources that formally describe a language
enumeration http://w3id.org/meta-share/meta-share/lexicalConceptualResource
Value for 'Processing resource type' for lexical and conceptual resources (e.g.,  lexica, ontologies, gazetteers, terminological lists, dictionaries, thesauri, etc.)
enumeration http://w3id.org/meta-share/meta-share/other
enumeration http://w3id.org/meta-share/meta-share/outputText
enumeration http://w3id.org/meta-share/meta-share/userInputText
Used by
Complex Type ms:ProcessingResource
Source
<xs:element name="processingResourceType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the resource type that a tool/service takes as input or produces as output</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/processingResourceType</identifier>
      <label xml:lang="en">processing resource type</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:anyURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/corpus">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Resource type' for corpora, i.e. sets of datafiles (e.g., texts, audio recordings, videos, images, photographs, etc.)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/corpus</identifier>
            <label xml:lang="en">corpus</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/file1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/file1</identifier>
            <label xml:lang="en">file</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/languageDescription">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Resource type' for language descriptions, e.g., grammars, machine learning models , etc., i.e. language resources that formally describe a language</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/languageDescription</identifier>
            <label xml:lang="en">language description</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/lexicalConceptualResource">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Processing resource type' for lexical and conceptual resources (e.g., lexica, ontologies, gazetteers, terminological lists, dictionaries, thesauri, etc.)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/lexicalConceptualResource</identifier>
            <label xml:lang="en">lexical/conceptual resource</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/other</identifier>
            <label xml:lang="en">other</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/outputText">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/outputText</identifier>
            <label xml:lang="en">output text</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/userInputText">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/userInputText</identifier>
            <label xml:lang="en">user input text</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>