1+ <schema targetNamespace =" http://www.openarchives.org/OAI/2.0/oai_dc/"
2+ xmlns : oai_dc =" http://www.openarchives.org/OAI/2.0/oai_dc/"
3+ xmlns : dc =" http://purl.org/dc/elements/1.1/"
4+ xmlns =" http://www.w3.org/2001/XMLSchema"
5+ elementFormDefault =" qualified" attributeFormDefault =" unqualified" >
6+
7+ <annotation >
8+ <documentation >
9+ XML Schema 2002-03-18 by Pete Johnston.
10+ Adjusted for usage in the OAI-PMH.
11+ Schema imports the Dublin Core elements from the DCMI schema for unqualified Dublin Core.
12+ 2002-12-19 updated to use simpledc20021212.xsd (instead of simpledc20020312.xsd)
13+ </documentation >
14+ </annotation >
15+
16+ <import namespace =" http://purl.org/dc/elements/1.1/"
17+ schemaLocation =" http://dublincore.org/schemas/xmls/simpledc20021212.xsd" />
18+
19+ <element name =" dc" type =" oai_dc:oai_dcType" />
20+
21+ <complexType name =" oai_dcType" >
22+ <choice minOccurs =" 0" maxOccurs =" unbounded" >
23+ <element ref =" dc:title" />
24+ <element ref =" dc:creator" />
25+ <element ref =" dc:subject" />
26+ <element ref =" dc:description" />
27+ <element ref =" dc:publisher" />
28+ <element ref =" dc:contributor" />
29+ <element ref =" dc:date" />
30+ <element ref =" dc:type" />
31+ <element ref =" dc:format" />
32+ <element ref =" dc:identifier" />
33+ <element ref =" dc:source" />
34+ <element ref =" dc:language" />
35+ <element ref =" dc:relation" />
36+ <element ref =" dc:coverage" />
37+ <element ref =" dc:rights" />
38+ </choice >
39+ </complexType >
40+ </schema >
0 commit comments