-
Notifications
You must be signed in to change notification settings - Fork 0
/
rec-dcterms.xsd
94 lines (94 loc) · 4.55 KB
/
rec-dcterms.xsd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?xml version="1.0" encoding="ISO-8859-1"?>
<xs:schema id="dcmi-terms" targetNamespace="http://purl.org/dc/terms/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:dct="http://purl.org/dc/terms/"
xmlns:dc="http://purl.org/dc/elements/1.1/" elementFormDefault="qualified"
attributeFormDefault="unqualified" version="2.0.2.2">
<xs:annotation>
<xs:documentation xml:lang="en"
source="http://dublincore.org/documents/dcmi-terms/">This schema declares additional DCMI elements and element refinements
in the "http://purl.org/dc/terms/" namespace.</xs:documentation>
</xs:annotation>
<xs:import namespace="http://purl.org/dc/elements/1.1/" schemaLocation="http://schemas.opengis.net/csw/2.0.2/rec-dcmes.xsd"/>
<xs:element name="abstract" type="dc:SimpleLiteral"
substitutionGroup="dc:description"/>
<xs:element name="accessRights" type="dc:SimpleLiteral"
substitutionGroup="dc:rights"/>
<xs:element name="alternative" type="dc:SimpleLiteral"
substitutionGroup="dc:title"/>
<xs:element name="audience" type="dc:SimpleLiteral"
substitutionGroup="dc:DC-element"/>
<xs:element name="available" type="dc:SimpleLiteral"
substitutionGroup="dc:date"/>
<xs:element name="bibliographicCitation" type="dc:SimpleLiteral"
substitutionGroup="dc:identifier"/>
<xs:element name="conformsTo" type="dc:SimpleLiteral"
substitutionGroup="dc:relation"/>
<xs:element name="created" type="dc:SimpleLiteral"
substitutionGroup="dc:date"/>
<xs:element name="dateAccepted" type="dc:SimpleLiteral"
substitutionGroup="dc:date"/>
<xs:element name="dateCopyrighted" type="dc:SimpleLiteral"
substitutionGroup="dc:date"/>
<xs:element name="dateSubmitted" type="dc:SimpleLiteral"
substitutionGroup="dc:date"/>
<xs:element name="educationLevel" type="dc:SimpleLiteral"
substitutionGroup="dct:audience"/>
<xs:element name="extent" type="dc:SimpleLiteral"
substitutionGroup="dc:format"/>
<xs:element name="hasFormat" type="dc:SimpleLiteral"
substitutionGroup="dc:relation"/>
<xs:element name="hasPart" type="dc:SimpleLiteral"
substitutionGroup="dc:relation"/>
<xs:element name="hasVersion" type="dc:SimpleLiteral"
substitutionGroup="dc:relation"/>
<xs:element name="isFormatOf" type="dc:SimpleLiteral"
substitutionGroup="dc:relation"/>
<xs:element name="isPartOf" type="dc:SimpleLiteral"
substitutionGroup="dc:relation"/>
<xs:element name="isReferencedBy" type="dc:SimpleLiteral"
substitutionGroup="dc:relation"/>
<xs:element name="isReplacedBy" type="dc:SimpleLiteral"
substitutionGroup="dc:relation"/>
<xs:element name="isRequiredBy" type="dc:SimpleLiteral"
substitutionGroup="dc:relation"/>
<xs:element name="issued" type="dc:SimpleLiteral" substitutionGroup="dc:date"/>
<xs:element name="isVersionOf" type="dc:SimpleLiteral"
substitutionGroup="dc:relation"/>
<xs:element name="license" type="dc:SimpleLiteral"
substitutionGroup="dc:rights"/>
<xs:element name="mediator" type="dc:SimpleLiteral"
substitutionGroup="dct:audience"/>
<xs:element name="medium" type="dc:SimpleLiteral"
substitutionGroup="dc:format"/>
<xs:element name="modified" type="dc:SimpleLiteral"
substitutionGroup="dc:date"/>
<xs:element name="provenance" type="dc:SimpleLiteral"
substitutionGroup="dc:DC-element"/>
<xs:element name="references" type="dc:SimpleLiteral"
substitutionGroup="dc:relation"/>
<xs:element name="replaces" type="dc:SimpleLiteral"
substitutionGroup="dc:relation"/>
<xs:element name="requires" type="dc:SimpleLiteral"
substitutionGroup="dc:relation"/>
<xs:element name="rightsHolder" type="dc:SimpleLiteral"
substitutionGroup="dc:DC-element"/>
<xs:element name="spatial" type="dc:SimpleLiteral"
substitutionGroup="dc:coverage"/>
<xs:element name="tableOfContents" type="dc:SimpleLiteral"
substitutionGroup="dc:description"/>
<xs:element name="temporal" type="dc:SimpleLiteral"
substitutionGroup="dc:coverage"/>
<xs:element name="valid" type="dc:SimpleLiteral" substitutionGroup="dc:date"/>
<xs:group name="DCMI-terms">
<xs:annotation>
<xs:documentation xml:lang="en">This group is included as a convenience for schema authors who need
to refer to the complete set of DCMI metadata terms.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="dc:DC-element"/>
</xs:choice>
</xs:sequence>
</xs:group>
</xs:schema>