Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:Grammar
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A set of rules governing what strings are valid or allowable in a language or text [https://en.oxforddictionaries.com/definition/grammar]
Diagram
Diagram ELG-SHARE_xsd_Element_ms_Grammar.tmp#Grammar_ldSubclassType ELG-SHARE_xsd_Element_ms_encodingLevel.tmp#encodingLevel ELG-SHARE_xsd_Element_ms_compliesWith.tmp#compliesWith ELG-SHARE_xsd_Element_ms_theoreticModel.tmp#theoreticModel ELG-SHARE_xsd_Element_ms_formalism.tmp#formalism ELG-SHARE_xsd_Element_ms_ldTask.tmp#ldTask ELG-SHARE_xsd_Element_ms_grammaticalPhenomenaCoverage.tmp#grammaticalPhenomenaCoverage ELG-SHARE_xsd_Element_ms_weightedGrammar.tmp#weightedGrammar ELG-SHARE_xsd_Element_ms_requiresLR.tmp#requiresLR ELG-SHARE_xsd_Element_ms_relatedLexiconType.tmp#relatedLexiconType ELG-SHARE_xsd_Element_ms_attachedLexiconPosition.tmp#attachedLexiconPosition ELG-SHARE_xsd_Element_ms_compatibleLexiconType.tmp#compatibleLexiconType ELG-SHARE_xsd_Element_ms_robustness.tmp#robustness ELG-SHARE_xsd_Element_ms_shallowness.tmp#shallowness ELG-SHARE_xsd_Element_ms_output.tmp#output
Properties
content complex
Used by
Model
Children ms:attachedLexiconPosition, ms:compatibleLexiconType, ms:compliesWith, ms:encodingLevel, ms:formalism, ms:grammaticalPhenomenaCoverage, ms:ldSubclassType, ms:ldTask, ms:output, ms:relatedLexiconType, ms:requiresLR, ms:robustness, ms:shallowness, ms:theoreticModel, ms:weightedGrammar
Instance
<ms:Grammar xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:ldSubclassType>{1,1}</ms:ldSubclassType>
  <ms:encodingLevel>{1,unbounded}</ms:encodingLevel>
  <ms:compliesWith>{0,unbounded}</ms:compliesWith>
  <ms:theoreticModel xml:lang="">{0,unbounded}</ms:theoreticModel>
  <ms:formalism xml:lang="">{0,1}</ms:formalism>
  <ms:ldTask>{0,unbounded}</ms:ldTask>
  <ms:grammaticalPhenomenaCoverage>{0,unbounded}</ms:grammaticalPhenomenaCoverage>
  <ms:weightedGrammar>{0,1}</ms:weightedGrammar>
  <ms:requiresLR>{0,unbounded}</ms:requiresLR>
  <ms:relatedLexiconType>{0,1}</ms:relatedLexiconType>
  <ms:attachedLexiconPosition xml:lang="">{0,unbounded}</ms:attachedLexiconPosition>
  <ms:compatibleLexiconType>{0,1}</ms:compatibleLexiconType>
  <ms:robustness xml:lang="">{0,unbounded}</ms:robustness>
  <ms:shallowness xml:lang="">{0,unbounded}</ms:shallowness>
  <ms:output xml:lang="">{0,unbounded}</ms:output>
</ms:Grammar>
Source
<xs:element name="Grammar">
  <xs:annotation>
    <xs:documentation xml:lang="en">A set of rules governing what strings are valid or allowable in a language or text [https://en.oxforddictionaries.com/definition/grammar]</xs:documentation>
    <xs:appinfo>
      <label xml:lang="en">Grammar</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ldSubclassType" fixed="Grammar">
        <xs:annotation>
          <xs:appinfo>
            <indexed>true</indexed>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:encodingLevel" maxOccurs="unbounded"/>
      <xs:element ref="ms:compliesWith" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:theoreticModel" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:formalism" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:ldTask" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:grammaticalPhenomenaCoverage" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:weightedGrammar" minOccurs="0"/>
      <xs:element ref="ms:requiresLR" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:relatedLexiconType" minOccurs="0"/>
      <xs:element ref="ms:attachedLexiconPosition" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:compatibleLexiconType" minOccurs="0"/>
      <xs:element ref="ms:robustness" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:shallowness" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:output" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ms:Grammar / ms:ldSubclassType
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram
Properties
fixed Grammar
Source
<xs:element name="ldSubclassType" fixed="Grammar">
  <xs:annotation>
    <xs:appinfo>
      <indexed>true</indexed>
    </xs:appinfo>
  </xs:annotation>
</xs:element>