Project

General

Profile

Download (10.8 KB) Statistics
| Branch: | Tag: | Revision:
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
<xs:schema elementFormDefault="qualified" version="1.0" 
3
targetNamespace="http://etaxonomy.eu/cdm/model/1.0" 
4
xmlns="http://etaxonomy.eu/cdm/model/1.0"
5
xmlns:common="http://etaxonomy.eu/cdm/model/common/1.0" 
6
xmlns:description="http://etaxonomy.eu/cdm/model/description/1.0" 
7
xmlns:occurrence="http://etaxonomy.eu/cdm/model/occurrence/1.0"
8
xmlns:location="http://etaxonomy.eu/cdm/model/location/1.0"
9
xmlns:molecular="http://etaxonomy.eu/cdm/model/molecular/1.0"
10
xmlns:xs="http://www.w3.org/2001/XMLSchema"
11
xmlns:name="http://etaxonomy.eu/cdm/model/name/1.0"
12
xmlns:agent="http://etaxonomy.eu/cdm/model/agent/1.0"
13
xmlns:media="http://etaxonomy.eu/cdm/model/media/1.0"
14
xmlns:reference="http://etaxonomy.eu/cdm/model/reference/1.0"
15
xmlns:taxon="http://etaxonomy.eu/cdm/model/taxon/1.0"
16
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
17
xsi:schemaLocation="http://www.w3.org/XML/1998/namespace
18
http://www.w3.org/2005/08/xml.xsd
19
http://www.w3.org/2001/XMLSchema
20
  http://www.w3.org/2001/XMLSchema.xsd">
21

    
22
  <xs:import namespace="http://etaxonomy.eu/cdm/model/description/1.0" schemaLocation="description.xsd"/>
23

    
24
  <xs:import namespace="http://etaxonomy.eu/cdm/model/common/1.0" schemaLocation="common.xsd"/>
25

    
26
  <xs:import namespace="http://etaxonomy.eu/cdm/model/location/1.0" schemaLocation="location.xsd"/>
27

    
28
  <xs:import namespace="http://etaxonomy.eu/cdm/model/occurrence/1.0" schemaLocation="occurrence.xsd"/>
29

    
30
  <xs:import namespace="http://etaxonomy.eu/cdm/model/name/1.0" schemaLocation="name.xsd"/>
31

    
32
  <xs:import namespace="http://etaxonomy.eu/cdm/model/agent/1.0" schemaLocation="agent.xsd"/>
33

    
34
  <xs:import namespace="http://etaxonomy.eu/cdm/model/media/1.0" schemaLocation="media.xsd"/>
35

    
36
  <xs:import namespace="http://etaxonomy.eu/cdm/model/taxon/1.0" schemaLocation="taxon.xsd"/>
37

    
38
  <xs:import namespace="http://etaxonomy.eu/cdm/model/molecular/1.0" schemaLocation="molecular.xsd"/>
39

    
40
  <xs:import namespace="http://etaxonomy.eu/cdm/model/reference/1.0" schemaLocation="reference.xsd"/>
41

    
42
  <xs:element name="DataSet" type="DataSet"/>
43
  
44
  <xs:element name="Error" type="Error"/>
45
  
46
  <xs:complexType name="Error">
47
    <xs:sequence>
48
      <xs:element name="Code" type="xs:string" minOccurs="1"/>
49
      <xs:element name="Message" type="xs:string" minOccurs="1"/>
50
      <xs:element name="Resource" type="xs:anyURI"/>
51
      <xs:element name="Cause" type="xs:string" minOccurs="0"/>
52
      <xs:element name="StackTrace" minOccurs="0">
53
        <xs:complexType>
54
          <xs:sequence>
55
            <xs:element name="StackTraceElement" type="xs:string"/>
56
          </xs:sequence>
57
        </xs:complexType>
58
      </xs:element>
59
    </xs:sequence>
60
    <xs:attribute name="status" type="xs:int"/>
61
  </xs:complexType>
62

    
63
  <xs:complexType name="DataSet">
64
    <xs:sequence>
65
      <xs:element name="Terms" minOccurs="0">
66
        <xs:complexType>
67
          <xs:sequence>
68
            <xs:choice minOccurs="0" maxOccurs="unbounded">
69
              <xs:element ref="description:AbsenceTerm"/>
70
              <xs:element ref="common:AnnotationType"/>
71
              <xs:element ref="location:Continent"/>
72
              <xs:element ref="occurrence:DerivationEventType"/>
