Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

version: 1.0

history:

2009-07-07

1.0 Download

wmp-extension.XSDxsd

For reference to current version use http://purl.org/REP/standards/daiwmp-extension.xsd

When Creative Commons is applicable the WMP-extension can be used.

This DAI WMP extension is made to extend the MODS metadata scheme with the Digital Author Identifierauthor rights.
For examples how to use this extension in combination with MODS see: Use of MODS

The schema below is the DAIWMP-extension.xsd

Code Block
xml
xml
<?xml version="1.0" encoding="UTF-8" ?>
<xsd<xs:schema
  xmlns:xsdxs="http://www.w3.org/2001/XMLSchema"
  xmlns:dc="info:eu-repo/dai"
  http://purl.org/dc/elements/1.1/"
targetNamespace="info:eu-repo/dai"
  http://www.surfgroepen.nl/werkgroepmetadataplus"
elementFormDefault="qualified"
  attributeFormDefault="unqualified">
  <xsd<xs:import
    namespace="http://www.w3purl.org/dc/XMLelements/19981.1/namespace"
    schemaLocation="http://www.w3dublincore.org/schemas/2001xmls/xmlsimpledc20021212.xsd"/>
  <xsd<xs:element name="daiList" type="daiListType"/>
  <xsd:complexType name="daiListType">
    <xsd:sequence>
      <xsd:element
        name="identifier"
        type="identifierType"
        minOccurs="1"
        maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
  <xsd:complexType
    name="identifierType">
    <xsd:simpleContent>

      <xsd:extension
        base="xsd:anyURI">
        <xsd:attribute
          name="IDref"
          type="xsd:IDREF"
          use="required"/>
        <xsd:attribute
          name="authority"
          type="xsd:string"
          use="optional" />
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:schema>
rights">
<xs:annotation>
<xs:documentation xml:lang="nl">
Het rights element kent 2 subelementen:
dc:description en
dc:rights
Gebruik de eerste om een beschrijvend
(copy)rights statement te maken en de
tweede voor een URI.
Beide elementen zijn optioneel
</xs:documentation>
<xs:documentation xml:lang="nl">
Voorbeeld:
<dc:description>© 2008 Royal Tropical Institute.
This work is licensed under a Creative
Commons Attribution-Noncommercial-No Derivative
Works 3.0 Unported License.
</dc:description> <dc:rights>
[http://creativecommons.org/licenses/by-nc-nd/3.0/]
</dc:rights>
</xs:documentation>
</xs:annotation>

<xs:complexType>
<xs:sequence>
<xs:element ref="dc:description" minOccurs="0" maxOccurs="1"/>
<xs:element ref="dc:rights" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>

</xs:element>
</xs:schema>