Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:annotationSchema
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The annotation schema used for annotating a resource or for the input resource (if annotated) of a tool/service or that should be used (dependency) for the annotation
Diagram
Diagram ELG-SHARE_xsd_Element_ms_resourceName.tmp#resourceName ELG-SHARE_xsd_Element_ms_LRIdentifier.tmp#LRIdentifier ELG-SHARE_xsd_Element_ms_version.tmp#version ELG-SHARE_xsd_Complex_Type_ms_GenericLanguageResource.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:annotationSchema xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:annotationSchema>
Source
<xs:element name="annotationSchema" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">The annotation schema used for annotating a resource or for the input resource (if annotated) of a tool/service or that should be used (dependency) for the annotation</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/annotationSchema</identifier>
      <label xml:lang="en">annotation schema</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>