Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:licenceTerms
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links the distribution (distributable form) of a language resource to the licence or terms of use/service (a specific legal document) with which it is distributed
Diagram
Diagram ELG-SHARE_xsd_Element_ms_licenceTermsName.tmp#licenceTermsName ELG-SHARE_xsd_Element_ms_licenceTermsURL.tmp#licenceTermsURL ELG-SHARE_xsd_Element_ms_LicenceIdentifier.tmp#LicenceIdentifier ELG-SHARE_xsd_Complex_Type_ms_GenericLicenceTerms.tmp#GenericLicenceTerms
Type ms:GenericLicenceTerms
Properties
content complex
Used by
Model
Children ms:LicenceIdentifier, ms:licenceTermsName, ms:licenceTermsURL
Instance
<ms:licenceTerms xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:licenceTermsName xml:lang="">{1,unbounded}</ms:licenceTermsName>
  <ms:licenceTermsURL>{1,unbounded}</ms:licenceTermsURL>
  <ms:LicenceIdentifier ms:LicenceIdentifierScheme="">{0,unbounded}</ms:LicenceIdentifier>
</ms:licenceTerms>
Source
<xs:element name="licenceTerms" type="ms:GenericLicenceTerms">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links the distribution (distributable form) of a language resource to the licence or terms of use/service (a specific legal document) with which it is distributed</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/licenceTerms</identifier>
      <label xml:lang="en">licence/terms of use/service</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>