Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:LicenceTerms
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A legal document (licence or terms of use/service) with which the language resource is distributed
Diagram
Diagram ELG-SHARE_xsd_Element_ms_LicenceTerms.tmp#http___w3id.org_meta-share_meta-share__LicenceTerms_entityType ELG-SHARE_xsd_Element_ms_LicenceIdentifier.tmp#LicenceIdentifier ELG-SHARE_xsd_Element_ms_licenceTermsName.tmp#licenceTermsName ELG-SHARE_xsd_Element_ms_licenceTermsShortName.tmp#licenceTermsShortName ELG-SHARE_xsd_Element_ms_licenceTermsAlternativeName.tmp#licenceTermsAlternativeName ELG-SHARE_xsd_Element_ms_licenceTermsURL.tmp#licenceTermsURL ELG-SHARE_xsd_Element_ms_logo.tmp#logo ELG-SHARE_xsd_Element_ms_accessRights.tmp#accessRights ELG-SHARE_xsd_Element_ms_conditionOfUse.tmp#conditionOfUse ELG-SHARE_xsd_Element_ms_licenceCategory.tmp#licenceCategory
Properties
content complex
Used by
Model
Children ms:LicenceIdentifier, ms:accessRights, ms:conditionOfUse, ms:entityType, ms:licenceCategory, ms:licenceTermsAlternativeName, ms:licenceTermsName, ms:licenceTermsShortName, ms:licenceTermsURL, ms:logo
Instance
<ms:LicenceTerms xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:entityType>{1,1}</ms:entityType>
  <ms:LicenceIdentifier ms:LicenceIdentifierScheme="">{0,unbounded}</ms:LicenceIdentifier>
  <ms:licenceTermsName xml:lang="">{1,1}</ms:licenceTermsName>
  <ms:licenceTermsShortName xml:lang="">{0,unbounded}</ms:licenceTermsShortName>
  <ms:licenceTermsAlternativeName xml:lang="">{0,unbounded}</ms:licenceTermsAlternativeName>
  <ms:licenceTermsURL>{1,unbounded}</ms:licenceTermsURL>
  <ms:logo>{0,1}</ms:logo>
  <ms:accessRights>{0,unbounded}</ms:accessRights>
  <ms:conditionOfUse>{0,unbounded}</ms:conditionOfUse>
  <ms:licenceCategory>{0,unbounded}</ms:licenceCategory>
</ms:LicenceTerms>
Source
<xs:element name="LicenceTerms">
  <xs:annotation>
    <xs:documentation xml:lang="en">A legal document (licence or terms of use/service) with which the language resource is distributed</xs:documentation>
    <xs:appinfo>
      <xs:label xml:lang="en-uk">Licence/Terms of use/service</xs:label>
      <xs:identifier>http://w3id.org/meta-share/meta-share/LicenceTerms</xs:identifier>
      <representation>
        <str>licenceTermsName</str>
        <str>licenceTermsShortName</str>
        <str>licenceTermsURL</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="entityType" fixed="LicenceTerms">
        <xs:annotation>
          <xs:documentation xml:lang="en">Classifies the entity described by a metadata record to one of the major classes</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:LicenceIdentifier" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
            <unique>true</unique>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:licenceTermsName">
        <xs:annotation>
          <xs:appinfo>
            <unique>true</unique>
            <combined>licenceTermsURL</combined>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:licenceTermsShortName" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <unique>true</unique>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:licenceTermsAlternativeName" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:licenceTermsURL" maxOccurs="unbounded"/>
      <xs:element ref="ms:logo" minOccurs="0"/>
      <xs:element ref="ms:accessRights" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <recommended project="ELG">true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:conditionOfUse" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:licenceCategory" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ms:LicenceTerms / ms:entityType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Classifies the entity described by a metadata record to one of the major classes
Diagram
Diagram
Properties
fixed LicenceTerms
Source
<xs:element name="entityType" fixed="LicenceTerms">
  <xs:annotation>
    <xs:documentation xml:lang="en">Classifies the entity described by a metadata record to one of the major classes</xs:documentation>
  </xs:annotation>
</xs:element>