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