Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:implementationLanguage
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The programming language(s) used for the development of a tool/service, which is needed for running the tools/services, in case no executables are available
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 100
Used by
Element ms:ToolService
Source
<xs:element name="implementationLanguage">
  <xs:annotation>
    <xs:documentation xml:lang="en">The programming language(s) used for the development of a tool/service, which is needed for running the tools/services, in case no executables are available</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/implementationLanguage</identifier>
      <label xml:lang="en">implementation language</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="100"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>