Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:isDocumentedBy
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links a language resource to a document (e.g.,  research paper describing its contents or its use in a project, user manual, etc.) or any other form of documentation (e.g.,  a URL with support information) that is related to the resource
Diagram
Diagram ELG-SHARE_xsd_Element_ms_title.tmp#title ELG-SHARE_xsd_Element_ms_DocumentIdentifier.tmp#DocumentIdentifier ELG-SHARE_xsd_Complex_Type_ms_GenericDocument.tmp#GenericDocument
Type ms:GenericDocument
Properties
content complex
Used by
Model
Children ms:DocumentIdentifier, ms:title
Instance
<ms:isDocumentedBy xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:title xml:lang="">{1,unbounded}</ms:title>
  <ms:DocumentIdentifier ms:DocumentIdentifierScheme="">{0,unbounded}</ms:DocumentIdentifier>
</ms:isDocumentedBy>
Source
<xs:element name="isDocumentedBy" type="ms:GenericDocument">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links a language resource to a document (e.g., research paper describing its contents or its use in a project, user manual, etc.) or any other form of documentation (e.g., a URL with support information) that is related to the resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isDocumentedBy</identifier>
      <label xml:lang="en">is documented by</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>