73
              <xs:element ref="occurrence:DeterminationModifier"/>
74
              <xs:element ref="common:ExtensionType"/>
75
              <xs:element ref="description:Feature"/>
76
              <xs:element ref="name:HybridRelationshipType"/>
77
              <xs:element ref="agent:InstitutionType"/>
78
              <xs:element ref="common:Language"/>
79
              <xs:element ref="common:MarkerType"/>
80
              <xs:element ref="description:MeasurementUnit"/>
81
              <xs:element ref="description:Modifier"/>
82
              <xs:element ref="location:NamedArea"/>
83
              <xs:element ref="location:NamedAreaLevel"/>
84
              <xs:element ref="location:NamedAreaType"/>
85
              <xs:element ref="name:NameRelationshipType"/>
86
              <xs:element ref="name:NameTypeDesignationStatus"/>
87
              <xs:element ref="name:NomenclaturalCode"/>
88
              <xs:element ref="name:NomenclaturalStatusType"/>
89
              <xs:element ref="description:PresenceTerm"/>
90
              <xs:element ref="occurrence:PreservationMethod"/>
91
              <xs:element ref="name:Rank"/>
92
              <xs:element ref="location:ReferenceSystem"/>
93
              <xs:element ref="media:RightsTerm"/>
94
              <xs:element ref="description:Scope"/>
95
              <xs:element ref="description:Sex"/>
96
              <xs:element ref="name:SpecimenTypeDesignationStatus"/>
97
              <xs:element ref="description:Stage"/>
98
              <xs:element ref="description:State"/>
99
              <xs:element ref="description:StatisticalMeasure"/>
100
              <xs:element ref="taxon:SynonymRelationshipType"/>
101
              <xs:element ref="taxon:TaxonRelationshipType"/>
102
              <xs:element ref="description:TextFormat"/>
103
              <xs:element ref="location:WaterbodyOrCountry"/>
104
            </xs:choice>
105
          </xs:sequence>
106
        </xs:complexType>
107
      </xs:element>
108
      <xs:element name="TermVocabularies" minOccurs="0">
109
        <xs:complexType>
110
          <xs:sequence>
111
            <xs:choice minOccurs="0" maxOccurs="unbounded">
112
              <xs:element ref="common:TermVocabulary"/>
113
              <xs:element ref="common:OrderedTermVocabulary"/>
114
            </xs:choice>
115
          </xs:sequence>
116
        </xs:complexType>
117
      </xs:element>
118
      <xs:element name="Agents" minOccurs="0">
119
        <xs:complexType>
120
          <xs:sequence>
121
            <xs:choice minOccurs="0" maxOccurs="unbounded">
122
              <xs:element ref="agent:Team"/>
123
              <xs:element ref="agent:Institution"/>
124
              <xs:element ref="agent:Person"/>
125
            </xs:choice>
126
          </xs:sequence>
127
        </xs:complexType>
128
      </xs:element>
129
      <xs:element name="Collections" minOccurs="0">
130
        <xs:complexType>
131
          <xs:sequence>
132
            <xs:element ref="occurrence:Collection" minOccurs="0" maxOccurs="unbounded"/>
133
          </xs:sequence>
134
        </xs:complexType>
135
      </xs:element>
136
      <xs:element name="Occurrences" minOccurs="0">
137
        <xs:complexType>
138
          <xs:sequence>
139
            <xs:choice minOccurs="0" maxOccurs="unbounded">
140
              <xs:element ref="occurrence:DerivedUnit"/>
141
              <xs:element ref="occurrence:DnaSample"/>
142
              <xs:element ref="occurrence:FieldObservation"/>
143
              <xs:element ref="occurrence:Fossil"/>
144
              <xs:element ref="occurrence:LivingBeing"/>
145
              <xs:element ref="occurrence:Observation"/>
146
              <xs:element ref="occurrence:Specimen"/>
147
            </xs:choice>
148
          </xs:sequence>
149
        </xs:complexType>
150
      </xs:element>
151
      <xs:element name="EventBases" minOccurs="0">
152
        <xs:complexType>
153
          <xs:sequence>
154
            <xs:choice minOccurs="0" maxOccurs="unbounded">
155
              <xs:element ref="occurrence:DerivationEvent"/>
156
              <xs:element ref="occurrence:GatheringEvent"/>
157
            </xs:choice>
158
          </xs:sequence>
159
        </xs:complexType>
160
      </xs:element>
161
      <xs:element name="References" minOccurs="0">
162
        <xs:complexType>
163
          <xs:sequence>
