Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:compatibleLexiconType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the type of (external) lexicon that can be used with the grammar
Diagram
Diagram
Type restriction of xs:anyURI
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/frameNet
A lexical database based on annotating examples of how words are used in actual texts in accordance to the notion of 'semantic frame' (schematic representation of a situation involving various participants, props and other conceptual roles); originally built for English and extended to other languages according to the same design principles
enumeration http://w3id.org/meta-share/meta-share/morphologicalLexicon
a lexicon with morphological information associated with its entries
enumeration http://w3id.org/meta-share/meta-share/ontology
a set of concepts and categories in a subject area or domain that shows their properties and the relations between them [https://en.oxforddictionaries.com/definition/ontology]
enumeration http://w3id.org/meta-share/meta-share/other
enumeration http://w3id.org/meta-share/meta-share/tagset1
a flat list of valid values (tags) designed to annotate data; it usually corresponds to a specific annotation type or set of annotation types
enumeration http://w3id.org/meta-share/meta-share/wordNet
A lexical database originally created for English and extended to other languages, which groups words into sets of synonyms called synsets, provides short definitions and usage examples, and records a number of relations among these synonym sets or their members
enumeration http://w3id.org/meta-share/meta-share/wordlist
A written collection of all words derived from a particular source, or sharing some other characteristic [https://www.yourdictionary.com/wordlist]
Used by
Element ms:Grammar
Source
<xs:element name="compatibleLexiconType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the type of (external) lexicon that can be used with the grammar</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/compatibleLexiconType</identifier>
      <label xml:lang="en">compatible lexicon type</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:anyURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/frameNet">
        <xs:annotation>
          <xs:documentation xml:lang="en">A lexical database based on annotating examples of how words are used in actual texts in accordance to the notion of 'semantic frame' (schematic representation of a situation involving various participants, props and other conceptual roles); originally built for English and extended to other languages according to the same design principles</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/frameNet</identifier>
            <label xml:lang="en">FrameNet</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/morphologicalLexicon">
        <xs:annotation>
          <xs:documentation xml:lang="en">a lexicon with morphological information associated with its entries</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/morphologicalLexicon</identifier>
            <label xml:lang="en">morphological lexicon</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ontology">
        <xs:annotation>
          <xs:documentation xml:lang="en">a set of concepts and categories in a subject area or domain that shows their properties and the relations between them [https://en.oxforddictionaries.com/definition/ontology]</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ontology</identifier>
            <label xml:lang="en">ontology</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/tagset1">
        <xs:annotation>
          <xs:documentation xml:lang="en">a flat list of valid values (tags) designed to annotate data; it usually corresponds to a specific annotation type or set of annotation types</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/tagset1</identifier>
            <label xml:lang="en">tagset</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/wordNet">
        <xs:annotation>
          <xs:documentation xml:lang="en">A lexical database originally created for English and extended to other languages, which groups words into sets of synonyms called synsets, provides short definitions and usage examples, and records a number of relations among these synonym sets or their members</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/wordNet</identifier>
            <label xml:lang="en">WordNet</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/wordlist">
        <xs:annotation>
          <xs:documentation xml:lang="en">A written collection of all words derived from a particular source, or sharing some other characteristic [https://www.yourdictionary.com/wordlist]</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/wordlist</identifier>
            <label xml:lang="en">wordlist</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>