Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:LRSubclass
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the type of language resource that is described in the metadata record
Diagram
Diagram ELG-SHARE_xsd_Element_ms_Corpus.tmp#Corpus ELG-SHARE_xsd_Element_ms_LexicalConceptualResource.tmp#LexicalConceptualResource ELG-SHARE_xsd_Element_ms_LanguageDescription.tmp#LanguageDescription ELG-SHARE_xsd_Element_ms_ToolService.tmp#ToolService
Properties
content complex
Used by
Model
Children ms:Corpus, ms:LanguageDescription, ms:LexicalConceptualResource, ms:ToolService
Instance
<ms:LRSubclass xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:Corpus>{1,1}</ms:Corpus>
  <ms:LexicalConceptualResource>{1,1}</ms:LexicalConceptualResource>
  <ms:LanguageDescription>{1,1}</ms:LanguageDescription>
  <ms:ToolService>{1,1}</ms:ToolService>
</ms:LRSubclass>
Source
<xs:element name="LRSubclass">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the type of language resource that is described in the metadata record</xs:documentation>
    <xs:appinfo>
      <relation>mo</relation>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:choice>
      <xs:element ref="ms:Corpus"/>
      <xs:element ref="ms:LexicalConceptualResource"/>
      <xs:element ref="ms:LanguageDescription"/>
      <xs:element ref="ms:ToolService"/>
    </xs:choice>
  </xs:complexType>
</xs:element>