Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:corpusSubclass
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces a classification of corpora into types (used for descriptive reasons)
Diagram
Diagram
Type restriction of xs:anyURI
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/annotatedCorpus
A corpus that has been processed and thus includes the raw data and the automatic or manual annotations that have been added to them
enumeration http://w3id.org/meta-share/meta-share/annotationsCorpus
A corpus of annotations without the raw data
enumeration http://w3id.org/meta-share/meta-share/rawCorpus
The form of the corpus that has not been enriched with annotations
Used by
Element ms:Corpus
Source
<xs:element name="corpusSubclass">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces a classification of corpora into types (used for descriptive reasons)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/corpusSubclass</identifier>
      <label xml:lang="en">corpus subclass</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:anyURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/annotatedCorpus">
        <xs:annotation>
          <xs:documentation xml:lang="en">A corpus that has been processed and thus includes the raw data and the automatic or manual annotations that have been added to them</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/annotatedCorpus</identifier>
            <label xml:lang="en">annotated corpus</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/annotationsCorpus">
        <xs:annotation>
          <xs:documentation xml:lang="en">A corpus of annotations without the raw data</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/annotationsCorpus</identifier>
            <label xml:lang="en">annotations corpus</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/rawCorpus">
        <xs:annotation>
          <xs:documentation xml:lang="en">The form of the corpus that has not been enriched with annotations</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/rawCorpus</identifier>
            <label xml:lang="en">raw corpus</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>