1 |
8613
|
cjones
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:dwc="http://rs.tdwg.org/dwc/terms/"
|
3 |
|
|
xmlns:dcterms="http://purl.org/dc/terms/" xmlns="http://purl.org/dryad/schema/terms/v3.1"
|
4 |
|
|
xmlns:bibo="http://purl.org/dryad/schema/dryad-bibo/v3.1" targetNamespace="http://purl.org/dryad/schema/terms/v3.1">
|
5 |
|
|
|
6 |
|
|
<xs:import namespace="http://purl.org/dc/terms/" />
|
7 |
|
|
<xs:import namespace="http://rs.tdwg.org/dwc/terms/" />
|
8 |
|
|
<xs:import namespace="http://purl.org/dryad/schema/dryad-bibo/v3.1" />
|
9 |
|
|
|
10 |
|
|
<!-- For the Dryad data package -->
|
11 |
|
|
<xs:element name="DryadDataPackage">
|
12 |
|
|
<xs:complexType>
|
13 |
|
|
<xs:sequence>
|
14 |
|
|
<xs:element ref="dcterms:type"/>
|
15 |
|
|
<xs:element ref="dcterms:creator" maxOccurs="unbounded"/>
|
16 |
|
|
<xs:element ref="dcterms:dateSubmitted"/>
|
17 |
|
|
<xs:element ref="dcterms:available"/>
|
18 |
|
|
<xs:element ref="dcterms:title" maxOccurs="unbounded"/>
|
19 |
|
|
<xs:element ref="dcterms:identifier" maxOccurs="unbounded"/>
|
20 |
|
|
<xs:element ref="dcterms:description" minOccurs="0"/>
|
21 |
|
|
<xs:element ref="dcterms:subject" minOccurs="0" maxOccurs="unbounded"/>
|
22 |
|
|
<xs:element ref="dwc:scientificName" minOccurs="0" maxOccurs="unbounded"/>
|
23 |
|
|
<xs:element ref="dcterms:spatial" minOccurs="0" maxOccurs="unbounded"/>
|
24 |
|
|
<xs:element ref="dcterms:temporal" minOccurs="0" maxOccurs="unbounded"/>
|
25 |
|
|
<xs:element ref="external" minOccurs="0" maxOccurs="unbounded"/>
|
26 |
|
|
<xs:element ref="dcterms:references" minOccurs="0"/>
|
27 |
|
|
<xs:element ref="bibo:pmid" minOccurs="0" />
|
28 |
|
|
<xs:element ref="bibo:Journal" minOccurs="0" />
|
29 |
|
|
<xs:element ref="dcterms:hasPart" maxOccurs="unbounded"/>
|
30 |
|
|
</xs:sequence>
|
31 |
|
|
</xs:complexType>
|
32 |
|
|
</xs:element>
|
33 |
|
|
|
34 |
|
|
<!-- For the Dryad data file -->
|
35 |
|
|
<xs:element name="DryadDataFile">
|
36 |
|
|
<xs:complexType>
|
37 |
|
|
<xs:sequence>
|
38 |
|
|
<xs:element ref="dcterms:type"/>
|
39 |
|
|
<xs:element ref="dcterms:creator" maxOccurs="unbounded"/>
|
40 |
|
|
<xs:element ref="dcterms:title"/>
|
41 |
|
|
<xs:element ref="dcterms:identifier" maxOccurs="unbounded"/>
|
42 |
|
|
<xs:element ref="dcterms:rights"/>
|
43 |
|
|
<xs:element ref="dcterms:description" minOccurs="0"/>
|
44 |
|
|
<xs:element ref="dcterms:subject" minOccurs="0" maxOccurs="unbounded"/>
|
45 |
|
|
<xs:element ref="dwc:scientificName" minOccurs="0" maxOccurs="unbounded"/>
|
46 |
|
|
<xs:element ref="dcterms:spatial" minOccurs="0" maxOccurs="unbounded"/>
|
47 |
|
|
<xs:element ref="dcterms:temporal" minOccurs="0" maxOccurs="unbounded"/>
|
48 |
|
|
<xs:element ref="dcterms:dateSubmitted"/>
|
49 |
|
|
<xs:element ref="dcterms:available"/>
|
50 |
|
|
<xs:element ref="embargoedUntil" minOccurs="0"/>
|
51 |
|
|
<xs:element ref="dcterms:format" minOccurs="0"/>
|
52 |
|
|
<xs:element ref="dcterms:provenance" maxOccurs="unbounded"/>
|
53 |
|
|
<xs:element ref="dcterms:isPartOf"/>
|
54 |
|
|
</xs:sequence>
|
55 |
|
|
</xs:complexType>
|
56 |
|
|
</xs:element>
|
57 |
|
|
|
58 |
|
|
<!-- Dryad defined elements -->
|
59 |
|
|
<xs:element name="status" type="xs:string"/>
|
60 |
|
|
<xs:element name="external" type="xs:string"/>
|
61 |
|
|
<xs:element name="embargoedUntil" substitutionGroup="dcterms:date"/>
|
62 |
|
|
|
63 |
|
|
</xs:schema>
|