Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:ToolService
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A tool/service/any piece of software that performs language processing and/or any Language Technology related operation.
Diagram
Diagram ELG-SHARE_xsd_Element_ms_ToolService.tmp#ToolService_lrType ELG-SHARE_xsd_Element_ms_function.tmp#function ELG-SHARE_xsd_Element_ms_SoftwareDistribution.tmp#SoftwareDistribution ELG-SHARE_xsd_Element_ms_languageDependent.tmp#languageDependent ELG-SHARE_xsd_Element_ms_inputContentResource.tmp#inputContentResource ELG-SHARE_xsd_Element_ms_outputResource.tmp#outputResource ELG-SHARE_xsd_Element_ms_typesystem.tmp#typesystem ELG-SHARE_xsd_Element_ms_annotationSchema.tmp#annotationSchema ELG-SHARE_xsd_Element_ms_annotationResource.tmp#annotationResource ELG-SHARE_xsd_Element_ms_mlModel_1.tmp#http___w3id.org_meta-share_meta-share__mlModel ELG-SHARE_xsd_Element_ms_framework.tmp#framework ELG-SHARE_xsd_Element_ms_formalism.tmp#formalism ELG-SHARE_xsd_Element_ms_method.tmp#method ELG-SHARE_xsd_Element_ms_implementationLanguage.tmp#implementationLanguage ELG-SHARE_xsd_Element_ms_requiresSoftware.tmp#requiresSoftware ELG-SHARE_xsd_Element_ms_requiredHardware.tmp#requiredHardware ELG-SHARE_xsd_Element_ms_runningEnvironmentDetails.tmp#runningEnvironmentDetails ELG-SHARE_xsd_Element_ms_runningTime.tmp#runningTime ELG-SHARE_xsd_Element_ms_hasOriginalSource.tmp#hasOriginalSource ELG-SHARE_xsd_Element_ms_originalSourceDescription.tmp#originalSourceDescription ELG-SHARE_xsd_Element_ms_creationDetails.tmp#creationDetails ELG-SHARE_xsd_Element_ms_trl.tmp#trl ELG-SHARE_xsd_Element_ms_evaluated.tmp#evaluated ELG-SHARE_xsd_Element_ms_evaluation.tmp#evaluation ELG-SHARE_xsd_Element_ms_previousAnnotationTypesPolicy.tmp#previousAnnotationTypesPolicy ELG-SHARE_xsd_Element_ms_parameter.tmp#parameter
Properties
content complex
Used by
Element ms:LRSubclass
Model
Children ms:SoftwareDistribution, ms:annotationResource, ms:annotationSchema, ms:creationDetails, ms:evaluated, ms:evaluation, ms:formalism, ms:framework, ms:function, ms:hasOriginalSource, ms:implementationLanguage, ms:inputContentResource, ms:languageDependent, ms:lrType, ms:method, ms:mlModel, ms:originalSourceDescription, ms:outputResource, ms:parameter, ms:previousAnnotationTypesPolicy, ms:requiredHardware, ms:requiresSoftware, ms:runningEnvironmentDetails, ms:runningTime, ms:trl, ms:typesystem
Instance
<ms:ToolService xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:lrType>{1,1}</ms:lrType>
  <ms:function>{1,unbounded}</ms:function>
  <ms:SoftwareDistribution>{1,unbounded}</ms:SoftwareDistribution>
  <ms:languageDependent>{1,1}</ms:languageDependent>
  <ms:inputContentResource>{1,unbounded}</ms:inputContentResource>
  <ms:outputResource>{0,unbounded}</ms:outputResource>
  <ms:typesystem>{0,1}</ms:typesystem>
  <ms:annotationSchema>{0,1}</ms:annotationSchema>
  <ms:annotationResource>{0,unbounded}</ms:annotationResource>
  <ms:mlModel>{0,unbounded}</ms:mlModel>
  <ms:framework>{0,1}</ms:framework>
  <ms:formalism xml:lang="">{0,unbounded}</ms:formalism>
  <ms:method>{0,1}</ms:method>
  <ms:implementationLanguage>{0,1}</ms:implementationLanguage>
  <ms:requiresSoftware>{0,unbounded}</ms:requiresSoftware>
  <ms:requiredHardware>{0,unbounded}</ms:requiredHardware>
  <ms:runningEnvironmentDetails xml:lang="">{0,unbounded}</ms:runningEnvironmentDetails>
  <ms:runningTime>{0,1}</ms:runningTime>
  <ms:hasOriginalSource>{0,unbounded}</ms:hasOriginalSource>
  <ms:originalSourceDescription xml:lang="">{0,unbounded}</ms:originalSourceDescription>
  <ms:creationDetails xml:lang="">{0,unbounded}</ms:creationDetails>
  <ms:trl>{0,1}</ms:trl>
  <ms:evaluated>{1,1}</ms:evaluated>
  <ms:evaluation>{0,unbounded}</ms:evaluation>
  <ms:previousAnnotationTypesPolicy>{0,1}</ms:previousAnnotationTypesPolicy>
  <ms:parameter>{0,unbounded}</ms:parameter>
</ms:ToolService>
Source
<xs:element name="ToolService">
  <xs:annotation>
    <xs:documentation xml:lang="en">A tool/service/any piece of software that performs language processing and/or any Language Technology related operation.</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/ToolService</identifier>
      <label xml:lang="en">Language Technology tool/service</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="lrType" fixed="ToolService">
        <xs:annotation>
          <xs:documentation xml:lang="en">Classifies the language resource described by a metadata record to one of the major classes</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:function" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <indexed>true</indexed>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:SoftwareDistribution" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:languageDependent"/>
      <xs:element ref="ms:inputContentResource" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:outputResource" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:typesystem" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <relation>mo</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:annotationSchema" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <relation>mo</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:annotationResource" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:mlModel" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:framework" minOccurs="0"/>
      <xs:element ref="ms:formalism" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:method" minOccurs="0"/>
      <xs:element ref="ms:implementationLanguage" minOccurs="0"/>
      <xs:element ref="ms:requiresSoftware" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:requiredHardware" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:runningEnvironmentDetails" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:runningTime" minOccurs="0"/>
      <xs:element ref="ms:hasOriginalSource" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:originalSourceDescription" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:creationDetails" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:trl" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:evaluated"/>
      <xs:element ref="ms:evaluation" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:previousAnnotationTypesPolicy" minOccurs="0"/>
      <xs:element ref="ms:parameter" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ms:ToolService / ms:lrType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Classifies the language resource described by a metadata record to one of the major classes
Diagram
Diagram
Properties
fixed ToolService
Source
<xs:element name="lrType" fixed="ToolService">
  <xs:annotation>
    <xs:documentation xml:lang="en">Classifies the language resource described by a metadata record to one of the major classes</xs:documentation>
  </xs:annotation>
</xs:element>