164
            <xs:element ref="reference:ReferenceBase" minOccurs="0" maxOccurs="unbounded"/>
165
          </xs:sequence>
166
        </xs:complexType>
167
      </xs:element>
168
      <xs:element name="TypeDesignations" minOccurs="0">
169
        <xs:complexType>
170
          <xs:sequence>
171
            <xs:choice minOccurs="0" maxOccurs="unbounded">
172
              <xs:element ref="name:NameTypeDesignation"/>
173
              <xs:element ref="name:SpecimenTypeDesignation"/>
174
            </xs:choice>
175
          </xs:sequence>
176
        </xs:complexType>
177
      </xs:element>
178
      <xs:element name="FeatureTrees" minOccurs="0">
179
        <xs:complexType>
180
          <xs:sequence>
181
            <xs:choice minOccurs="0" maxOccurs="unbounded">
182
              <xs:element ref="description:FeatureTree" />
183
              <xs:element ref="description:PolytomousKey"/>
184
            </xs:choice>
185
          </xs:sequence>
186
        </xs:complexType>
187
      </xs:element>
188
      <xs:element name="TaxonomicTrees" minOccurs="0">
189
        <xs:complexType>
190
          <xs:sequence>
191
            <xs:element ref="taxon:TaxonomicTree" minOccurs="0" maxOccurs="unbounded"/>
192
          </xs:sequence>
193
        </xs:complexType>
194
      </xs:element>
195
      <xs:element name="TaxonomicNames" minOccurs="0">
196
        <xs:complexType>
197
          <xs:sequence>
198
            <xs:choice minOccurs="0" maxOccurs="unbounded">
199
              <xs:element ref="name:BacterialName"/>
200
              <xs:element ref="name:BotanicalName"/>
201
              <xs:element ref="name:CultivarPlantName"/>
202
              <xs:element ref="name:NonViralName"/>
203
              <xs:element ref="name:ViralName"/>
204
              <xs:element ref="name:ZoologicalName"/>
205
            </xs:choice>
206
          </xs:sequence>
207
        </xs:complexType>
208
      </xs:element>
209
      <xs:element name="HomotypicalGroups" minOccurs="0">
210
        <xs:complexType>
211
          <xs:sequence>
212
            <xs:element ref="name:HomotypicalGroup" minOccurs="0" maxOccurs="unbounded"/>
213
          </xs:sequence>
214
        </xs:complexType>
215
      </xs:element>
216
      <xs:element name="TaxonBases" minOccurs="0">
217
        <xs:complexType>
218
          <xs:sequence>
219
            <xs:choice minOccurs="0" maxOccurs="unbounded">
220
              <xs:element ref="taxon:Taxon"/>
221
              <xs:element ref="taxon:Synonym"/>
222
            </xs:choice>
223
          </xs:sequence>
224
        </xs:complexType>
225
      </xs:element>
226
      <xs:element name="Media" minOccurs="0">
227
        <xs:complexType>
228
          <xs:sequence>
229
            <xs:choice minOccurs="0" maxOccurs="unbounded">
230
              <xs:element ref="media:Media"/>
231
              <xs:element ref="description:MediaKey"/>
232
              <xs:element ref="common:Figure"/>
233
              <xs:element ref="molecular:PhylogeneticTree"/>
234
            </xs:choice>
235
          </xs:sequence>
236
        </xs:complexType>
237
      </xs:element>
238
      <xs:element name="Users" minOccurs="0">
239
        <xs:complexType>
240
          <xs:sequence>
241
            <xs:element ref="common:User" minOccurs="0" maxOccurs="unbounded"/>
242
          </xs:sequence>
243
        </xs:complexType>
244
      </xs:element>
245
      <xs:element name="Groups" minOccurs="0">
246
        <xs:complexType>
247
          <xs:sequence>
248
            <xs:element ref="common:Group" minOccurs="0" maxOccurs="unbounded"/>
249
          </xs:sequence>
250
        </xs:complexType>
251
      </xs:element>
252
      <xs:element name="GrantedAuthorities" minOccurs="0">
253
        <xs:complexType>
254
          <xs:sequence>
255
            <xs:element ref="common:GrantedAuthority" minOccurs="0" maxOccurs="unbounded"/>
256
          </xs:sequence>
257
        </xs:complexType>
258
      </xs:element>
259
      <xs:element name="languageStrings" type="common:LanguageString" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
260
    </xs:sequence>
261
  </xs:complexType>
262
</xs:schema>
263

    
(2-2/11)