Showing:

Annotations
Facets
Properties
Source
Used by
Attribute @ms:LicenceIdentifierScheme
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The name of the scheme according to which an identifier is assigned to a licence by the authority that issues it
Type restriction of xs:anyURI
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/SPDX
Value for LicenceIdentifierScheme referring to the codes (identifiers) for licences used by SPDX (https://spdx.org/licenses/))
enumeration http://w3id.org/meta-share/meta-share/elg
European Language Grid
enumeration http://w3id.org/meta-share/meta-share/other
Used by
Complex Type ms:LicenceIdentifier
Source
<xs:attribute name="LicenceIdentifierScheme">
  <xs:annotation>
    <xs:documentation xml:lang="en">The name of the scheme according to which an identifier is assigned to a licence by the authority that issues it</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/LicenceIdentifierScheme</identifier>
      <label xml:lang="en">Licence identifier scheme</label>
      <subclassOf>http://purl.org/spar/datacite/ResourceIdentifierScheme</subclassOf>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:anyURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/SPDX">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for LicenceIdentifierScheme referring to the codes (identifiers) for licences used by SPDX (https://spdx.org/licenses/))</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/SPDX</identifier>
            <label xml:lang="en">SPDX</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/elg">
        <xs:annotation>
          <xs:documentation xml:lang="en">European Language Grid</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/elg</identifier>
            <label xml:lang="en">ELG</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/other</identifier>
            <label xml:lang="en">other</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>