Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<!-- edited with XMLSpy v2008 (http://www.altova.com) by Adrienne Phillips (Landcare Research) -->
3
<xsd:schema xmlns="http://www.tdwg.org/schemas/tcs/1.01" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:res="eml://ecoinformatics.org/resource-2.0.1" targetNamespace="http://www.tdwg.org/schemas/tcs/1.01" elementFormDefault="qualified" attributeFormDefault="unqualified">
4
	<xsd:import namespace="eml://ecoinformatics.org/resource-2.0.1" schemaLocation="eml-resource.xsd"/>
5
	<xsd:complexType name="DataSet">
6
		<xsd:choice>
7
			<xsd:sequence>
8
				<xsd:element name="MetaData" minOccurs="0">
9
					<xsd:annotation>
10
						<xsd:documentation>Information associated with the creation of the dataset in human-readable form.</xsd:documentation>
11
					</xsd:annotation>
12
					<xsd:complexType>
13
						<xsd:sequence>
14
							<xsd:element name="Simple" type="xsd:string">
15
								<xsd:annotation>
16
									<xsd:documentation>A summary of the metadata for this document.</xsd:documentation>
17
								</xsd:annotation>
18
							</xsd:element>
19
							<xsd:element name="MetaDataDetailed" type="PlaceholderType" minOccurs="0">
20
								<xsd:annotation>
21
									<xsd:documentation>A place holder for an external schema giving details of the metadata for this document. A meta data schema is provided with the TCS release for this purpose should no other schema be preferred. </xsd:documentation>
22
								</xsd:annotation>
23
							</xsd:element>
24
						</xsd:sequence>
25
					</xsd:complexType>
26
				</xsd:element>
27
				<xsd:element name="Specimens" minOccurs="0">
28
					<xsd:annotation>
29
						<xsd:documentation>Container for vouchers (representation of specimen) records.</xsd:documentation>
30
					</xsd:annotation>
31
					<xsd:complexType>
32
						<xsd:sequence>
33
							<xsd:element name="Specimen" minOccurs="0" maxOccurs="unbounded">
34
								<xsd:annotation>
35
									<xsd:documentation>Specimen and location</xsd:documentation>
36
								</xsd:annotation>
37
								<xsd:complexType>
38
									<xsd:sequence minOccurs="0">
39
										<xsd:element name="Simple" type="xsd:string"/>
40
										<xsd:element name="Institution" minOccurs="0">
41
											<xsd:annotation>
42
												<xsd:documentation>Information about the location of the specimen. The PlaceholderType represents a placeholder for optionally extending the schema with a schema element defined in another standard. </xsd:documentation>
43
											</xsd:annotation>
44
											<xsd:complexType>
45
												<xsd:sequence minOccurs="0">
46
													<xsd:element name="InstitutionName" type="xsd:string"/>
47
													<xsd:element name="Code" type="xsd:string" minOccurs="0"/>
48
													<xsd:element name="Address" type="xsd:string" minOccurs="0"/>
49
													<xsd:element name="Phone" type="xsd:string" minOccurs="0"/>
50
													<xsd:element name="URL" type="xsd:string" minOccurs="0"/>
51
													<xsd:element name="Email" type="xsd:string" minOccurs="0"/>
52
												</xsd:sequence>
53
												<xsd:attribute name="identifier" type="xsd:token" use="required"/>
54
											</xsd:complexType>
55
										</xsd:element>
56
										<xsd:element name="Collection" minOccurs="0">
57
											<xsd:annotation>
58
												<xsd:documentation>The PlaceholderType represents a placeholder for optionally extending the schema with a schema element defined in another standard.</xsd:documentation>
59
											</xsd:annotation>
60
											<xsd:complexType>
61
												<xsd:complexContent>
62
													<xsd:extension base="PlaceholderType">
63
														<xsd:attribute name="identifier" type="xsd:token" use="required">
64
															<xsd:annotation>
65
																<xsd:documentation> Identifier for the specimen used within the collection. </xsd:documentation>
66
															</xsd:annotation>
67
														</xsd:attribute>
68
													</xsd:extension>
69
												</xsd:complexContent>
70
											</xsd:complexType>
71
										</xsd:element>
72
										<xsd:element name="SpecimenItem">
73
											<xsd:annotation>
74
												<xsd:documentation>Physical object the voucher is referring to. The PlaceholderType represents a placeholder for optionally extending the schema with a schema element defined in another standard.</xsd:documentation>
75
											</xsd:annotation>
76
											<xsd:complexType>
77
												<xsd:complexContent>
78
													<xsd:extension base="PlaceholderType">
79
														<xsd:attribute name="identifier" type="xsd:token" use="required"/>
80
													</xsd:extension>
81
												</xsd:complexContent>
82
											</xsd:complexType>
83
										</xsd:element>
84
									</xsd:sequence>
85
									<xsd:attribute name="id" type="xsd:token" use="required">
86
										<xsd:annotation>
87
											<xsd:documentation>Unique identifier (key) of the element. It can be local to the data set or a GUID in which case it can be resolved to a location on the internet where the record is stored.
88
</xsd:documentation>
89
										</xsd:annotation>
90
									</xsd:attribute>
91
								</xsd:complexType>
92
							</xsd:element>
93
						</xsd:sequence>
94
					</xsd:complexType>
95
				</xsd:element>
96
				<xsd:element name="Publications" minOccurs="0">
97
					<xsd:annotation>
98
						<xsd:documentation>Container for publication records.</xsd:documentation>
99
					</xsd:annotation>
100
					<xsd:complexType>
101
						<xsd:sequence>
102
							<xsd:element name="Publication" minOccurs="0" maxOccurs="unbounded">
103
								<xsd:annotation>
104
									<xsd:documentation>Details of the data source.</xsd:documentation>
105
								</xsd:annotation>
106
								<xsd:complexType>
107
									<xsd:sequence minOccurs="0">
108
										<xsd:element name="Simple" type="xsd:string">
109
											<xsd:annotation>
110
												<xsd:documentation>Full bibliographic reference as a single formatted string.</xsd:documentation>
111
											</xsd:annotation>
112
										</xsd:element>
113
										<xsd:element name="PublicationDetailed" type="PlaceholderType" minOccurs="0">
114
											<xsd:annotation>
115
												<xsd:documentation>Mechanism to allow for the extension of the schema for specific applications.</xsd:documentation>
116
											</xsd:annotation>
117
										</xsd:element>
118
									</xsd:sequence>
119
									<xsd:attribute name="id" type="xsd:token" use="required">
120
										<xsd:annotation>
121
											<xsd:documentation>Unique identifier (key) of the element. It can be local to the data set or a GUID in which case it can be resolved to a location on the internet where the record is stored.</xsd:documentation>
122
										</xsd:annotation>
123
									</xsd:attribute>
124
								</xsd:complexType>
125
							</xsd:element>
126
						</xsd:sequence>
127
					</xsd:complexType>
128
				</xsd:element>
129
				<xsd:element name="TaxonNames" minOccurs="0">
130
					<xsd:annotation>
131
						<xsd:documentation> A container element for TaxonName. </xsd:documentation>
132
					</xsd:annotation>
133
					<xsd:complexType>
134
						<xsd:sequence>
135
							<xsd:element name="TaxonName" type="ScientificName" minOccurs="0" maxOccurs="unbounded">
136
								<xsd:annotation>
137
									<xsd:documentation> An object that represents a single scientific biological name that either is, or appears to be, governed by one of the biological codes of nomenclature. These are not taxa. Taxa, whether accepted or not, are represented by TaxonConcept objects. Vernacular names are also dealt with under taxon concepts. </xsd:documentation>
138
								</xsd:annotation>
139
							</xsd:element>
140
						</xsd:sequence>
141
					</xsd:complexType>
142
				</xsd:element>
143
				<xsd:element name="TaxonConcepts" minOccurs="0">
144
					<xsd:annotation>
145
						<xsd:documentation>Container for TaxonConcept records.</xsd:documentation>
146
					</xsd:annotation>
147
					<xsd:complexType>
148
						<xsd:sequence>
149
							<xsd:element name="TaxonConcept" type="TaxonConceptType" minOccurs="0" maxOccurs="unbounded">
150
								<xsd:annotation>
151
									<xsd:documentation> Representation of a TaxonConcept. Various types of concept can be represented, including a reference to the GUID of an existing Concept. </xsd:documentation>
152
								</xsd:annotation>
153
							</xsd:element>
154
						</xsd:sequence>
155
					</xsd:complexType>
156
				</xsd:element>
157
				<xsd:element name="TaxonRelationshipAssertions" minOccurs="0">
158
					<xsd:annotation>
159
						<xsd:documentation>Container for taxonomic assertion records.</xsd:documentation>
160
					</xsd:annotation>
161
					<xsd:complexType>
162
						<xsd:sequence>
163
							<xsd:element name="TaxonRelationshipAssertion" minOccurs="0" maxOccurs="unbounded">
164
								<xsd:annotation>
165
									<xsd:documentation>Relationships between two concepts which are not part of the original definition of either of these concepts; possibly by a third party. </xsd:documentation>
166
								</xsd:annotation>
167
								<xsd:complexType>
168
									<xsd:complexContent>
169
										<xsd:extension base="RelationshipType">
170
											<xsd:sequence minOccurs="0">
171
												<xsd:element name="AccordingTo" type="AccordingToType">
172
													<xsd:annotation>
173
														<xsd:documentation>Information about the authorship of the asserted relationship.</xsd:documentation>
174
													</xsd:annotation>
175
												</xsd:element>
176
												<xsd:element name="FromTaxonConcept">
177
													<xsd:annotation>
178
														<xsd:documentation>Starting point of the directed relationship. A reference to a TaxonConcept.</xsd:documentation>
179
													</xsd:annotation>
180
													<xsd:complexType>
181
														<xsd:complexContent>
182
															<xsd:extension base="ReferenceType"/>
183
														</xsd:complexContent>
184
													</xsd:complexType>
185
												</xsd:element>
186
												<xsd:element name="ToTaxonConcept">
187
													<xsd:annotation>
188
														<xsd:documentation>End point of the directed relationship. A reference to a TaxonConcept.</xsd:documentation>
189
													</xsd:annotation>
190
													<xsd:complexType>
191
														<xsd:complexContent>
192
															<xsd:extension base="ReferenceType"/>
193
														</xsd:complexContent>
194
													</xsd:complexType>
195
												</xsd:element>
196
											</xsd:sequence>
197
											<xsd:attribute name="id" type="xsd:token" use="required">
198
												<xsd:annotation>
199
													<xsd:documentation>Unique identifier (key) of the element. It can be local to the data set or a GUID in which case it can be resolved to a location on the internet where the record is stored. </xsd:documentation>
200
												</xsd:annotation>
201
											</xsd:attribute>
202
										</xsd:extension>
203
									</xsd:complexContent>
204
								</xsd:complexType>
205
							</xsd:element>
206
						</xsd:sequence>
207
					</xsd:complexType>
208
				</xsd:element>
209
			</xsd:sequence>
210
			<xsd:group ref="res:ReferencesGroup"/>
211
		</xsd:choice>
212
	</xsd:complexType>
213
	<xsd:complexType name="ReferenceType" mixed="true">
214
		<xsd:annotation>
215
			<xsd:documentation> Elements of this type are used to refer to other resources. They can be used in the following ways. 1) With text content and no attributes - a simple text representation of the resource. 2) With no text content but a ref attribute pointing to the location or the resource. 3) A combination of the two above. The text content is a summary or the resource referenced to in the ref attribute.
216
</xsd:documentation>
217
		</xsd:annotation>
218
		<xsd:attribute name="ref" type="xsd:token" use="optional">
219
			<xsd:annotation>
220
				<xsd:documentation> The location of the resource. If the linkType attribute is not supplied agents should first presume this refers to the id of an element within the current document and then try to interpret it as a link to a resource available elsewhere on the network. </xsd:documentation>
221
			</xsd:annotation>
222
		</xsd:attribute>
223
		<xsd:attribute name="linkType" use="optional" default="local">
224
			<xsd:annotation>
225
				<xsd:documentation> Defines the meaning of the contents of the ref attribute.
226
</xsd:documentation>
227
			</xsd:annotation>
228
			<xsd:simpleType>
229
				<xsd:restriction base="xsd:string">
230
					<xsd:enumeration value="local">
231
						<xsd:annotation>
232
							<xsd:documentation> This is the id of another element within this document. </xsd:documentation>
233
						</xsd:annotation>
234
					</xsd:enumeration>
235
					<xsd:enumeration value="external">
236
						<xsd:annotation>
237
							<xsd:documentation> A link to a resource in another document. It is presumed that the target will be returned as a valid TCS instance.
238
</xsd:documentation>
239
						</xsd:annotation>
240
					</xsd:enumeration>
241
					<xsd:enumeration value="other">
242
						<xsd:annotation>
243
							<xsd:documentation> A link to another resource external to the current document that is not in TCS format. e.g. a jpeg, html page or pdf.
244
</xsd:documentation>
245
						</xsd:annotation>
246
					</xsd:enumeration>
247
				</xsd:restriction>
248
			</xsd:simpleType>
249
		</xsd:attribute>
250
	</xsd:complexType>
251
	<xsd:complexType name="AccordingToType">
252
		<xsd:annotation>
253
			<xsd:documentation>Describes the origin of the concept or assertion.</xsd:documentation>
254
		</xsd:annotation>
255
		<xsd:sequence>
256
			<xsd:element name="Simple" type="xsd:string">
257
				<xsd:annotation>
258
					<xsd:documentation>Unstructured string as used in the data source describing the origin of the concept (e.g. AuthorTeam and year).</xsd:documentation>
259
				</xsd:annotation>
260
			</xsd:element>
261
			<xsd:element name="AccordingToDetailed" minOccurs="0">
262
				<xsd:annotation>
263
					<xsd:documentation>Details provided by the data source about the concept or relationship authors.</xsd:documentation>
264
				</xsd:annotation>
265
				<xsd:complexType>
266
					<xsd:sequence>
267
						<xsd:element name="AuthorTeam" type="NameCitation" minOccurs="0">
268
							<xsd:annotation>
269
								<xsd:documentation>This field should contain the authors of the concept. Note that the Simple sub element of this element is a signature field and should have the following content. For TCS signatures two situations are envisaged, one where concepts appear in printed publications and the other where concepts are published on-line. When representing a printed concept the field should contain the unabbreviated surnames of the authors in the order they appear in the publication separated by spaces. Initials and any punctuation marks should be omitted. If there are more than three authors only the first two author names should be included and they should be followed by the words “et al”. The full authorship of the concept will always be available via the PublishedIn element. Transliteration of names should be avoided unless they can't be represented in UTF-8 encoding. If the concept is being published on line, and does not exist in a paper form, then the DNS name of the institution publishing the concept should be used. A policy should be formulated for how many sub-domains should be cited and this should be stuck to. It is recommended that the www sub-domain should not be used (e.g. ipni.org not www.ipni.org). These DNS names are not expected to resolve to anything now or in future and so artificial sub-domains could be created to represent publishing authorities within larger organisation if required. If the concept is version sensitive then the DNS name should be followed by a space and then the versioning information.
270
</xsd:documentation>
271
							</xsd:annotation>
272
						</xsd:element>
273
						<xsd:element name="PublishedIn" type="ReferenceType" minOccurs="0">
274
							<xsd:annotation>
275
								<xsd:documentation>Reference ID or GUID of the original publication in which the concept or relationship was introduced.
276
</xsd:documentation>
277
							</xsd:annotation>
278
						</xsd:element>
279
						<xsd:element name="MicroReference" type="xsd:string" minOccurs="0">
280
							<xsd:annotation>
281
								<xsd:documentation> This is an additional qualification to the reference given by 'PublishedIn'. It for holding things such as "page 34" or "tab. 67" etc. </xsd:documentation>
282
							</xsd:annotation>
283
						</xsd:element>
284
					</xsd:sequence>
285
				</xsd:complexType>
286
			</xsd:element>
287
		</xsd:sequence>
288
	</xsd:complexType>
289
	<xsd:complexType name="RelationshipType">
290
		<xsd:annotation>
291
			<xsd:documentation>Type attribute describe the type of relationship</xsd:documentation>
292
		</xsd:annotation>
293
		<xsd:attribute name="type" use="required">
294
			<xsd:annotation>
295
				<xsd:documentation>Any of an enumerated list of possible taxonomic relationships that may be expressed between two TaxonConcepts.</xsd:documentation>
296
			</xsd:annotation>
297
			<xsd:simpleType>
298
				<xsd:restriction base="xsd:string">
299
					<xsd:enumeration value="is congruent to">
300
						<xsd:annotation>
301
							<xsd:documentation> Set Relationship: The extent of Concept 1 is (essentially) identical to Concept 2 </xsd:documentation>
302
						</xsd:annotation>
303
					</xsd:enumeration>
304
					<xsd:enumeration value="is not congruent to">
305
						<xsd:annotation>
306
							<xsd:documentation> Set Relationship: The extent of Concept 1 is not identical to Concept 2 </xsd:documentation>
307
						</xsd:annotation>
308
					</xsd:enumeration>
309
					<xsd:enumeration value="includes">
310
						<xsd:annotation>
311
							<xsd:documentation> Set Relationship: Concept 2 is a subset of Concept 1
312
</xsd:documentation>
313
						</xsd:annotation>
314
					</xsd:enumeration>
315
					<xsd:enumeration value="does not include">
316
						<xsd:annotation>
317
							<xsd:documentation> Set Relationship: Concept 2 is not a subset of Concept 1 </xsd:documentation>
318
						</xsd:annotation>
319
					</xsd:enumeration>
320
					<xsd:enumeration value="excludes">
321
						<xsd:annotation>
322
							<xsd:documentation> Set Relationship: Concept 1 does not overlap or include Concept 2 </xsd:documentation>
323
						</xsd:annotation>
324
					</xsd:enumeration>
325
					<xsd:enumeration value="is included in">
326
						<xsd:annotation>
327
							<xsd:documentation> Set Relationship: Concept 1 is a subset of Concept 2
328
</xsd:documentation>
329
						</xsd:annotation>
330
					</xsd:enumeration>
331
					<xsd:enumeration value="is not included in">
332
						<xsd:annotation>
333
							<xsd:documentation> Set Relationship: Concept 1 is not a subset of Concept 2 </xsd:documentation>
334
						</xsd:annotation>
335
					</xsd:enumeration>
336
					<xsd:enumeration value="overlaps">
337
						<xsd:annotation>
338
							<xsd:documentation> Set Relationship: Concepts 1 and 2 share members/children in common </xsd:documentation>
339
						</xsd:annotation>
340
					</xsd:enumeration>
341
					<xsd:enumeration value="does not overlap">
342
						<xsd:annotation>
343
							<xsd:documentation> Set Relationship: Concepts 1 and 2 have no members/children in common </xsd:documentation>
344
						</xsd:annotation>
345
					</xsd:enumeration>
346
					<xsd:enumeration value="is child taxon of">
347
						<xsd:annotation>
348
							<xsd:documentation> Hierarchical Relationship: Concept 1 is a member of lower taxonomic rank of Concept 2 </xsd:documentation>
349
						</xsd:annotation>
350
					</xsd:enumeration>
351
					<xsd:enumeration value="is parent taxon of">
352
						<xsd:annotation>
353
							<xsd:documentation> Hierarchical Relationship: Taxon Concept 1 includes Concept 2 as a lower-ranked member. </xsd:documentation>
354
						</xsd:annotation>
355
					</xsd:enumeration>
356
					<xsd:enumeration value="is anamorph of">
357
						<xsd:annotation>
358
							<xsd:documentation> Concept 1 is the asexual or mitotic reproductive stage in a pleomorphic life cycle in which Concept 2 is the teleomorph or meiotic reproductive stage . </xsd:documentation>
359
						</xsd:annotation>
360
					</xsd:enumeration>
361
					<xsd:enumeration value="is teleomorph of">
362
						<xsd:annotation>
363
							<xsd:documentation> Concept 1 is the teleomorph or meiotic reproductive stage in a pleomorphic life cycle in which Concept 2 is the asexual or mitotic reproductive stage. </xsd:documentation>
364
						</xsd:annotation>
365
					</xsd:enumeration>
366
					<xsd:enumeration value="is second parent of">
367
						<xsd:annotation>
368
							<xsd:documentation> Hybrid Relationship: Concept 1 is genetic parent (2) of Concept 2 . </xsd:documentation>
369
						</xsd:annotation>
370
					</xsd:enumeration>
371
					<xsd:enumeration value="is female parent of">
372
						<xsd:annotation>
373
							<xsd:documentation> Hybrid Relationship: Concept 1 is genetic mother of Concept 2 </xsd:documentation>
374
						</xsd:annotation>
375
					</xsd:enumeration>
376
					<xsd:enumeration value="is first parent of">
377
						<xsd:annotation>
378
							<xsd:documentation> Hybrid Relationship: Concept 1 is genetic parent (1) of Concept 2 </xsd:documentation>
379
						</xsd:annotation>
380
					</xsd:enumeration>
381
					<xsd:enumeration value="is male parent of">
382
						<xsd:annotation>
383
							<xsd:documentation> Hybrid Relationship: Concept 1 is genetic father of Concept 2 </xsd:documentation>
384
						</xsd:annotation>
385
					</xsd:enumeration>
386
					<xsd:enumeration value="is hybrid parent of">
387
						<xsd:annotation>
388
							<xsd:documentation> Hybrid Relationship: Concept 1 is genetic parent of Concept 2 </xsd:documentation>
389
						</xsd:annotation>
390
					</xsd:enumeration>
391
					<xsd:enumeration value="is hybrid child of">
392
						<xsd:annotation>
393
							<xsd:documentation> Hybrid Relationship: Concept 2 is a genetic parent of Concept 1 </xsd:documentation>
394
						</xsd:annotation>
395
					</xsd:enumeration>
396
					<xsd:enumeration value="is ambiregnal of">
397
						<xsd:annotation>
398
							<xsd:documentation> Concepts have only a single scientific name. This name is governed by a single nomenclatural code. If an organism falls into two codes (not a desirable or frequent situation) then two TaxonConcepts should be created and linked with this relationship. e.g. a concept for the organism as an animal and a concept of it as a plant. It is unlikely this will be widely used as a taxonomist would typically have a single view of which kingdom a organism is in. Also note that ambiregnal is used to imply different nomenclatural codes but there is not a precise relationship between codes and kingdoms.</xsd:documentation>
399
						</xsd:annotation>
400
					</xsd:enumeration>
401
					<xsd:enumeration value="is vernacular for">
402
						<xsd:annotation>
403
							<xsd:documentation> The current concept is used as a vernacular concept, at least in part, for the target concept. This kind of relationship should not be used to express any form of set relationship (e.g. overlaps, is congruent with, includes). Consider using vernacular type relationships along with set type relationships to avoid any ambiguity. </xsd:documentation>
404
						</xsd:annotation>
405
					</xsd:enumeration>
406
					<xsd:enumeration value="has vernacular">
407
						<xsd:annotation>
408
							<xsd:documentation> The target concept is used as a vernacular concept, at least in part, for the current concept. This kind of relationship should not be used to express any form of set relationship (e.g. overlaps, is congruent with, includes). Consider using vernacular type relationships along with set type relationships to avoid any ambiguity. </xsd:documentation>
409
						</xsd:annotation>
410
					</xsd:enumeration>
411
					<xsd:enumeration value="has synonym">
412
						<xsd:annotation>
413
							<xsd:documentation> The target concept is considered a synonym of the current concept. This is an ambiguous relationship. It can mean: 1) a nomenclatural relationship where all that is implied is that the type of the target concept is included in the current circumscription. This is more precisely expressed as a SpecimenCircumscription (for heterotypic synonyms) or as TaxonName basionym relationships (for homotypic synonyms) 2) a concept relationship where some part of (or all of) the target concept is included in the current circumscription. This is more precisely expressed using the set relationships such as 'is congruent to'. This is intended for handling legacy data.
414
</xsd:documentation>
415
						</xsd:annotation>
416
					</xsd:enumeration>
417
				</xsd:restriction>
418
			</xsd:simpleType>
419
		</xsd:attribute>
420
	</xsd:complexType>
421
	<xsd:complexType name="PlaceholderType">
422
		<xsd:annotation>
423
			<xsd:documentation>Placeholder for other schema standards</xsd:documentation>
424
		</xsd:annotation>
425
		<xsd:sequence>
426
			<xsd:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
427
		</xsd:sequence>
428
		<xsd:anyAttribute namespace="##any" processContents="lax"/>
429
	</xsd:complexType>
430
	<xsd:complexType name="ScientificName">
431
		<xsd:sequence>
432
			<xsd:element name="Simple" type="xsd:string">
433
				<xsd:annotation>
434
					<xsd:documentation> A full (non-atomized) name, including nomenclatural citation (authors/year in the form mandated by the relevant code). The name should be normalized (removing optional infrageneric or infraspecific hierarchy, author given only for the lowest nomenclatural rank) human readable and unique representation of the nomenclatoral name object. Where available, this should be generated from the canonical name and authorship plus Name extensions. In combination with the ID this constitutes the lowest abstraction a of name. Any other information is optional.
435
</xsd:documentation>
436
				</xsd:annotation>
437
			</xsd:element>
438
			<xsd:element name="Rank" type="TaxonomicRank" minOccurs="0">
439
				<xsd:annotation>
440
					<xsd:documentation> The taxonomic rank of this name. Either as a string or as a code for a recognise rank or both. The code attribute is a TCS signature field. </xsd:documentation>
441
				</xsd:annotation>
442
			</xsd:element>
443
			<xsd:element name="CanonicalName" type="CanonicalName" minOccurs="0">
444
				<xsd:annotation>
445
					<xsd:documentation>Canonical name enforcing strict inclusion of only nomenclatural information - _not_ taxonomic information with the exception of the necessary placements within Genus or Species. </xsd:documentation>
446
				</xsd:annotation>
447
			</xsd:element>
448
			<xsd:element name="CanonicalAuthorship" type="CanonicalAuthorship" minOccurs="0">
449
				<xsd:annotation>
450
					<xsd:documentation>Authorship of the name, optionally atomized</xsd:documentation>
451
				</xsd:annotation>
452
			</xsd:element>
453
			<xsd:element name="PublishedIn" type="ReferenceType" minOccurs="0">
454
				<xsd:annotation>
455
					<xsd:documentation> A link to where this name was first published.
456
</xsd:documentation>
457
				</xsd:annotation>
458
			</xsd:element>
459
			<xsd:element name="Year" type="xsd:gYear" minOccurs="0">
460
				<xsd:annotation>
461
					<xsd:documentation> The year of publication of the name as it would appear in the publication. This is the publication year for THIS name combination not for the basionym should this be a comb nov. This is a TCS signature field.
462
</xsd:documentation>
463
				</xsd:annotation>
464
			</xsd:element>
465
			<xsd:element name="MicroReference" type="xsd:string" minOccurs="0">
466
				<xsd:annotation>
467
					<xsd:documentation> Specifies any minor reference parts connected to the name publication e.g. page number </xsd:documentation>
468
				</xsd:annotation>
469
			</xsd:element>
470
			<xsd:element name="Typification" minOccurs="0">
471
				<xsd:complexType>
472
					<xsd:sequence>
473
						<xsd:element name="Simple" type="xsd:string"/>
474
						<xsd:choice>
475
							<xsd:element name="TypeVouchers">
476
								<xsd:annotation>
477
									<xsd:documentation> A container for type specimens and other vouchers.
478
</xsd:documentation>
479
								</xsd:annotation>
480
								<xsd:complexType>
481
									<xsd:sequence>
482
										<xsd:element name="TypeVoucher" maxOccurs="unbounded">
483
											<xsd:annotation>
484
												<xsd:documentation>Names at species and below are typified by specimens.</xsd:documentation>
485
											</xsd:annotation>
486
											<xsd:complexType>
487
												<xsd:sequence>
488
													<xsd:element name="VoucherReference" type="ReferenceType" minOccurs="0">
489
														<xsd:annotation>
490
															<xsd:documentation> A reference to a type specimen for this name. </xsd:documentation>
491
														</xsd:annotation>
492
													</xsd:element>
493
													<xsd:element name="LectotypePublication" type="ReferenceType" minOccurs="0">
494
														<xsd:annotation>
495
															<xsd:documentation> A reference to the publication where the lectotype was nominated. </xsd:documentation>
496
														</xsd:annotation>
497
													</xsd:element>
498
													<xsd:element name="LectotypeMicroReference" type="xsd:string" minOccurs="0">
499
														<xsd:annotation>
500
															<xsd:documentation> Specifies any minor reference parts connected to the lectotypification publication e.g. page number
501
</xsd:documentation>
502
														</xsd:annotation>
503
													</xsd:element>
504
												</xsd:sequence>
505
												<xsd:attribute name="typeOfType" type="NomenclaturalTypeStatusOfUnitsEnum">
506
													<xsd:annotation>
507
														<xsd:documentation> The kind of type this specimen is e.g. paratype, isotype, holotype etc.
508
</xsd:documentation>
509
													</xsd:annotation>
510
												</xsd:attribute>
511
											</xsd:complexType>
512
										</xsd:element>
513
									</xsd:sequence>
514
								</xsd:complexType>
515
							</xsd:element>
516
							<xsd:element name="TypeName">
517
								<xsd:annotation>
518
									<xsd:documentation>Names above species level are typified by the NAME of a lower taxon.</xsd:documentation>
519
								</xsd:annotation>
520
								<xsd:complexType>
521
									<xsd:sequence>
522
										<xsd:element name="NameReference" type="ReferenceType" minOccurs="0">
523
											<xsd:annotation>
524
												<xsd:documentation> A reference to the name object that typifies this name. e.g. species for genus or genus for family etc. </xsd:documentation>
525
											</xsd:annotation>
526
										</xsd:element>
527
										<xsd:element name="LectotypePublication" type="ReferenceType" minOccurs="0">
528
											<xsd:annotation>
529
												<xsd:documentation> A reference to the publication where the lectotypes were nominated.
530
</xsd:documentation>
531
											</xsd:annotation>
532
										</xsd:element>
533
										<xsd:element name="LectotypeMicroReference" type="xsd:string" minOccurs="0">
534
											<xsd:annotation>
535
												<xsd:documentation> Specifies any minor reference parts connected to the lectotypification publication e.g. page number </xsd:documentation>
536
											</xsd:annotation>
537
										</xsd:element>
538
									</xsd:sequence>
539
								</xsd:complexType>
540
							</xsd:element>
541
						</xsd:choice>
542
					</xsd:sequence>
543
				</xsd:complexType>
544
			</xsd:element>
545
			<xsd:element name="SpellingCorrectionOf" type="NomenclaturalNoteType" minOccurs="0" maxOccurs="unbounded">
546
				<xsd:annotation>
547
					<xsd:documentation>The current name is a spelling correction of the name that is pointed to.
548
</xsd:documentation>
549
				</xsd:annotation>
550
			</xsd:element>
551
			<xsd:element name="Basionym" type="NomenclaturalNoteType" minOccurs="0">
552
				<xsd:annotation>
553
					<xsd:documentation> The current name is a recombination (comb nov) of the name pointed to and the name pointed to is not, itself, a recombination.
554
</xsd:documentation>
555
				</xsd:annotation>
556
			</xsd:element>
557
			<xsd:element name="BasedOn" type="NomenclaturalNoteType" minOccurs="0">
558
				<xsd:annotation>
559
					<xsd:documentation>The current name is the validation of a that was not fully published before. Covers the use of ex in botanical author strings. ICBN Art. 46.4: e.g. if this name object represents G. tomentosum Nutt. ex Seem. then the pointer should point to G. tomentosum Nutt. </xsd:documentation>
560
				</xsd:annotation>
561
			</xsd:element>
562
			<xsd:element name="ConservedAgainst" type="NomenclaturalNoteType" minOccurs="0" maxOccurs="unbounded">
563
				<xsd:annotation>
564
					<xsd:documentation> The current name is conserved against the name pointed to. ICBN: Conservation is covered under Article 14 and Appendix II and Appendix III (this name is nomina conservanda). ICZN: Conservation is covered under Article 23.9 (this name is nomen protectum and the target name is nomen oblitum) </xsd:documentation>
565
				</xsd:annotation>
566
			</xsd:element>
567
			<xsd:element name="LaterHomonymOf" type="NomenclaturalNoteType" minOccurs="0">
568
				<xsd:annotation>
569
					<xsd:documentation> Current name has same spelling as target name but was published later and has priority over it (unless conserved or sanctioned). See ICBN: Article 53, ICZN: Chapter 12, Article 52. </xsd:documentation>
570
				</xsd:annotation>
571
			</xsd:element>
572
			<xsd:element name="Sanctioned" type="NomenclaturalNoteType" minOccurs="0">
573
				<xsd:annotation>
574
					<xsd:documentation> With reference to fungi. ICBN: Articles 13.1d and 15. ICZN: No equivalent term for animals</xsd:documentation>
575
				</xsd:annotation>
576
			</xsd:element>
577
			<xsd:element name="ReplacementNameFor" type="NomenclaturalNoteType" minOccurs="0">
578
				<xsd:annotation>
579
					<xsd:documentation> Current name is replacement for target name. Also called 'Nomen Novum' or 'avowed substitute' ICBN: Article 7.3 ICZN: Article 60.3.
580
</xsd:documentation>
581
				</xsd:annotation>
582
			</xsd:element>
583
			<xsd:element name="PublicationStatus" type="NomenclaturalNoteType" minOccurs="0">
584
				<xsd:annotation>
585
					<xsd:documentation> Note concerning the publication status of the name. e.g. whether it is validly published. THIS SHOULD NOT BE USED TO IMPLY WHETHER THE NAME IS CONSIDERED TO REPRESENT AN ACCEPTED TAXON. An accepted taxon can only be represented as a TaxonConcept. </xsd:documentation>
586
				</xsd:annotation>
587
			</xsd:element>
588
			<xsd:element name="ProviderLink" type="xsd:string" minOccurs="0"/>
589
			<xsd:element name="ProviderSpecificData" type="PlaceholderType" minOccurs="0">
590
				<xsd:annotation>
591
					<xsd:documentation>Mechanism to allow for the extension of the schema for specific applications.</xsd:documentation>
592
				</xsd:annotation>
593
			</xsd:element>
594
		</xsd:sequence>
595
		<xsd:attribute name="id" type="xsd:NMTOKEN" use="required"/>
596
		<xsd:attribute name="isAnamorphic" type="xsd:boolean" use="optional" default="false">
597
			<xsd:annotation>
598
				<xsd:documentation> Some fungal names under ICBN are termed anamorphic. This is because they have asexual types and aren't available for use for teleomorphic or holomorphic taxa. Use this flag to indicate that the name is anamorphic.
599
</xsd:documentation>
600
			</xsd:annotation>
601
		</xsd:attribute>
602
		<xsd:attribute name="nomenclaturalCode" type="NomenclaturalCodesEnum" use="required">
603
			<xsd:annotation>
604
				<xsd:documentation> The nomenclatural code that governs the construction and use of this name. This is a TCS signature field. </xsd:documentation>
605
			</xsd:annotation>
606
		</xsd:attribute>
607
	</xsd:complexType>
608
	<xsd:complexType name="CanonicalName">
609
		<xsd:sequence>
610
			<xsd:element name="Simple" type="xsd:string">
611
				<xsd:annotation>
612
					<xsd:documentation> A label containing the canonical name without authors. For the purposes of a TCS signature this field should contain nothing but the text strings representing the name itself with no indication of rank or any other qualifiers. </xsd:documentation>
613
				</xsd:annotation>
614
			</xsd:element>
615
			<xsd:choice minOccurs="0">
616
				<xsd:element name="Uninomial" type="xsd:string">
617
					<xsd:annotation>
618
						<xsd:documentation>Family, genus, infrafamilial or suprafamilial name</xsd:documentation>
619
					</xsd:annotation>
620
				</xsd:element>
621
				<xsd:sequence>
622
					<xsd:element name="Genus" type="ReferenceType">
623
						<xsd:annotation>
624
							<xsd:documentation> The name of the genus. If this name is below the rank of genus then this may also be reference to a TaxonName that contains the name of the genus. </xsd:documentation>
625
						</xsd:annotation>
626
					</xsd:element>
627
					<xsd:choice>
628
						<xsd:element name="InfragenericEpithet" type="xsd:string"/>
629
						<xsd:sequence>
630
							<xsd:element name="SpecificEpithet" type="xsd:string">
631
								<xsd:annotation>
632
									<xsd:documentation> The specific epithet for the name. If this is subspecific taxon then this may be a link to another TaxonName that contains the species. </xsd:documentation>
633
								</xsd:annotation>
634
							</xsd:element>
635
							<xsd:element name="InfraspecificEpithet" type="xsd:string" minOccurs="0"/>
636
						</xsd:sequence>
637
					</xsd:choice>
638
				</xsd:sequence>
639
			</xsd:choice>
640
			<xsd:element name="CultivarNameGroup" type="xsd:string" minOccurs="0">
641
				<xsd:annotation>
642
					<xsd:documentation> The name of the Cultivar, Cultivar Group, grex, convar or graft chimera. Under the ICNCP. Just include here the string of the name. i.e. omit the single quotes around cultivar names, the word Group that denotes cultivar group and the + sign used in chimeras. These symbols can be added in later on the basis of the rank of the name. The user of Group for example is language dependant. </xsd:documentation>
643
				</xsd:annotation>
644
			</xsd:element>
645
		</xsd:sequence>
646
	</xsd:complexType>
647
	<xsd:complexType name="CanonicalAuthorship">
648
		<xsd:sequence>
649
			<xsd:element name="Simple" type="xsd:string">
650
				<xsd:annotation>
651
					<xsd:documentation>The full code-appropriate author team string for this name at this rank. If author is not known, enter the literal "-" (element is not optional!). Examples: 'L.'; '(L.) Smith &amp; Jones ex Brown, Green &amp; Black'. Where atomized citation data exist, this text should be derived from them.</xsd:documentation>
652
				</xsd:annotation>
653
			</xsd:element>
654
			<xsd:choice minOccurs="0">
655
				<xsd:element name="Authorship" type="NameCitation"/>
656
				<xsd:sequence>
657
					<xsd:element name="BasionymAuthorship" type="NameCitation">
658
						<xsd:annotation>
659
							<xsd:documentation> This represents the authors of the basionym. It is usually displayed in brackets. </xsd:documentation>
660
						</xsd:annotation>
661
					</xsd:element>
662
					<xsd:element name="CombinationAuthorship" type="NameCitation" minOccurs="0">
663
						<xsd:annotation>
664
							<xsd:documentation> This represents the authors of the new combination of this name. The authors who come after the brackets in the traditional way of citing botanical names. These authors are not usually cited in zoology though the ICZN recommends that they should be included (Art.51G). </xsd:documentation>
665
						</xsd:annotation>
666
					</xsd:element>
667
				</xsd:sequence>
668
			</xsd:choice>
669
		</xsd:sequence>
670
	</xsd:complexType>
671
	<xsd:complexType name="AgentNames">
672
		<xsd:annotation>
673
			<xsd:documentation>A collection (seq) of name strings, used for publication authors or editors and for collectors, i. e. whenever the identity of an Agent is doubtful and can not associated with an Agent without doubt</xsd:documentation>
674
		</xsd:annotation>
675
		<xsd:sequence>
676
			<xsd:element name="AgentName" maxOccurs="unbounded">
677
				<xsd:annotation>
678
					<xsd:documentation>Authors or Editors expressed only as string, e.g. in publications where the identity of creators can often not be discovered. Optionally, the ref attribute may refer to an agent if the relation between string and Agent can be assessed.</xsd:documentation>
679
				</xsd:annotation>
680
				<xsd:complexType>
681
					<xsd:complexContent>
682
						<xsd:extension base="ReferenceType">
683
							<xsd:attribute name="role" use="optional">
684
								<xsd:simpleType>
685
									<xsd:restriction base="xsd:Name">
686
										<xsd:enumeration value="ex"/>
687
										<xsd:enumeration value="sanctioning"/>
688
									</xsd:restriction>
689
								</xsd:simpleType>
690
							</xsd:attribute>
691
						</xsd:extension>
692
					</xsd:complexContent>
693
				</xsd:complexType>
694
			</xsd:element>
695
		</xsd:sequence>
696
	</xsd:complexType>
697
	<xsd:complexType name="NameCitation">
698
		<xsd:annotation>
699
			<xsd:documentation>A list of authors with a year if required.</xsd:documentation>
700
		</xsd:annotation>
701
		<xsd:sequence>
702
			<xsd:element name="Simple" type="xsd:string"/>
703
			<xsd:element name="Year" type="xsd:gYear" minOccurs="0"/>
704
			<xsd:element name="Authors" type="AgentNames" minOccurs="0">
705
				<xsd:annotation>
706
					<xsd:documentation>Taxonomic authors. </xsd:documentation>
707
				</xsd:annotation>
708
			</xsd:element>
709
		</xsd:sequence>
710
	</xsd:complexType>
711
	<xsd:complexType name="TaxonomicRank" mixed="true">
712
		<xsd:annotation>
713
			<xsd:documentation>Taxonomic ranks can be represented as either a plain text string in the body of the element or an attribute from a controlled vocabulary. It is highly recommended that the attribute is used where ever possible.
714
</xsd:documentation>
715
		</xsd:annotation>
716
		<xsd:attribute name="code" type="TaxonomicRankEnum" use="optional">
717
			<xsd:annotation>
718
				<xsd:documentation>Controlled vocabulary to express taxonomic rank of scientific names in biology.</xsd:documentation>
719
			</xsd:annotation>
720
		</xsd:attribute>
721
	</xsd:complexType>
722
	<xsd:simpleType name="TaxonomicRankEnum">
723
		<xsd:annotation>
724
			<xsd:documentation>
725
				<p>Enumerated codes to express the rank of a taxon (scientific organism name) in a taxonomic hierarchy. The list is intended to be interoperable between name providers for bacteria, viruses, fungi, plants, and animals. It is not assumed that in each taxonomic group all ranks have to be used. Individual applications may select appropriate subsets (which may be based on information given inside the enumerated values, see Specifications/BioCode-, Botany-, Zoology-, and BacteriaStatus). The enumeration attempts to strike a balance between listing all possible rank terms, and remaining comprehensible. For example, the "infra-" ranks specifically mentioned in BioCode have been included (although very rarely used), but the additional intermediate zoological ranks (micro, nano, pico, etc.) are not included. Whether the selection of infraspecific ranks (some informal ranks, esp. from bacteriology, may be missing!) probably needs some discussion. However, it is believed that this list may help to start developing data sets that can easily be integrated across the barriers of Language and taxonomic traditions.</p>
726
				<p>Not included in the list are the botanical "notho-" ranks, which are used to designate hybrids (nothospecies, nothogenus). It is assumed they can be generated from separate information that the taxon is a hybrid. ICBN §4.4 states: "The subordinate ranks of nothotaxa are the same as the subordinate ranks of non-hybrid taxa, except that nothogenus is the highest rank permitted".</p>
727
				<p>The following publications have been consulted to determine the number of type terms that should be included and to prepare the semantic definitions:</p>
728
				<ul>
729
					<li>The Berlin Taxonomic Information Model, MoReTax view (Berendsohn &amp; al., http://www.bgbm.org/scripts/ASP/BGBMModel/Catalogues.asp?Cat=MT</li>
730
					<li>DiversityTaxonomy model version 0.7 (G. Hagedorn &amp; T. Grafenhan 2002, http://160.45.63.11/Workbench/Taxonomy/Model/InformationModels.html)</li>
731
					<li>ABCD version 1.44, types HigherTaxonRankType and RankAbbreviationType, by W. Berendsohn, reviewed by D. Hobern</li>
732
					<li>TaxCat2 - Database of Botanical Taxonomic Categories by Jorg Ochsmann, IPK Gatersleben; http://mansfeld.ipk-gatersleben.de/TaxCat2/default.htm</li>
733
				</ul>
734
				<p>A separate enumeration and several ranks have been added to the original list to better accommodate names from ICNCP. (RDH).
735
</p>
736
				<p>Many thanks for review and help go to Dr. Walter Gams.</p>
737
				<p>Note: the list of all ranks is implemented as a union of all following rank subsets. Note that although BioCode has been used to define the partition into subsets, the ranks are not limited to BioCode but should be an interoperable superset of ranks used in Virology, Bacteriology, Botany and Zoology.</p>
738
			</xsd:documentation>
739
		</xsd:annotation>
740
		<xsd:union memberTypes="TaxonomicRankBelowSubspeciesEnum TaxonomicRankSpeciesGroupEnum TaxonomicRankGenusSubdivisionEnum TaxonomicRankGenusGroupEnum TaxonomicRankFamilySubdivisionEnum TaxonomicRankFamilyGroupEnum TaxonomicRankAboveSuperfamilyEnum TaxonomicRankCultivatedPlants"/>
741
	</xsd:simpleType>
742
	<xsd:simpleType name="TaxonomicRankBelowSubspeciesEnum">
743
		<xsd:annotation>
744
			<xsd:documentation>Subset of ranks; equivalent to BioCode "infra-subspecfic", i.e. below the species group</xsd:documentation>
745
		</xsd:annotation>
746
		<xsd:restriction base="xsd:Name">
747
			<xsd:enumeration value="cand">
748
				<xsd:annotation>
749
					<xsd:documentation>[cand.] -- candidate -- Candidatus' rank is proposed in bacteriology for putative taxa, which could not yet be studied sufficiently to warrant the creation of a name with a known rank. (Murray, R.G.E. &amp; Schleifer, K.H.: Taxonomic notes: a proposal for recording the properties of putative taxa of procaryotes. Int. J. Syst. Bacteriol., 1994, 44, 174-176).</xsd:documentation>
750
					<xsd:appinfo>
751
						<Specification>
752
							<PreferredAbbreviation>cand.</PreferredAbbreviation>
753
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
754
							<SuffixBacteriae>-</SuffixBacteriae>
755
							<SuffixPlantae>-</SuffixPlantae>
756
							<SuffixAlgae>-</SuffixAlgae>
757
							<SuffixFungi>-</SuffixFungi>
758
							<SuffixAnimalia>-</SuffixAnimalia>
759
							<BioCodeStatus>-</BioCodeStatus>
760
							<BacteriaStatus>Proposed</BacteriaStatus>
761
							<BotanyStatus>-</BotanyStatus>
762
							<ZoologyStatus>-</ZoologyStatus>
763
						</Specification>
764
					</xsd:appinfo>
765
				</xsd:annotation>
766
			</xsd:enumeration>
767
			<xsd:enumeration value="taxinfrasp">
768
				<xsd:annotation>
769
					<xsd:documentation>[tax. infrasp.] -- infraspecific tax. of undefined rank -- Undefined ranks (using either no rank identifier in botany, or using greek letters or symbols like stars, crosses) occur in very old publications. Most frequently these are to be interpreted as varieties, but occasionally they are forms or subspecies (see Stearn, W.T. 1957: Species plantarum (Facsimile); Introduction. 1. London, p. 90-95, 160-161, 163). The interpretation of these cases requires taxonomic knowledge that may not be available at the time when data are parsed. Such lack of knowledge can be expressed using this rank identifier.</xsd:documentation>
770
					<xsd:appinfo>
771
						<Specification>
772
							<PreferredAbbreviation>tax. infrasp.</PreferredAbbreviation>
773
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
774
							<SuffixBacteriae>-</SuffixBacteriae>
775
							<SuffixPlantae>-</SuffixPlantae>
776
							<SuffixAlgae>-</SuffixAlgae>
777
							<SuffixFungi>-</SuffixFungi>
778
							<SuffixAnimalia>-</SuffixAnimalia>
779
							<BioCodeStatus>-</BioCodeStatus>
780
							<BacteriaStatus>-</BacteriaStatus>
781
							<BotanyStatus>-</BotanyStatus>
782
							<ZoologyStatus>-</ZoologyStatus>
783
						</Specification>
784
					</xsd:appinfo>
785
				</xsd:annotation>
786
			</xsd:enumeration>
787
			<xsd:enumeration value="fsp">
788
				<xsd:annotation>
789
					<xsd:documentation>[f. sp.] -- special form -- The ICBN does not formally cover formae specialis (art. 4, note 3). However, because of the economic importance of pathogenic f. sp., and since it is common practice to handle them as if the code would apply (i. e. priority usually observed, name quoted with author), they are included here.</xsd:documentation>
790
					<xsd:appinfo>
791
						<Specification>
792
							<PreferredAbbreviation>f. sp.</PreferredAbbreviation>
793
							<AdditionalAbbreviations>forma sp.; fsp.; fm. sp.; f. spec.; fm. spec.; forma spec.</AdditionalAbbreviations>
794
							<SuffixBacteriae>-</SuffixBacteriae>
795
							<SuffixPlantae>-</SuffixPlantae>
796
							<SuffixAlgae>-</SuffixAlgae>
797
							<SuffixFungi>-</SuffixFungi>
798
							<SuffixAnimalia>-</SuffixAnimalia>
799
							<BioCodeStatus>-</BioCodeStatus>
800
							<BacteriaStatus>used, but all ranks below subsp. are not covered by ICNP/ICNB, see Rules 5d and 14a. ##Check whether this rank is used indeed.</BacteriaStatus>
801
							<BotanyStatus>none</BotanyStatus>
802
							<ZoologyStatus>-</ZoologyStatus>
803
						</Specification>
804
					</xsd:appinfo>
805
				</xsd:annotation>
806
			</xsd:enumeration>
807
			<xsd:enumeration value="subsubfm">
808
				<xsd:annotation>
809
					<xsd:documentation>[subsubfm.] -- subsubform</xsd:documentation>
810
					<xsd:appinfo>
811
						<Specification>
812
							<PreferredAbbreviation>subsubfm.</PreferredAbbreviation>
813
							<AdditionalAbbreviations>subsubf.</AdditionalAbbreviations>
814
							<SuffixBacteriae>-</SuffixBacteriae>
815
							<SuffixPlantae>-</SuffixPlantae>
816
							<SuffixAlgae>-</SuffixAlgae>
817
							<SuffixFungi>-</SuffixFungi>
818
							<SuffixAnimalia>-</SuffixAnimalia>
819
							<BioCodeStatus>-</BioCodeStatus>
820
							<BacteriaStatus>-</BacteriaStatus>
821
							<BotanyStatus>additional(?)</BotanyStatus>
822
							<ZoologyStatus>-</ZoologyStatus>
823
						</Specification>
824
					</xsd:appinfo>
825
				</xsd:annotation>
826
			</xsd:enumeration>
827
			<xsd:enumeration value="subfm">
828
				<xsd:annotation>
829
					<xsd:documentation>[subfm.] -- subform</xsd:documentation>
830
					<xsd:appinfo>
831
						<Specification>
832
							<PreferredAbbreviation>subfm.</PreferredAbbreviation>
833
							<AdditionalAbbreviations>subf.</AdditionalAbbreviations>
834
							<SuffixBacteriae>-</SuffixBacteriae>
835
							<SuffixPlantae>-</SuffixPlantae>
836
							<SuffixAlgae>-</SuffixAlgae>
837
							<SuffixFungi>-</SuffixFungi>
838
							<SuffixAnimalia>-</SuffixAnimalia>
839
							<BioCodeStatus>additional</BioCodeStatus>
840
							<BacteriaStatus>-</BacteriaStatus>
841
							<BotanyStatus>additional</BotanyStatus>
842
							<ZoologyStatus>-</ZoologyStatus>
843
						</Specification>
844
					</xsd:appinfo>
845
				</xsd:annotation>
846
			</xsd:enumeration>
847
			<xsd:enumeration value="fm">
848
				<xsd:annotation>
849
					<xsd:documentation>[fm.] -- form -- Form, race, variety are not subject to regulation in zoology; see ICZN Article 1.3.4 </xsd:documentation>
850
					<xsd:appinfo>
851
						<Specification>
852
							<PreferredAbbreviation>fm.</PreferredAbbreviation>
853
							<AdditionalAbbreviations>f.</AdditionalAbbreviations>
854
							<SuffixBacteriae>-</SuffixBacteriae>
855
							<SuffixPlantae>-</SuffixPlantae>
856
							<SuffixAlgae>-</SuffixAlgae>
857
							<SuffixFungi>-</SuffixFungi>
858
							<SuffixAnimalia>-</SuffixAnimalia>
859
							<BioCodeStatus>secondary</BioCodeStatus>
860
							<BacteriaStatus>-</BacteriaStatus>
861
							<BotanyStatus>secondary</BotanyStatus>
862
							<ZoologyStatus>-</ZoologyStatus>
863
						</Specification>
864
					</xsd:appinfo>
865
				</xsd:annotation>
866
			</xsd:enumeration>
867
			<xsd:enumeration value="subsubvar">
868
				<xsd:annotation>
869
					<xsd:documentation>[subsubvar.] -- sub-sub-variety</xsd:documentation>
870
					<xsd:appinfo>
871
						<Specification>
872
							<PreferredAbbreviation>subsubvar.</PreferredAbbreviation>
873
							<AdditionalAbbreviations>subsubv.</AdditionalAbbreviations>
874
							<SuffixBacteriae>-</SuffixBacteriae>
875
							<SuffixPlantae>-</SuffixPlantae>
876
							<SuffixAlgae>-</SuffixAlgae>
877
							<SuffixFungi>-</SuffixFungi>
878
							<SuffixAnimalia>-</SuffixAnimalia>
879
							<BioCodeStatus>additional</BioCodeStatus>
880
							<BacteriaStatus>-</BacteriaStatus>
881
							<BotanyStatus>additional</BotanyStatus>
882
							<ZoologyStatus>-</ZoologyStatus>
883
						</Specification>
884
					</xsd:appinfo>
885
				</xsd:annotation>
886
			</xsd:enumeration>
887
			<xsd:enumeration value="subvar">
888
				<xsd:annotation>
889
					<xsd:documentation>[subvar.] -- sub-variety</xsd:documentation>
890
					<xsd:appinfo>
891
						<Specification>
892
							<PreferredAbbreviation>subvar.</PreferredAbbreviation>
893
							<AdditionalAbbreviations>subv.</AdditionalAbbreviations>
894
							<SuffixBacteriae>-</SuffixBacteriae>
895
							<SuffixPlantae>-</SuffixPlantae>
896
							<SuffixAlgae>-</SuffixAlgae>
897
							<SuffixFungi>-</SuffixFungi>
898
							<SuffixAnimalia>-</SuffixAnimalia>
899
							<BioCodeStatus>additional</BioCodeStatus>
900
							<BacteriaStatus>-</BacteriaStatus>
901
							<BotanyStatus>additional</BotanyStatus>
902
							<ZoologyStatus>-</ZoologyStatus>
903
						</Specification>
904
					</xsd:appinfo>
905
				</xsd:annotation>
906
			</xsd:enumeration>
907
			<xsd:enumeration value="var">
908
				<xsd:annotation>
909
					<xsd:documentation>[var.] -- variety -- Form, race, variety are not subject to regulation in zoology; see ICZN Article 1.3.4 Examples: Pinus nigra var. caramanica (= "P. nigra subsp. nigra var. caramanica"; Taxus baccata var. variegata</xsd:documentation>
910
					<xsd:appinfo>
911
						<Specification>
912
							<PreferredAbbreviation>var.</PreferredAbbreviation>
913
							<AdditionalAbbreviations>v.</AdditionalAbbreviations>
914
							<SuffixBacteriae>-</SuffixBacteriae>
915
							<SuffixPlantae>-</SuffixPlantae>
916
							<SuffixAlgae>-</SuffixAlgae>
917
							<SuffixFungi>-</SuffixFungi>
918
							<SuffixAnimalia>-</SuffixAnimalia>
919
							<BioCodeStatus>secondary</BioCodeStatus>
920
							<BacteriaStatus>used, but all ranks below subsp. are not covered by ICNP/ICNB, see Rules 5d and 14a. ##Check whether this rank is used indeed.</BacteriaStatus>
921
							<BotanyStatus>secondary</BotanyStatus>
922
							<ZoologyStatus>-</ZoologyStatus>
923
						</Specification>
924
					</xsd:appinfo>
925
				</xsd:annotation>
926
			</xsd:enumeration>
927
			<xsd:enumeration value="pv">
928
				<xsd:annotation>
929
					<xsd:documentation>[pathovar.] -- patho-variety</xsd:documentation>
930
					<xsd:appinfo>
931
						<Specification>
932
							<PreferredAbbreviation>pathovar.</PreferredAbbreviation>
933
							<AdditionalAbbreviations>pv.</AdditionalAbbreviations>
934
							<SuffixBacteriae>-</SuffixBacteriae>
935
							<SuffixPlantae>-</SuffixPlantae>
936
							<SuffixAlgae>-</SuffixAlgae>
937
							<SuffixFungi>-</SuffixFungi>
938
							<SuffixAnimalia>-</SuffixAnimalia>
939
							<BioCodeStatus>-</BioCodeStatus>
940
							<BacteriaStatus>used, but all ranks below subsp. are not covered by ICNP/ICNB, see Rules 5d and 14a. ##Check whether this rank is used indeed.</BacteriaStatus>
941
							<BotanyStatus>-</BotanyStatus>
942
							<ZoologyStatus>-</ZoologyStatus>
943
						</Specification>
944
					</xsd:appinfo>
945
				</xsd:annotation>
946
			</xsd:enumeration>
947
			<xsd:enumeration value="bv">
948
				<xsd:annotation>
949
					<xsd:documentation>[biovar.] -- bio-variety</xsd:documentation>
950
					<xsd:appinfo>
951
						<Specification>
952
							<PreferredAbbreviation>biovar.</PreferredAbbreviation>
953
							<AdditionalAbbreviations>bv.</AdditionalAbbreviations>
954
							<SuffixBacteriae>-</SuffixBacteriae>
955
							<SuffixPlantae>-</SuffixPlantae>
956
							<SuffixAlgae>-</SuffixAlgae>
957
							<SuffixFungi>-</SuffixFungi>
958
							<SuffixAnimalia>-</SuffixAnimalia>
959
							<BioCodeStatus>-</BioCodeStatus>
960
							<BacteriaStatus>used, but all ranks below subsp. are not covered by ICNP/ICNB, see Rules 5d and 14a. ##Check whether this rank is used indeed.</BacteriaStatus>
961
							<BotanyStatus>-</BotanyStatus>
962
							<ZoologyStatus>-</ZoologyStatus>
963
						</Specification>
964
					</xsd:appinfo>
965
				</xsd:annotation>
966
			</xsd:enumeration>
967
			<xsd:enumeration value="infrasp">
968
				<xsd:annotation>
969
					<xsd:documentation>[infrasp.] -- infraspecies</xsd:documentation>
970
					<xsd:appinfo>
971
						<Specification>
972
							<PreferredAbbreviation>infrasp.</PreferredAbbreviation>
973
							<AdditionalAbbreviations>infrasp.; infraspec.</AdditionalAbbreviations>
974
							<SuffixBacteriae>-</SuffixBacteriae>
975
							<SuffixPlantae>-</SuffixPlantae>
976
							<SuffixAlgae>-</SuffixAlgae>
977
							<SuffixFungi>-</SuffixFungi>
978
							<SuffixAnimalia>-</SuffixAnimalia>
979
							<BioCodeStatus>additional</BioCodeStatus>
980
							<BacteriaStatus>-</BacteriaStatus>
981
							<BotanyStatus>-</BotanyStatus>
982
							<ZoologyStatus>-</ZoologyStatus>
983
						</Specification>
984
					</xsd:appinfo>
985
				</xsd:annotation>
986
			</xsd:enumeration>
987
		</xsd:restriction>
988
	</xsd:simpleType>
989
	<xsd:simpleType name="TaxonomicRankSpeciesGroupEnum">
990
		<xsd:annotation>
991
			<xsd:documentation>Subset of ranks; equivalent to BioCode "species group", i.e. only species and subspecies</xsd:documentation>
992
		</xsd:annotation>
993
		<xsd:restriction base="xsd:Name">
994
			<xsd:enumeration value="subsp_aggr">
995
				<xsd:annotation>
996
					<xsd:documentation>[aggr.] -- subspecific aggregate (= group, complex) -- A loosely defined group of subspecies. Zoology: "Aggregate - a group of subspecies within a species. An aggregate may be denoted by a group name interpolated in parentheses."</xsd:documentation>
997
					<xsd:appinfo>
998
						<Specification>
999
							<PreferredAbbreviation>aggr.</PreferredAbbreviation>
1000
							<AdditionalAbbreviations/>
1001
							<SuffixBacteriae>-</SuffixBacteriae>
1002
							<SuffixPlantae>-</SuffixPlantae>
1003
							<SuffixAlgae>-</SuffixAlgae>
1004
							<SuffixFungi>-</SuffixFungi>
1005
							<SuffixAnimalia>-</SuffixAnimalia>
1006
							<BioCodeStatus>-</BioCodeStatus>
1007
							<BacteriaStatus>-</BacteriaStatus>
1008
							<BotanyStatus>-</BotanyStatus>
1009
							<ZoologyStatus>-</ZoologyStatus>
1010
						</Specification>
1011
					</xsd:appinfo>
1012
				</xsd:annotation>
1013
			</xsd:enumeration>
1014
			<xsd:enumeration value="ssp">
1015
				<xsd:annotation>
1016
					<xsd:documentation>[ssp.] -- subspecies -- Examples: Pinus nigra subsp. nigra Homo sapiens sapiens</xsd:documentation>
1017
					<xsd:appinfo>
1018
						<Specification>
1019
							<PreferredAbbreviation>ssp.</PreferredAbbreviation>
1020
							<AdditionalAbbreviations>subsp.; subspec.</AdditionalAbbreviations>
1021
							<SuffixBacteriae>-</SuffixBacteriae>
1022
							<SuffixPlantae>-</SuffixPlantae>
1023
							<SuffixAlgae>-</SuffixAlgae>
1024
							<SuffixFungi>-</SuffixFungi>
1025
							<SuffixAnimalia>-</SuffixAnimalia>
1026
							<BioCodeStatus>secondary</BioCodeStatus>
1027
							<BacteriaStatus>covered</BacteriaStatus>
1028
							<BotanyStatus>additional</BotanyStatus>
1029
							<ZoologyStatus>additional</ZoologyStatus>
1030
						</Specification>
1031
					</xsd:appinfo>
1032
				</xsd:annotation>
1033
			</xsd:enumeration>
1034
			<xsd:enumeration value="sp">
1035
				<xsd:annotation>
1036
					<xsd:documentation>[sp.] -- species -- Examples: Taxus baccata, Homo sapiens</xsd:documentation>
1037
					<xsd:appinfo>
1038
						<Specification>
1039
							<PreferredAbbreviation>sp.</PreferredAbbreviation>
1040
							<AdditionalAbbreviations>spec.</AdditionalAbbreviations>
1041
							<SuffixBacteriae>-</SuffixBacteriae>
1042
							<SuffixPlantae>-</SuffixPlantae>
1043
							<SuffixAlgae>-</SuffixAlgae>
1044
							<SuffixFungi>-</SuffixFungi>
1045
							<SuffixAnimalia>-</SuffixAnimalia>
1046
							<BioCodeStatus>primary</BioCodeStatus>
1047
							<BacteriaStatus>covered</BacteriaStatus>
1048
							<BotanyStatus>principal</BotanyStatus>
1049
							<ZoologyStatus>principal</ZoologyStatus>
1050
						</Specification>
1051
					</xsd:appinfo>
1052
				</xsd:annotation>
1053
			</xsd:enumeration>
1054
		</xsd:restriction>
1055
	</xsd:simpleType>
1056
	<xsd:simpleType name="TaxonomicRankGenusSubdivisionEnum">
1057
		<xsd:annotation>
1058
			<xsd:documentation>Subset of ranks; equivalent to BioCode ""subdivision of a genus" ", i.e. all ranks between genus and species group (i.e. not including subgenus and species)</xsd:documentation>
1059
		</xsd:annotation>
1060
		<xsd:restriction base="xsd:Name">
1061
			<xsd:enumeration value="aggr">
1062
				<xsd:annotation>
1063
					<xsd:documentation>[aggr.] -- species aggregate (= species group, species complex) -- A loosely defined group of species. Zoology: "Aggregate - a group of species, other than a subgenus, within a genus. An aggregate may be denoted by a group name interpolated in parentheses." -- The Berlin/MoreTax model notes: "[these] aren't taxonomic ranks but cirumscriptions because on the one hand they are necessary for the concatenation of the fullname and on the other hand they are necessary for distinguishing the aggregate or species group from the microspecies." Compare subspecific aggregate for a group of subspecies within a species!</xsd:documentation>
1064
					<xsd:appinfo>
1065
						<Specification>
1066
							<PreferredAbbreviation>aggr.</PreferredAbbreviation>
1067
							<AdditionalAbbreviations/>
1068
							<SuffixBacteriae>-</SuffixBacteriae>
1069
							<SuffixPlantae>-</SuffixPlantae>
1070
							<SuffixAlgae>-</SuffixAlgae>
1071
							<SuffixFungi>-</SuffixFungi>
1072
							<SuffixAnimalia>-</SuffixAnimalia>
1073
							<BioCodeStatus>-</BioCodeStatus>
1074
							<BacteriaStatus>-</BacteriaStatus>
1075
							<BotanyStatus>-</BotanyStatus>
1076
							<ZoologyStatus>-</ZoologyStatus>
1077
						</Specification>
1078
					</xsd:appinfo>
1079
				</xsd:annotation>
1080
			</xsd:enumeration>
1081
			<xsd:enumeration value="taxinfragen">
1082
				<xsd:annotation>
1083
					<xsd:documentation>[tax. infragen.] -- infrageneric tax. of undefined rank -- A name that appear between a genus name and a species epitheton and is not clearly marked as series or section, or other may be assigned to this rank until the true rank can be assigned by a taxonomic expert.</xsd:documentation>
1084
					<xsd:appinfo>
1085
						<Specification>
1086
							<PreferredAbbreviation>tax. infragen.</PreferredAbbreviation>
1087
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
1088
							<SuffixBacteriae>-</SuffixBacteriae>
1089
							<SuffixPlantae>-</SuffixPlantae>
1090
							<SuffixAlgae>-</SuffixAlgae>
1091
							<SuffixFungi>-</SuffixFungi>
1092
							<SuffixAnimalia>-</SuffixAnimalia>
1093
							<BioCodeStatus>-</BioCodeStatus>
1094
							<BacteriaStatus>-</BacteriaStatus>
1095
							<BotanyStatus>-</BotanyStatus>
1096
							<ZoologyStatus>-</ZoologyStatus>
1097
						</Specification>
1098
					</xsd:appinfo>
1099
				</xsd:annotation>
1100
			</xsd:enumeration>
1101
			<xsd:enumeration value="subser">
1102
				<xsd:annotation>
1103
					<xsd:documentation>[subser.] -- subseries</xsd:documentation>
1104
					<xsd:appinfo>
1105
						<Specification>
1106
							<PreferredAbbreviation>subser.</PreferredAbbreviation>
1107
							<AdditionalAbbreviations>*</AdditionalAbbreviations>
1108
							<SuffixBacteriae>-</SuffixBacteriae>
1109
							<SuffixPlantae>-</SuffixPlantae>
1110
							<SuffixAlgae>-</SuffixAlgae>
1111
							<SuffixFungi>-</SuffixFungi>
1112
							<SuffixAnimalia>-</SuffixAnimalia>
1113
							<BioCodeStatus>additional</BioCodeStatus>
1114
							<BacteriaStatus>-</BacteriaStatus>
1115
							<BotanyStatus>additional</BotanyStatus>
1116
							<ZoologyStatus>-</ZoologyStatus>
1117
						</Specification>
1118
					</xsd:appinfo>
1119
				</xsd:annotation>
1120
			</xsd:enumeration>
1121
			<xsd:enumeration value="ser">
1122
				<xsd:annotation>
1123
					<xsd:documentation>[ser.] -- series</xsd:documentation>
1124
					<xsd:appinfo>
1125
						<Specification>
1126
							<PreferredAbbreviation>ser.</PreferredAbbreviation>
1127
							<AdditionalAbbreviations>*</AdditionalAbbreviations>
1128
							<SuffixBacteriae>-</SuffixBacteriae>
1129
							<SuffixPlantae>-</SuffixPlantae>
1130
							<SuffixAlgae>-</SuffixAlgae>
1131
							<SuffixFungi>-</SuffixFungi>
1132
							<SuffixAnimalia>-</SuffixAnimalia>
1133
							<BioCodeStatus>secondary</BioCodeStatus>
1134
							<BacteriaStatus>-</BacteriaStatus>
1135
							<BotanyStatus>secondary</BotanyStatus>
1136
							<ZoologyStatus>-</ZoologyStatus>
1137
						</Specification>
1138
					</xsd:appinfo>
1139
				</xsd:annotation>
1140
			</xsd:enumeration>
1141
			<xsd:enumeration value="subsect">
1142
				<xsd:annotation>
1143
					<xsd:documentation>[subsect.] -- subsection</xsd:documentation>
1144
					<xsd:appinfo>
1145
						<Specification>
1146
							<PreferredAbbreviation>subsect.</PreferredAbbreviation>
1147
							<AdditionalAbbreviations>*</AdditionalAbbreviations>
1148
							<SuffixBacteriae>-</SuffixBacteriae>
1149
							<SuffixPlantae>-</SuffixPlantae>
1150
							<SuffixAlgae>-</SuffixAlgae>
1151
							<SuffixFungi>-</SuffixFungi>
1152
							<SuffixAnimalia>-</SuffixAnimalia>
1153
							<BioCodeStatus>additional</BioCodeStatus>
1154
							<BacteriaStatus>-</BacteriaStatus>
1155
							<BotanyStatus>additional</BotanyStatus>
1156
							<ZoologyStatus>-</ZoologyStatus>
1157
						</Specification>
1158
					</xsd:appinfo>
1159
				</xsd:annotation>
1160
			</xsd:enumeration>
1161
			<xsd:enumeration value="sect">
1162
				<xsd:annotation>
1163
					<xsd:documentation>[sect.] -- section</xsd:documentation>
1164
					<xsd:appinfo>
1165
						<Specification>
1166
							<PreferredAbbreviation>sect.</PreferredAbbreviation>
1167
							<AdditionalAbbreviations>*</AdditionalAbbreviations>
1168
							<SuffixBacteriae>-</SuffixBacteriae>
1169
							<SuffixPlantae>-</SuffixPlantae>
1170
							<SuffixAlgae>-</SuffixAlgae>
1171
							<SuffixFungi>-</SuffixFungi>
1172
							<SuffixAnimalia>-</SuffixAnimalia>
1173
							<BioCodeStatus>secondary</BioCodeStatus>
1174
							<BacteriaStatus>-</BacteriaStatus>
1175
							<BotanyStatus>secondary</BotanyStatus>
1176
							<ZoologyStatus>-</ZoologyStatus>
1177
						</Specification>
1178
					</xsd:appinfo>
1179
				</xsd:annotation>
1180
			</xsd:enumeration>
1181
		</xsd:restriction>
1182
	</xsd:simpleType>
1183
	<xsd:simpleType name="TaxonomicRankGenusGroupEnum">
1184
		<xsd:annotation>
1185
			<xsd:documentation>Subset of ranks; equivalent to BioCode "genus group", i.e. infragenus to genus</xsd:documentation>
1186
		</xsd:annotation>
1187
		<xsd:restriction base="xsd:Name">
1188
			<xsd:enumeration value="infragen">
1189
				<xsd:annotation>
1190
					<xsd:documentation>[infragen.] -- infragenus</xsd:documentation>
1191
					<xsd:appinfo>
1192
						<Specification>
1193
							<PreferredAbbreviation>infragen.</PreferredAbbreviation>
1194
							<AdditionalAbbreviations>*</AdditionalAbbreviations>
1195
							<SuffixBacteriae>-</SuffixBacteriae>
1196
							<SuffixPlantae>-</SuffixPlantae>
1197
							<SuffixAlgae>-</SuffixAlgae>
1198
							<SuffixFungi>-</SuffixFungi>
1199
							<SuffixAnimalia>-</SuffixAnimalia>
1200
							<BioCodeStatus>additional</BioCodeStatus>
1201
							<BacteriaStatus>-</BacteriaStatus>
1202
							<BotanyStatus>-</BotanyStatus>
1203
							<ZoologyStatus>-</ZoologyStatus>
1204
						</Specification>
1205
					</xsd:appinfo>
1206
				</xsd:annotation>
1207
			</xsd:enumeration>
1208
			<xsd:enumeration value="subgen">
1209
				<xsd:annotation>
1210
					<xsd:documentation>[subgen.] -- subgenus</xsd:documentation>
1211
					<xsd:appinfo>
1212
						<Specification>
1213
							<PreferredAbbreviation>subgen.</PreferredAbbreviation>
1214
							<AdditionalAbbreviations>*</AdditionalAbbreviations>
1215
							<SuffixBacteriae>-</SuffixBacteriae>
1216
							<SuffixPlantae>-</SuffixPlantae>
1217
							<SuffixAlgae>-</SuffixAlgae>
1218
							<SuffixFungi>-</SuffixFungi>
1219
							<SuffixAnimalia>-</SuffixAnimalia>
1220
							<BioCodeStatus>secondary</BioCodeStatus>
1221
							<BacteriaStatus>covered</BacteriaStatus>
1222
							<BotanyStatus>additional</BotanyStatus>
1223
							<ZoologyStatus>additional</ZoologyStatus>
1224
						</Specification>
1225
					</xsd:appinfo>
1226
				</xsd:annotation>
1227
			</xsd:enumeration>
1228
			<xsd:enumeration value="gen">
1229
				<xsd:annotation>
1230
					<xsd:documentation>[gen.] -- genus -- Examples: Magnolia Homo</xsd:documentation>
1231
					<xsd:appinfo>
1232
						<Specification>
1233
							<PreferredAbbreviation>gen.</PreferredAbbreviation>
1234
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
1235
							<SuffixBacteriae>-</SuffixBacteriae>
1236
							<SuffixPlantae>-</SuffixPlantae>
1237
							<SuffixAlgae>-</SuffixAlgae>
1238
							<SuffixFungi>-</SuffixFungi>
1239
							<SuffixAnimalia>-</SuffixAnimalia>
1240
							<BioCodeStatus>primary</BioCodeStatus>
1241
							<BacteriaStatus>covered</BacteriaStatus>
1242
							<BotanyStatus>principal</BotanyStatus>
1243
							<ZoologyStatus>principal</ZoologyStatus>
1244
						</Specification>
1245
					</xsd:appinfo>
1246
				</xsd:annotation>
1247
			</xsd:enumeration>
1248
		</xsd:restriction>
1249
	</xsd:simpleType>
1250
	<xsd:simpleType name="TaxonomicRankFamilySubdivisionEnum">
1251
		<xsd:annotation>
1252
			<xsd:documentation>Subset of ranks; equivalent to BioCode "subdivision of a family", i.e. ranks between genus group and family group</xsd:documentation>
1253
		</xsd:annotation>
1254
		<xsd:restriction base="xsd:Name">
1255
			<xsd:enumeration value="infratrib">
1256
				<xsd:annotation>
1257
					<xsd:documentation>[infratrib.] -- infratribe</xsd:documentation>
1258
					<xsd:appinfo>
1259
						<Specification>
1260
							<PreferredAbbreviation>infratrib.</PreferredAbbreviation>
1261
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
1262
							<SuffixBacteriae>-</SuffixBacteriae>
1263
							<SuffixPlantae>-</SuffixPlantae>
1264
							<SuffixAlgae>-</SuffixAlgae>
1265
							<SuffixFungi>-</SuffixFungi>
1266
							<SuffixAnimalia>-</SuffixAnimalia>
1267
							<BioCodeStatus>additional</BioCodeStatus>
1268
							<BacteriaStatus>-</BacteriaStatus>
1269
							<BotanyStatus>-</BotanyStatus>
1270
							<ZoologyStatus>-</ZoologyStatus>
1271
						</Specification>
1272
					</xsd:appinfo>
1273
				</xsd:annotation>
1274
			</xsd:enumeration>
1275
			<xsd:enumeration value="subtrib">
1276
				<xsd:annotation>
1277
					<xsd:documentation>[subtrib.] -- subtribe</xsd:documentation>
1278
					<xsd:appinfo>
1279
						<Specification>
1280
							<PreferredAbbreviation>subtrib.</PreferredAbbreviation>
1281
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
1282
							<SuffixBacteriae>-inae</SuffixBacteriae>
1283
							<SuffixPlantae>-inae</SuffixPlantae>
1284
							<SuffixAlgae>-inae</SuffixAlgae>
1285
							<SuffixFungi>-inae</SuffixFungi>
1286
							<SuffixAnimalia>-ina</SuffixAnimalia>
1287
							<BioCodeStatus>additional</BioCodeStatus>
1288
							<BacteriaStatus>covered (but probably not in current use)</BacteriaStatus>
1289
							<BotanyStatus>additional</BotanyStatus>
1290
							<ZoologyStatus>-</ZoologyStatus>
1291
						</Specification>
1292
					</xsd:appinfo>
1293
				</xsd:annotation>
1294
			</xsd:enumeration>
1295
			<xsd:enumeration value="trib">
1296
				<xsd:annotation>
1297
					<xsd:documentation>[trib.] -- tribe</xsd:documentation>
1298
					<xsd:appinfo>
1299
						<Specification>
1300
							<PreferredAbbreviation>trib.</PreferredAbbreviation>
1301
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
1302
							<SuffixBacteriae>-eae</SuffixBacteriae>
1303
							<SuffixPlantae>-eae</SuffixPlantae>
1304
							<SuffixAlgae>-eae</SuffixAlgae>
1305
							<SuffixFungi>-eae</SuffixFungi>
1306
							<SuffixAnimalia>-ini</SuffixAnimalia>
1307
							<BioCodeStatus>secondary</BioCodeStatus>
1308
							<BacteriaStatus>covered (but probably not in current use)</BacteriaStatus>
1309
							<BotanyStatus>secondary</BotanyStatus>
1310
							<ZoologyStatus>-</ZoologyStatus>
1311
						</Specification>
1312
					</xsd:appinfo>
1313
				</xsd:annotation>
1314
			</xsd:enumeration>
1315
			<xsd:enumeration value="supertrib">
1316
				<xsd:annotation>
1317
					<xsd:documentation>[supertrib.] -- supertribe</xsd:documentation>
1318
					<xsd:appinfo>
1319
						<Specification>
1320
							<PreferredAbbreviation>supertrib.</PreferredAbbreviation>
1321
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
1322
							<SuffixBacteriae>-</SuffixBacteriae>
1323
							<SuffixPlantae>-</SuffixPlantae>
1324
							<SuffixAlgae>-</SuffixAlgae>
1325
							<SuffixFungi>-</SuffixFungi>
1326
							<SuffixAnimalia>-</SuffixAnimalia>
1327
							<BioCodeStatus>additional</BioCodeStatus>
1328
							<BacteriaStatus>-</BacteriaStatus>
1329
							<BotanyStatus>additional</BotanyStatus>
1330
							<ZoologyStatus>-</ZoologyStatus>
1331
						</Specification>
1332
					</xsd:appinfo>
1333
				</xsd:annotation>
1334
			</xsd:enumeration>
1335
		</xsd:restriction>
1336
	</xsd:simpleType>
1337
	<xsd:simpleType name="TaxonomicRankFamilyGroupEnum">
1338
		<xsd:annotation>
1339
			<xsd:documentation>Subset of ranks; equivalent to BioCode "family group", i.e. infrafamily to superfamily</xsd:documentation>
1340
		</xsd:annotation>
1341
		<xsd:restriction base="xsd:Name">
1342
			<xsd:enumeration value="infrafam">
1343
				<xsd:annotation>
1344
					<xsd:documentation>[infrafam.] -- infrafamily</xsd:documentation>
1345
					<xsd:appinfo>
1346
						<Specification>
1347
							<PreferredAbbreviation>infrafam.</PreferredAbbreviation>
1348
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
1349
							<SuffixBacteriae>-</SuffixBacteriae>
1350
							<SuffixPlantae>-</SuffixPlantae>
1351
							<SuffixAlgae>-</SuffixAlgae>
1352
							<SuffixFungi>-</SuffixFungi>
1353
							<SuffixAnimalia>-</SuffixAnimalia>
1354
							<BioCodeStatus>additional</BioCodeStatus>
1355
							<BacteriaStatus>-</BacteriaStatus>
1356
							<BotanyStatus>-</BotanyStatus>
1357
							<ZoologyStatus>-</ZoologyStatus>
1358
						</Specification>
1359
					</xsd:appinfo>
1360
				</xsd:annotation>
1361
			</xsd:enumeration>
1362
			<xsd:enumeration value="subfam">
1363
				<xsd:annotation>
1364
					<xsd:documentation>[subfam.] -- subfamily -- Examples: Magnolioideae</xsd:documentation>
1365
					<xsd:appinfo>
1366
						<Specification>
1367
							<PreferredAbbreviation>subfam.</PreferredAbbreviation>
1368
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
1369
							<SuffixBacteriae>-oideae</SuffixBacteriae>
1370
							<SuffixPlantae>-oideae</SuffixPlantae>
1371
							<SuffixAlgae>-oideae</SuffixAlgae>
1372
							<SuffixFungi>-oideae</SuffixFungi>
1373
							<SuffixAnimalia>-inae</SuffixAnimalia>
1374
							<BioCodeStatus>secondary</BioCodeStatus>
1375
							<BacteriaStatus>covered</BacteriaStatus>
1376
							<BotanyStatus>additional</BotanyStatus>
1377
							<ZoologyStatus>additional</ZoologyStatus>
1378
						</Specification>
1379
					</xsd:appinfo>
1380
				</xsd:annotation>
1381
			</xsd:enumeration>
1382
			<xsd:enumeration value="fam">
1383
				<xsd:annotation>
1384
					<xsd:documentation>[fam.] -- family -- Examples: Magnoliaceae Hominidae</xsd:documentation>
1385
					<xsd:appinfo>
1386
						<Specification>
1387
							<PreferredAbbreviation>fam.</PreferredAbbreviation>
1388
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
1389
							<SuffixBacteriae>-aceae</SuffixBacteriae>
1390
							<SuffixPlantae>-aceae</SuffixPlantae>
1391
							<SuffixAlgae>-aceae</SuffixAlgae>
1392
							<SuffixFungi>-aceae</SuffixFungi>
1393
							<SuffixAnimalia>-idae</SuffixAnimalia>
1394
							<BioCodeStatus>principal</BioCodeStatus>
1395
							<BacteriaStatus>covered</BacteriaStatus>
1396
							<BotanyStatus>principal</BotanyStatus>
1397
							<ZoologyStatus>principal</ZoologyStatus>
1398
						</Specification>
1399
					</xsd:appinfo>
1400
				</xsd:annotation>
1401
			</xsd:enumeration>
1402
			<xsd:enumeration value="superfam">
1403
				<xsd:annotation>
1404
					<xsd:documentation>[superfam.] -- superfamily -- Examples: Magnoliacea</xsd:documentation>
1405
					<xsd:appinfo>
1406
						<Specification>
1407
							<PreferredAbbreviation>superfam.</PreferredAbbreviation>
1408
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
1409
							<SuffixBacteriae>-</SuffixBacteriae>
1410
							<SuffixPlantae>-acea</SuffixPlantae>
1411
							<SuffixAlgae>-acea</SuffixAlgae>
1412
							<SuffixFungi>-acea</SuffixFungi>
1413
							<SuffixAnimalia>-oidea; -acea</SuffixAnimalia>
1414
							<BioCodeStatus>secondary</BioCodeStatus>
1415
							<BacteriaStatus>-</BacteriaStatus>
1416
							<BotanyStatus>additional</BotanyStatus>
1417
							<ZoologyStatus>-</ZoologyStatus>
1418
						</Specification>
1419
					</xsd:appinfo>
1420
				</xsd:annotation>
1421
			</xsd:enumeration>
1422
		</xsd:restriction>
1423
	</xsd:simpleType>
1424
	<xsd:simpleType name="TaxonomicRankAboveSuperfamilyEnum">
1425
		<xsd:annotation>
1426
			<xsd:documentation>Subset of ranks; equivalent to BioCode "suprafamilial". This rank group includes all ranks higher than superfamily (class, phylum/division, kingdom, domain)</xsd:documentation>
1427
		</xsd:annotation>
1428
		<xsd:restriction base="xsd:Name">
1429
			<xsd:enumeration value="infraord">
1430
				<xsd:annotation>
1431
					<xsd:documentation>[infraord.] -- infraorder</xsd:documentation>
1432
					<xsd:appinfo>
1433
						<Specification>
1434
							<PreferredAbbreviation>infraord.</PreferredAbbreviation>
1435
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
1436
							<SuffixBacteriae>-</SuffixBacteriae>
1437
							<SuffixPlantae>-</SuffixPlantae>
1438
							<SuffixAlgae>-</SuffixAlgae>
1439
							<SuffixFungi>-</SuffixFungi>
1440
							<SuffixAnimalia>-</SuffixAnimalia>
1441
							<BioCodeStatus>additional</BioCodeStatus>
1442
							<BacteriaStatus>-</BacteriaStatus>
1443
							<BotanyStatus>-</BotanyStatus>
1444
							<ZoologyStatus>-</ZoologyStatus>
1445
						</Specification>
1446
					</xsd:appinfo>
1447
				</xsd:annotation>
1448
			</xsd:enumeration>
1449
			<xsd:enumeration value="subord">
1450
				<xsd:annotation>
1451
					<xsd:documentation>[subord.] -- suborder -- Examples: Magnolineae Catarrhini</xsd:documentation>
1452
					<xsd:appinfo>
1453
						<Specification>
1454
							<PreferredAbbreviation>subord.</PreferredAbbreviation>
1455
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
1456
							<SuffixBacteriae>-ineae</SuffixBacteriae>
1457
							<SuffixPlantae>-ineae</SuffixPlantae>
1458
							<SuffixAlgae>-ineae</SuffixAlgae>
1459
							<SuffixFungi>-ineae</SuffixFungi>
1460
							<SuffixAnimalia>-</SuffixAnimalia>
1461
							<BioCodeStatus>additional</BioCodeStatus>
1462
							<BacteriaStatus>covered</BacteriaStatus>
1463
							<BotanyStatus>additional</BotanyStatus>
1464
							<ZoologyStatus>additional</ZoologyStatus>
1465
						</Specification>
1466
					</xsd:appinfo>
1467
				</xsd:annotation>
1468
			</xsd:enumeration>
1469
			<xsd:enumeration value="ord">
1470
				<xsd:annotation>
1471
					<xsd:documentation>[ord.] -- order -- Examples: Magnoliales Primates</xsd:documentation>
1472
					<xsd:appinfo>
1473
						<Specification>
1474
							<PreferredAbbreviation>ord.</PreferredAbbreviation>
1475
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
1476
							<SuffixBacteriae>-ales</SuffixBacteriae>
1477
							<SuffixPlantae>-ales</SuffixPlantae>
1478
							<SuffixAlgae>-ales</SuffixAlgae>
1479
							<SuffixFungi>-ales</SuffixFungi>
1480
							<SuffixAnimalia>-</SuffixAnimalia>
1481
							<BioCodeStatus>principal</BioCodeStatus>
1482
							<BacteriaStatus>covered</BacteriaStatus>
1483
							<BotanyStatus>principal</BotanyStatus>
1484
							<ZoologyStatus>principal</ZoologyStatus>
1485
						</Specification>
1486
					</xsd:appinfo>
1487
				</xsd:annotation>
1488
			</xsd:enumeration>
1489
			<xsd:enumeration value="superord">
1490
				<xsd:annotation>
1491
					<xsd:documentation>[superord.] -- superorder -- Examples: Magnolianae</xsd:documentation>
1492
					<xsd:appinfo>
1493
						<Specification>
1494
							<PreferredAbbreviation>superord.</PreferredAbbreviation>
1495
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
1496
							<SuffixBacteriae>-</SuffixBacteriae>
1497
							<SuffixPlantae>-anae</SuffixPlantae>
1498
							<SuffixAlgae>-anae</SuffixAlgae>
1499
							<SuffixFungi>-anae</SuffixFungi>
1500
							<SuffixAnimalia>-</SuffixAnimalia>
1501
							<BioCodeStatus>additional</BioCodeStatus>
1502
							<BacteriaStatus>-</BacteriaStatus>
1503
							<BotanyStatus>additional</BotanyStatus>
1504
							<ZoologyStatus>additional</ZoologyStatus>
1505
						</Specification>
1506
					</xsd:appinfo>
1507
				</xsd:annotation>
1508
			</xsd:enumeration>
1509
			<xsd:enumeration value="infracl">
1510
				<xsd:annotation>
1511
					<xsd:documentation>[infracl.] -- infraclass</xsd:documentation>
1512
					<xsd:appinfo>
1513
						<Specification>
1514
							<PreferredAbbreviation>infracl.</PreferredAbbreviation>
1515
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
1516
							<SuffixBacteriae>-</SuffixBacteriae>
1517
							<SuffixPlantae>-</SuffixPlantae>
1518
							<SuffixAlgae>-</SuffixAlgae>
1519
							<SuffixFungi>-</SuffixFungi>
1520
							<SuffixAnimalia>-</SuffixAnimalia>
1521
							<BioCodeStatus>additional</BioCodeStatus>
1522
							<BacteriaStatus>-</BacteriaStatus>
1523
							<BotanyStatus>-</BotanyStatus>
1524
							<ZoologyStatus>-</ZoologyStatus>
1525
						</Specification>
1526
					</xsd:appinfo>
1527
				</xsd:annotation>
1528
			</xsd:enumeration>
1529
			<xsd:enumeration value="subcl">
1530
				<xsd:annotation>
1531
					<xsd:documentation>[subcl.] -- subclass -- Examples: Magnoliidae Eutheria</xsd:documentation>
1532
					<xsd:appinfo>
1533
						<Specification>
1534
							<PreferredAbbreviation>subcl.</PreferredAbbreviation>
1535
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
1536
							<SuffixBacteriae>-idae [proposed; Stackebrandt, E., Rainey, F.A. &amp; Ward-Rainey, N.L.: Proposal for a new hierarchic classification system, Actinobacteria classis nov. Int. J. Syst. Bacteriol., 1997, 47, 479-491.]</SuffixBacteriae>
1537
							<SuffixPlantae>-idae</SuffixPlantae>
1538
							<SuffixAlgae>-phycidae</SuffixAlgae>
1539
							<SuffixFungi>-mycetidae</SuffixFungi>
1540
							<SuffixAnimalia>-</SuffixAnimalia>
1541
							<BioCodeStatus>additional</BioCodeStatus>
1542
							<BacteriaStatus>covered</BacteriaStatus>
1543
							<BotanyStatus>additional</BotanyStatus>
1544
							<ZoologyStatus>additional</ZoologyStatus>
1545
						</Specification>
1546
					</xsd:appinfo>
1547
				</xsd:annotation>
1548
			</xsd:enumeration>
1549
			<xsd:enumeration value="cl">
1550
				<xsd:annotation>
1551
					<xsd:documentation>[cl.] -- class -- Examples: Magnoliopsida Mammalia</xsd:documentation>
1552
					<xsd:appinfo>
1553
						<Specification>
1554
							<PreferredAbbreviation>cl.</PreferredAbbreviation>
1555
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
1556
							<SuffixBacteriae>-ia [proposed; Stackebrandt, E., Rainey, F.A. &amp; Ward-Rainey, N.L.: Proposal for a new hierarchic classification system, Actinobacteria classis nov. Int. J. Syst. Bacteriol., 1997, 47, 479-491.]</SuffixBacteriae>
1557
							<SuffixPlantae>-opsida</SuffixPlantae>
1558
							<SuffixAlgae>-phyceae</SuffixAlgae>
1559
							<SuffixFungi>-mycetes</SuffixFungi>
1560
							<SuffixAnimalia>-</SuffixAnimalia>
1561
							<BioCodeStatus>principal</BioCodeStatus>
1562
							<BacteriaStatus>covered</BacteriaStatus>
1563
							<BotanyStatus>principal</BotanyStatus>
1564
							<ZoologyStatus>principal</ZoologyStatus>
1565
						</Specification>
1566
					</xsd:appinfo>
1567
				</xsd:annotation>
1568
			</xsd:enumeration>
1569
			<xsd:enumeration value="supercl">
1570
				<xsd:annotation>
1571
					<xsd:documentation>[supercl.] -- superclass</xsd:documentation>
1572
					<xsd:appinfo>
1573
						<Specification>
1574
							<PreferredAbbreviation>supercl.</PreferredAbbreviation>
1575
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
1576
							<SuffixBacteriae>-</SuffixBacteriae>
1577
							<SuffixPlantae>-</SuffixPlantae>
1578
							<SuffixAlgae>-</SuffixAlgae>
1579
							<SuffixFungi>-</SuffixFungi>
1580
							<SuffixAnimalia>-</SuffixAnimalia>
1581
							<BioCodeStatus>additional</BioCodeStatus>
1582
							<BacteriaStatus>-</BacteriaStatus>
1583
							<BotanyStatus>additional</BotanyStatus>
1584
							<ZoologyStatus>-</ZoologyStatus>
1585
						</Specification>
1586
					</xsd:appinfo>
1587
				</xsd:annotation>
1588
			</xsd:enumeration>
1589
			<xsd:enumeration value="infraphyl_div">
1590
				<xsd:annotation>
1591
					<xsd:documentation>[infraphyl./div.] -- infraphylum (= infradivision)</xsd:documentation>
1592
					<xsd:appinfo>
1593
						<Specification>
1594
							<PreferredAbbreviation>infraphyl./div.</PreferredAbbreviation>
1595
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
1596
							<SuffixBacteriae>-</SuffixBacteriae>
1597
							<SuffixPlantae>-</SuffixPlantae>
1598
							<SuffixAlgae>-</SuffixAlgae>
1599
							<SuffixFungi>-</SuffixFungi>
1600
							<SuffixAnimalia>-</SuffixAnimalia>
1601
							<BioCodeStatus>additional</BioCodeStatus>
1602
							<BacteriaStatus>-</BacteriaStatus>
1603
							<BotanyStatus>-</BotanyStatus>
1604
							<ZoologyStatus>-</ZoologyStatus>
1605
						</Specification>
1606
					</xsd:appinfo>
1607
				</xsd:annotation>
1608
			</xsd:enumeration>
1609
			<xsd:enumeration value="subphyl_div">
1610
				<xsd:annotation>
1611
					<xsd:documentation>[subphyl./div.] -- subphylum (= subdivision) -- Examples: Magnoliophytina Vertebrata</xsd:documentation>
1612
					<xsd:appinfo>
1613
						<Specification>
1614
							<PreferredAbbreviation>subphyl./div.</PreferredAbbreviation>
1615
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
1616
							<SuffixBacteriae>-</SuffixBacteriae>
1617
							<SuffixPlantae>-phytina</SuffixPlantae>
1618
							<SuffixAlgae>-phytina</SuffixAlgae>
1619
							<SuffixFungi>-mycotina</SuffixFungi>
1620
							<SuffixAnimalia>-</SuffixAnimalia>
1621
							<BioCodeStatus>additional</BioCodeStatus>
1622
							<BacteriaStatus>-</BacteriaStatus>
1623
							<BotanyStatus>-</BotanyStatus>
1624
							<ZoologyStatus>additional</ZoologyStatus>
1625
						</Specification>
1626
					</xsd:appinfo>
1627
				</xsd:annotation>
1628
			</xsd:enumeration>
1629
			<xsd:enumeration value="phyl_div">
1630
				<xsd:annotation>
1631
					<xsd:documentation>[phyl./div.] -- phylum (= division) -- Examples: Magnoliophyta Chordata</xsd:documentation>
1632
					<xsd:appinfo>
1633
						<Specification>
1634
							<PreferredAbbreviation>phyl./div.</PreferredAbbreviation>
1635
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
1636
							<SuffixBacteriae>-</SuffixBacteriae>
1637
							<SuffixPlantae>-phyta</SuffixPlantae>
1638
							<SuffixAlgae>-phyta</SuffixAlgae>
1639
							<SuffixFungi>-mycota</SuffixFungi>
1640
							<SuffixAnimalia>-</SuffixAnimalia>
1641
							<BioCodeStatus>principal</BioCodeStatus>
1642
							<BacteriaStatus>used, but all ranks above class are not covered by ICNP/ICNB</BacteriaStatus>
1643
							<BotanyStatus>-</BotanyStatus>
1644
							<ZoologyStatus>principal</ZoologyStatus>
1645
						</Specification>
1646
					</xsd:appinfo>
1647
				</xsd:annotation>
1648
			</xsd:enumeration>
1649
			<xsd:enumeration value="superphyl_div">
1650
				<xsd:annotation>
1651
					<xsd:documentation>[superphyl./div.] -- superphylum (= superdivision)</xsd:documentation>
1652
					<xsd:appinfo>
1653
						<Specification>
1654
							<PreferredAbbreviation>superphyl./div.</PreferredAbbreviation>
1655
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
1656
							<SuffixBacteriae>-</SuffixBacteriae>
1657
							<SuffixPlantae>-</SuffixPlantae>
1658
							<SuffixAlgae>-</SuffixAlgae>
1659
							<SuffixFungi>-</SuffixFungi>
1660
							<SuffixAnimalia>-</SuffixAnimalia>
1661
							<BioCodeStatus>additional</BioCodeStatus>
1662
							<BacteriaStatus>-</BacteriaStatus>
1663
							<BotanyStatus>-</BotanyStatus>
1664
							<ZoologyStatus>additional</ZoologyStatus>
1665
						</Specification>
1666
					</xsd:appinfo>
1667
				</xsd:annotation>
1668
			</xsd:enumeration>
1669
			<xsd:enumeration value="infrareg">
1670
				<xsd:annotation>
1671
					<xsd:documentation>[infrareg.] -- infrakingdom</xsd:documentation>
1672
					<xsd:appinfo>
1673
						<Specification>
1674
							<PreferredAbbreviation>infrareg.</PreferredAbbreviation>
1675
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
1676
							<SuffixBacteriae>-</SuffixBacteriae>
1677
							<SuffixPlantae>-</SuffixPlantae>
1678
							<SuffixAlgae>-</SuffixAlgae>
1679
							<SuffixFungi>-</SuffixFungi>
1680
							<SuffixAnimalia>-</SuffixAnimalia>
1681
							<BioCodeStatus>additional</BioCodeStatus>
1682
							<BacteriaStatus>-</BacteriaStatus>
1683
							<BotanyStatus>-</BotanyStatus>
1684
							<ZoologyStatus>-</ZoologyStatus>
1685
						</Specification>
1686
					</xsd:appinfo>
1687
				</xsd:annotation>
1688
			</xsd:enumeration>
1689
			<xsd:enumeration value="subreg">
1690
				<xsd:annotation>
1691
					<xsd:documentation>[subreg.] -- subkingdom</xsd:documentation>
1692
					<xsd:appinfo>
1693
						<Specification>
1694
							<PreferredAbbreviation>subreg.</PreferredAbbreviation>
1695
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
1696
							<SuffixBacteriae>-</SuffixBacteriae>
1697
							<SuffixPlantae>-</SuffixPlantae>
1698
							<SuffixAlgae>-</SuffixAlgae>
1699
							<SuffixFungi>-</SuffixFungi>
1700
							<SuffixAnimalia>-</SuffixAnimalia>
1701
							<BioCodeStatus>additional</BioCodeStatus>
1702
							<BacteriaStatus>-</BacteriaStatus>
1703
							<BotanyStatus>additional</BotanyStatus>
1704
							<ZoologyStatus>additional</ZoologyStatus>
1705
						</Specification>
1706
					</xsd:appinfo>
1707
				</xsd:annotation>
1708
			</xsd:enumeration>
1709
			<xsd:enumeration value="reg">
1710
				<xsd:annotation>
1711
					<xsd:documentation>[reg.] -- kingdom -- Examples: Plantae Animalia</xsd:documentation>
1712
					<xsd:appinfo>
1713
						<Specification>
1714
							<PreferredAbbreviation>reg.</PreferredAbbreviation>
1715
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
1716
							<SuffixBacteriae>-</SuffixBacteriae>
1717
							<SuffixPlantae>-</SuffixPlantae>
1718
							<SuffixAlgae>-</SuffixAlgae>
1719
							<SuffixFungi>-</SuffixFungi>
1720
							<SuffixAnimalia>-</SuffixAnimalia>
1721
							<BioCodeStatus>principal</BioCodeStatus>
1722
							<BacteriaStatus>used, but all ranks above class are not covered by ICNP/ICNB</BacteriaStatus>
1723
							<BotanyStatus>principal</BotanyStatus>
1724
							<ZoologyStatus>principal</ZoologyStatus>
1725
						</Specification>
1726
					</xsd:appinfo>
1727
				</xsd:annotation>
1728
			</xsd:enumeration>
1729
			<xsd:enumeration value="superreg">
1730
				<xsd:annotation>
1731
					<xsd:documentation>[superreg.] -- super kingdom -- Examples: Eucaryota</xsd:documentation>
1732
					<xsd:appinfo>
1733
						<Specification>
1734
							<PreferredAbbreviation>superreg.</PreferredAbbreviation>
1735
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
1736
							<SuffixBacteriae>-</SuffixBacteriae>
1737
							<SuffixPlantae>-</SuffixPlantae>
1738
							<SuffixAlgae>-</SuffixAlgae>
1739
							<SuffixFungi>-</SuffixFungi>
1740
							<SuffixAnimalia>-</SuffixAnimalia>
1741
							<BioCodeStatus>additional</BioCodeStatus>
1742
							<BacteriaStatus>-</BacteriaStatus>
1743
							<BotanyStatus>additional</BotanyStatus>
1744
							<ZoologyStatus>additional</ZoologyStatus>
1745
						</Specification>
1746
					</xsd:appinfo>
1747
				</xsd:annotation>
1748
			</xsd:enumeration>
1749
			<xsd:enumeration value="dom">
1750
				<xsd:annotation>
1751
					<xsd:documentation>[dom.] -- domain (= empire) -- Examples: Archaea (= Archaeobacteria), Bacteria (= Eubacteria), Eukarya (= Eukaryota)</xsd:documentation>
1752
					<xsd:appinfo>
1753
						<Specification>
1754
							<PreferredAbbreviation>dom.</PreferredAbbreviation>
1755
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
1756
							<SuffixBacteriae>-</SuffixBacteriae>
1757
							<SuffixPlantae>-</SuffixPlantae>
1758
							<SuffixAlgae>-</SuffixAlgae>
1759
							<SuffixFungi>-</SuffixFungi>
1760
							<SuffixAnimalia>-</SuffixAnimalia>
1761
							<BioCodeStatus>secondary</BioCodeStatus>
1762
							<BacteriaStatus>used, but all ranks above class are not covered by ICNP/ICNB</BacteriaStatus>
1763
							<BotanyStatus>-</BotanyStatus>
1764
							<ZoologyStatus>-</ZoologyStatus>
1765
						</Specification>
1766
					</xsd:appinfo>
1767
				</xsd:annotation>
1768
			</xsd:enumeration>
1769
			<xsd:enumeration value="taxsupragen">
1770
				<xsd:annotation>
1771
					<xsd:documentation>[tax. supragen.] -- suprageneric tax. of undefined rank -- This value indicates that the rank of a name is unknown. Compare "incertae sedis" which is commonly used as a replacement for a taxon to group all taxa whose position in the classification or phylogenetic tree is uncertain.</xsd:documentation>
1772
					<xsd:appinfo>
1773
						<Specification>
1774
							<PreferredAbbreviation>tax. supragen.</PreferredAbbreviation>
1775
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
1776
							<SuffixBacteriae>-</SuffixBacteriae>
1777
							<SuffixPlantae>-</SuffixPlantae>
1778
							<SuffixAlgae>-</SuffixAlgae>
1779
							<SuffixFungi>-</SuffixFungi>
1780
							<SuffixAnimalia>-</SuffixAnimalia>
1781
							<BioCodeStatus>-</BioCodeStatus>
1782
							<BacteriaStatus>-</BacteriaStatus>
1783
							<BotanyStatus>-</BotanyStatus>
1784
							<ZoologyStatus>-</ZoologyStatus>
1785
						</Specification>
1786
					</xsd:appinfo>
1787
				</xsd:annotation>
1788
			</xsd:enumeration>
1789
		</xsd:restriction>
1790
	</xsd:simpleType>
1791
	<xsd:simpleType name="TaxonomicRankCultivatedPlants">
1792
		<xsd:annotation>
1793
			<xsd:documentation>Subset of ranks used spefically for cultivated plants</xsd:documentation>
1794
		</xsd:annotation>
1795
		<xsd:restriction base="xsd:Name">
1796
			<xsd:enumeration value="cv">
1797
				<xsd:annotation>
1798
					<xsd:documentation>[cult.] -- cultivar -- The epithet is usually output in single quotes and may contain multiple words, see ICBN §28. Examples: Taxus baccata 'Variegata', Juniperus ×pfitzeriana 'Wilhelm Pfitzer'; Magnolia 'Elizabeth' (= a hybrid, no species epithet). </xsd:documentation>
1799
					<xsd:appinfo>
1800
						<Specification>
1801
							<PreferredAbbreviation>cult.</PreferredAbbreviation>
1802
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
1803
							<SuffixBacteriae>-</SuffixBacteriae>
1804
							<SuffixPlantae>-</SuffixPlantae>
1805
							<SuffixAlgae>-</SuffixAlgae>
1806
							<SuffixFungi>-</SuffixFungi>
1807
							<SuffixAnimalia>-</SuffixAnimalia>
1808
							<BioCodeStatus>-</BioCodeStatus>
1809
							<BacteriaStatus>-</BacteriaStatus>
1810
							<BotanyStatus>Reference to 'Internat. code of nomenclature for cultivated plants'</BotanyStatus>
1811
							<ZoologyStatus>-</ZoologyStatus>
1812
						</Specification>
1813
					</xsd:appinfo>
1814
				</xsd:annotation>
1815
			</xsd:enumeration>
1816
			<xsd:enumeration value="convar">
1817
				<xsd:annotation>
1818
					<xsd:documentation>[convar.] -- convar -- Used in cultivated plants (ICNCP), but deprecated, see 'Some notes on problems of taxonomy and nomenclature of cultivated plants' by J. Ochsmann, http://www.genres.de/IGRREIHE/IGRREIHE/DDD/22-08.pdf</xsd:documentation>
1819
					<xsd:appinfo>
1820
						<Specification>
1821
							<PreferredAbbreviation>convar.</PreferredAbbreviation>
1822
							<AdditionalAbbreviations>cv.</AdditionalAbbreviations>
1823
							<SuffixBacteriae>-</SuffixBacteriae>
1824
							<SuffixPlantae>-</SuffixPlantae>
1825
							<SuffixAlgae>-</SuffixAlgae>
1826
							<SuffixFungi>-</SuffixFungi>
1827
							<SuffixAnimalia>-</SuffixAnimalia>
1828
							<BioCodeStatus>-</BioCodeStatus>
1829
							<BacteriaStatus>-</BacteriaStatus>
1830
							<BotanyStatus>-</BotanyStatus>
1831
							<ZoologyStatus>-</ZoologyStatus>
1832
						</Specification>
1833
					</xsd:appinfo>
1834
				</xsd:annotation>
1835
			</xsd:enumeration>
1836
			<xsd:enumeration value="grex">
1837
				<xsd:annotation>
1838
					<xsd:documentation> [grex] -- a rank equivalent to cultivar group used principly for artificial hybrid swams in Orchidaceae. </xsd:documentation>
1839
					<xsd:appinfo>
1840
						<Specification>
1841
							<PreferredAbbreviation>grex</PreferredAbbreviation>
1842
							<AdditionalAbbreviations>grex</AdditionalAbbreviations>
1843
							<SuffixBacteriae>-</SuffixBacteriae>
1844
							<SuffixPlantae>-</SuffixPlantae>
1845
							<SuffixAlgae>-</SuffixAlgae>
1846
							<SuffixFungi>-</SuffixFungi>
1847
							<SuffixAnimalia>-</SuffixAnimalia>
1848
							<BioCodeStatus>-</BioCodeStatus>
1849
							<BacteriaStatus>-</BacteriaStatus>
1850
							<BotanyStatus>Reference to ICNCP</BotanyStatus>
1851
							<ZoologyStatus>-</ZoologyStatus>
1852
						</Specification>
1853
					</xsd:appinfo>
1854
				</xsd:annotation>
1855
			</xsd:enumeration>
1856
			<xsd:enumeration value="cvgroup">
1857
				<xsd:annotation>
1858
					<xsd:documentation>[cultivar. group] -- cultivar-group</xsd:documentation>
1859
					<xsd:appinfo>
1860
						<Specification>
1861
							<PreferredAbbreviation>cultivar. group</PreferredAbbreviation>
1862
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
1863
							<SuffixBacteriae>-</SuffixBacteriae>
1864
							<SuffixPlantae>-</SuffixPlantae>
1865
							<SuffixAlgae>-</SuffixAlgae>
1866
							<SuffixFungi>-</SuffixFungi>
1867
							<SuffixAnimalia>-</SuffixAnimalia>
1868
							<BioCodeStatus>-</BioCodeStatus>
1869
							<BacteriaStatus>-</BacteriaStatus>
1870
							<BotanyStatus>-</BotanyStatus>
1871
							<ZoologyStatus>-</ZoologyStatus>
1872
						</Specification>
1873
					</xsd:appinfo>
1874
				</xsd:annotation>
1875
			</xsd:enumeration>
1876
			<xsd:enumeration value="graftchimaera">
1877
				<xsd:annotation>
1878
					<xsd:documentation>[graft-chimaera] -- graft-chimaera</xsd:documentation>
1879
					<xsd:appinfo>
1880
						<Specification>
1881
							<PreferredAbbreviation>graft-chimaera</PreferredAbbreviation>
1882
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
1883
							<SuffixBacteriae>-</SuffixBacteriae>
1884
							<SuffixPlantae>-</SuffixPlantae>
1885
							<SuffixAlgae>-</SuffixAlgae>
1886
							<SuffixFungi>-</SuffixFungi>
1887
							<SuffixAnimalia>-</SuffixAnimalia>
1888
							<BioCodeStatus>-</BioCodeStatus>
1889
							<BacteriaStatus>-</BacteriaStatus>
1890
							<BotanyStatus>-</BotanyStatus>
1891
							<ZoologyStatus>-</ZoologyStatus>
1892
						</Specification>
1893
					</xsd:appinfo>
1894
				</xsd:annotation>
1895
			</xsd:enumeration>
1896
			<xsd:enumeration value="denomclass">
1897
				<xsd:annotation>
1898
					<xsd:documentation>Denomination classes are constructs under ICNCP for defining the scope within which a cultivar or Group epithet must be unique.</xsd:documentation>
1899
					<xsd:appinfo>
1900
						<Specification>
1901
							<PreferredAbbreviation>denomination-class</PreferredAbbreviation>
1902
							<AdditionalAbbreviations>-</AdditionalAbbreviations>
1903
							<SuffixBacteriae>-</SuffixBacteriae>
1904
							<SuffixPlantae>-</SuffixPlantae>
1905
							<SuffixAlgae>-</SuffixAlgae>
1906
							<SuffixFungi>-</SuffixFungi>
1907
							<SuffixAnimalia>-</SuffixAnimalia>
1908
							<BioCodeStatus>-</BioCodeStatus>
1909
							<BacteriaStatus>-</BacteriaStatus>
1910
							<BotanyStatus>-</BotanyStatus>
1911
							<ZoologyStatus>-</ZoologyStatus>
1912
						</Specification>
1913
					</xsd:appinfo>
1914
				</xsd:annotation>
1915
			</xsd:enumeration>
1916
		</xsd:restriction>
1917
	</xsd:simpleType>
1918
	<xsd:simpleType name="NomenclaturalTypeStatusOfUnitsEnum">
1919
		<xsd:annotation>
1920
			<xsd:documentation>
1921
				<p>This list is a first version of a constrained vocabulary to express typifying relations between taxonomic names and units (specimens or objects preserved in collections). Beyond those type categories explicitly governed by nomenclatural codes (Zoology, Botany, Bacterioloy, Virology), the list also includes some additional type status terms. These categories may be helpful when interpreting the original circumscription (topotypes, ex-types), but do not have the same binding status as terms governed by the nomenclatural codes. The enumeration attempts to strike a balance between listing all possible terms, and remaining comprehensible. In general, including too many terms was considered less problematic than omitting terms. Applications may easily select a subset for presentation in their user interface.</p>
1922
				<p>This list is intended as a first version and it is hoped that in the review process through TDWG it will achieve sufficient maturity to be truly useful. It is expected that over time revisions will have to be made. Please use the WIKI (http://efgblade.cs.umb.edu/twiki/bin/view/UBIF/NomenclaturalTypeStatusOfUnitsDiscussion) to discuss the current list and the lists of synonymous, doubtful, or excluded type terms provided therein.</p>
1923
				<p>Some background information: A type provides the objective standard of reference to determine the application of a taxon name. The type status of a unit (specimen) is only meaningful in combination with the name that is being typified (a unit may have been designated type for multiple names in different publications). The type status of an object may be designated in the original description of a scientific name (original designation), or - under rules layed out in the respective nomenclatural codes - at a later time (subsequent designation). -- For taxa above species rank the type is always a lower rank taxon (e. g., species for genus, genus for family). The type terms for this situation are not included in the enumeration. Ultimately, typication of all taxa goes back to physical type units, but this should not be recorded as such in data sets. The indirect type reference in higher taxa means that typification changes to the lower taxon automatically affect the higher taxon.</p>
1924
				<p>The exact definitions of type status differ between nomenclatural codes (ICBN, ICZN, ICNP/ICNB, etc.). The term definitions are intended to be informative and generally applicable across the different codes. The should not be interpreted as authoritative; in nomenclatural work the exact definitions in the respective codes have to be consulted. A duplication of status codes (bot-holo, zoo-holo, bact-holo, etc.) is not considered desirable or necessary. Since the application of the type status terms is constrained by the relationship of the typified name with a specific code, the exact definition can always be unambiguously retrieved.</p>
1925
				<p>The following publications have been consulted to determine the number of type terms that should be included and to prepare the semantic definitions:</p>
1926
				<ul>
1927
					<li>Nomenclatural Glossary for Zoology (January 18 2000; ftp://ftp.york.biosis.org/sysgloss.txt; verified 17. June 2004)</li>
1928
					<li>ICBN St. Louis Code (http://www.bgbm.fu-berlin.de/iapt/nomenclature/code/SaintLouis/0013Ch2Sec2a009.htm; verified 17. June 2004)</li>
1929
					<li>Draft BioCode 4th version (Greuter et al., 1997; http://www.rom.on.ca/biodiversity/biocode/biocode1997.html)</li>
1930
					<li>Glossary of 'type' terminology (Ronald H. Petersen; http://fp.bio.utk.edu/mycology/Nomenclature/nom-type.htm)</li>
1931
					<li>Dictionary of Ichthyology (Brian W. Coad and Don E. McAllister, 2004; http://www.briancoad.com/Dictionary/introduction.htm)</li>
1932
					<li>A useful resource that was not available when writing this proposal might be: Hawksworth, D.L., W.G. Chaloner, O. Krauss, J. McNeill, M.A. Mayo, D.H. Nicolson, P.H.A. Sneath, R.P. Trehane and P.K. Tubbs. 1994. A draft Glossary of terms used in Bionomenclature. (IUBS Monogr. 9) International Union of Biological Sciences, Paris. 74 pp.</li>
1933
				</ul>
1934
				<p>Many thanks for review and help to Dr. Miguel A. Alonso-Zarazaga and Dr. Walter Gams. Gregor Hagedorn, 13.7.2004</p>
1935
			</xsd:documentation>
1936
		</xsd:annotation>
1937
		<xsd:restriction base="xsd:Name">
1938
			<xsd:enumeration value="allo">
1939
				<xsd:annotation>
1940
					<xsd:documentation>Allotype -- A paratype specimen designated from the type series by the original author that is the opposite sex of the holotype. The term is not regulated by the ICZN. [Zoo.]</xsd:documentation>
1941
				</xsd:annotation>
1942
			</xsd:enumeration>
1943
			<xsd:enumeration value="allolecto">
1944
				<xsd:annotation>
1945
					<xsd:documentation>Allolectotype -- A paralectotype specimen that is the opposite sex of the lectotype. The term is not regulated by the ICZN. [Zoo.]</xsd:documentation>
1946
				</xsd:annotation>
1947
			</xsd:enumeration>
1948
			<xsd:enumeration value="alloneo">
1949
				<xsd:annotation>
1950
					<xsd:documentation>Alloneotype -- A paraneotype specimen that is the opposite sex of the neotype. The term is not regulated by the ICZN. [Zoo.]</xsd:documentation>
1951
				</xsd:annotation>
1952
			</xsd:enumeration>
1953
			<xsd:enumeration value="co">
1954
				<xsd:annotation>
1955
					<xsd:documentation>Cotype -- A deprecated term no longer recognized in the ICZN; formerly used for either syntype or paratype [see ICZN Recommendation 73E]. [Zoo.]</xsd:documentation>
1956
				</xsd:annotation>
1957
			</xsd:enumeration>
1958
			<xsd:enumeration value="epi">
1959
				<xsd:annotation>
1960
					<xsd:documentation>Epitype -- An epitype is a specimen or illustration selected to serve as an interpretative type when any kind of holotype, lectotype, etc. is demonstrably ambiguous and cannot be critically identified for purposes of the precise application of the name of a taxon (see Art. ICBN 9.7, 9.18). An epitype supplements, rather than replaces existing types. [Bot./Bio.]</xsd:documentation>
1961
				</xsd:annotation>
1962
			</xsd:enumeration>
1963
			<xsd:enumeration value="ex">
1964
				<xsd:annotation>
1965
					<xsd:documentation>Ex-Type -- A strain or cultivation derived from some kind of type material. Ex-types are not regulated by the botanical or zoological code. [Zoo./Bot.]</xsd:documentation>
1966
				</xsd:annotation>
1967
			</xsd:enumeration>
1968
			<xsd:enumeration value="exepi">
1969
				<xsd:annotation>
1970
					<xsd:documentation>Ex-Epitype -- A strain or cultivation derived from epitype material. Ex-types are not regulated by the botanical or zoological code. [Bot.]</xsd:documentation>
1971
				</xsd:annotation>
1972
			</xsd:enumeration>
1973
			<xsd:enumeration value="exholo">
1974
				<xsd:annotation>
1975
					<xsd:documentation>Ex-Holotype -- A strain or cultivation derived from holotype material. Ex-types are not regulated by the botanical or zoological code. [Zoo./Bot.]</xsd:documentation>
1976
				</xsd:annotation>
1977
			</xsd:enumeration>
1978
			<xsd:enumeration value="exiso">
1979
				<xsd:annotation>
1980
					<xsd:documentation>Ex-Isotype -- A strain or cultivation derived from isotype material. Ex-types are not regulated by the botanical or zoological code. [Zoo./Bot.]</xsd:documentation>
1981
				</xsd:annotation>
1982
			</xsd:enumeration>
1983
			<xsd:enumeration value="exlecto">
1984
				<xsd:annotation>
1985
					<xsd:documentation>Ex-Lectotype -- A strain or cultivation derived from lectotype material. Ex-types are not regulated by the botanical or zoological code. [Zoo./Bot.]</xsd:documentation>
1986
				</xsd:annotation>
1987
			</xsd:enumeration>
1988
			<xsd:enumeration value="exneo">
1989
				<xsd:annotation>
1990
					<xsd:documentation>Ex-Neotype -- A strain or cultivation derived from neotype material. Ex-types are not regulated by the botanical or zoological code. [Zoo./Bot.]</xsd:documentation>
1991
				</xsd:annotation>
1992
			</xsd:enumeration>
1993
			<xsd:enumeration value="expara">
1994
				<xsd:annotation>
1995
					<xsd:documentation>Ex-Paratype -- A strain or cultivation derived from paratype material. Ex-types are not regulated by the botanical or zoological code. [Zoo./Bot.]</xsd:documentation>
1996
				</xsd:annotation>
1997
			</xsd:enumeration>
1998
			<xsd:enumeration value="exsyn">
1999
				<xsd:annotation>
2000
					<xsd:documentation>Ex-Syntype -- A strain or cultivation derived from neotype material. Ex-types are not regulated by the botanical or zoological code. [Zoo./Bot.]</xsd:documentation>
2001
				</xsd:annotation>
2002
			</xsd:enumeration>
2003
			<xsd:enumeration value="hapanto">
2004
				<xsd:annotation>
2005
					<xsd:documentation>Hapantotype -- One or more preparations of directly related individuals representing distinct stages in the life cycle, which together form the type in an extant species of protistan [ICZN Article 72.5.4]. A hapantotype, while a series of individuals, is a holotype that must not be restricted by lectotype selection. If a hapantotype is found to contain individuals of more than one species, however, components may be excluded until it contains individuals of only one species [ICZN Article 73.3.2]. [Zoo.]</xsd:documentation>
2006
				</xsd:annotation>
2007
			</xsd:enumeration>
2008
			<xsd:enumeration value="holo">
2009
				<xsd:annotation>
2010
					<xsd:documentation>Holotype -- The one specimen or other element used or designated by the original author at the time of publication of the original description as the nomenclatural type of a species or infraspecific taxon. A holotype may be 'explicit' if it is clearly stated in the originating publication or 'implicit' if it is the single specimen proved to have been in the hands of the originating author when the description was published. [Zoo./Bot./Bio.]</xsd:documentation>
2011
				</xsd:annotation>
2012
			</xsd:enumeration>
2013
			<xsd:enumeration value="icono">
2014
				<xsd:annotation>
2015
					<xsd:documentation>Iconotype -- A drawing or photograph (also called 'phototype') of a type specimen. Note: the term "iconotype" is not used in the ICBN, but implicit in, e. g., ICBN Art. 7 and 38. [Zoo./Bot.]</xsd:documentation>
2016
				</xsd:annotation>
2017
			</xsd:enumeration>
2018
			<xsd:enumeration value="iso">
2019
				<xsd:annotation>
2020
					<xsd:documentation>Isotype -- An isotype is any duplicate of the holotype (i. e. part of a single gathering made by a collector at one time, from which the holotype was derived); it is always a specimen (ICBN Art. 7). [Bot.]</xsd:documentation>
2021
				</xsd:annotation>
2022
			</xsd:enumeration>
2023
			<xsd:enumeration value="isolecto">
2024
				<xsd:annotation>
2025
					<xsd:documentation>Isolectotype -- A duplicate of a neotype, compare lectotype. [Bot.]</xsd:documentation>
2026
				</xsd:annotation>
2027
			</xsd:enumeration>
2028
			<xsd:enumeration value="isoneo">
2029
				<xsd:annotation>
2030
					<xsd:documentation>Isoneotype -- A duplicate of a neotype, compare neotype. [Bot.]</xsd:documentation>
2031
				</xsd:annotation>
2032
			</xsd:enumeration>
2033
			<xsd:enumeration value="isosyn">
2034
				<xsd:annotation>
2035
					<xsd:documentation>Isosyntype -- A duplicate of a syntype, compare isotype = duplicate of holotype. [Bot.]</xsd:documentation>
2036
				</xsd:annotation>
2037
			</xsd:enumeration>
2038
			<xsd:enumeration value="lecto">
2039
				<xsd:annotation>
2040
					<xsd:documentation>Lectotype -- A specimen or other element designated subsequent to the publication of the original description from the original material (syntypes or paratypes) to serve as nomenclatural type. Lectotype designation can occur only where no holotype was designated at the time of publication or if it is missing (ICBN Art. 7, ICZN Art. 74). [Zoo./Bot.] -- Note: the BioCode defines lectotype as selection from holotype material in cases where the holotype material contains more than one taxon [Bio.].</xsd:documentation>
2041
				</xsd:annotation>
2042
			</xsd:enumeration>
2043
			<xsd:enumeration value="neo">
2044
				<xsd:annotation>
2045
					<xsd:documentation>Neotype -- A specimen designated as nomenclatural type subsequent to the publication of the original description in cases where the original holotype, lectotype, all paratypes and syntypes are lost or destroyed, or suppressed by the (botanical or zoological) commission on nomenclature. In zoology also called "Standard specimen" or "Representative specimen". [Zoo./Bot./Bio.]</xsd:documentation>
2046
				</xsd:annotation>
2047
			</xsd:enumeration>
2048
			<xsd:enumeration value="para">
2049
				<xsd:annotation>
2050
					<xsd:documentation>Paratype -- All of the specimens in the type series of a species or infraspecific taxon other than the holotype (and, in botany, isotypes). Paratypes must have been at the disposition of the author at the time when the original description was created and must have been designated and indicated in the publication. Judgment must be exercised on paratype status, for only rarely are specimens explicitly cited as paratypes, but usually as "specimens examined," "other material seen", etc. [Zoo./Bot.]</xsd:documentation>
2051
				</xsd:annotation>
2052
			</xsd:enumeration>
2053
			<xsd:enumeration value="paralecto">
2054
				<xsd:annotation>
2055
					<xsd:documentation>Paralectotype -- All of the specimens in the syntype series of a species or infraspecific taxon other than the lectotype itself. Also called "lectoparatype". [Zoo.]</xsd:documentation>
2056
				</xsd:annotation>
2057
			</xsd:enumeration>
2058
			<xsd:enumeration value="paraneo">
2059
				<xsd:annotation>
2060
					<xsd:documentation>Paraneotype -- All of the specimens in the syntype series of a species or infraspecific taxon other than the neotype itself. Also called "neoparatype". [Zoo.]</xsd:documentation>
2061
				</xsd:annotation>
2062
			</xsd:enumeration>
2063
			<xsd:enumeration value="plasto">
2064
				<xsd:annotation>
2065
					<xsd:documentation>Plastotype -- A copy or cast of type material, esp. relevant for fossil types. Not regulated by the botanical or zoological code (?). [Zoo./Bot.]</xsd:documentation>
2066
				</xsd:annotation>
2067
			</xsd:enumeration>
2068
			<xsd:enumeration value="plastoholo">
2069
				<xsd:annotation>
2070
					<xsd:documentation>Plastoholotype -- A copy or cast of holotype material (compare Plastotype).</xsd:documentation>
2071
				</xsd:annotation>
2072
			</xsd:enumeration>
2073
			<xsd:enumeration value="plastoiso">
2074
				<xsd:annotation>
2075
					<xsd:documentation>Plastoisotype -- A copy or cast of isotype material (compare Plastotype).</xsd:documentation>
2076
				</xsd:annotation>
2077
			</xsd:enumeration>
2078
			<xsd:enumeration value="plastolecto">
2079
				<xsd:annotation>
2080
					<xsd:documentation>Plastolectotype -- A copy or cast of lectotype material (compare Plastotype).</xsd:documentation>
2081
				</xsd:annotation>
2082
			</xsd:enumeration>
2083
			<xsd:enumeration value="plastoneo">
2084
				<xsd:annotation>
2085
					<xsd:documentation>Plastoneotype -- A copy or cast of neotype material (compare Plastotype).</xsd:documentation>
2086
				</xsd:annotation>
2087
			</xsd:enumeration>
2088
			<xsd:enumeration value="plastopara">
2089
				<xsd:annotation>
2090
					<xsd:documentation>Plastoparatype -- A copy or cast of paratype material (compare Plastotype).</xsd:documentation>
2091
				</xsd:annotation>
2092
			</xsd:enumeration>
2093
			<xsd:enumeration value="plastosyn">
2094
				<xsd:annotation>
2095
					<xsd:documentation>Plastosyntype -- A copy or cast of syntype material (compare Plastotype).</xsd:documentation>
2096
				</xsd:annotation>
2097
			</xsd:enumeration>
2098
			<xsd:enumeration value="sec">
2099
				<xsd:annotation>
2100
					<xsd:documentation>Secondary type -- A referred, described, measured or figured specimen in the original publication (including a neo/lectotypification publication) that is not a primary type.</xsd:documentation>
2101
				</xsd:annotation>
2102
			</xsd:enumeration>
2103
			<xsd:enumeration value="supp">
2104
				<xsd:annotation>
2105
					<xsd:documentation>Supplementary type -- A referred, described, measured or figured specimen in a revision of a previously described taxon.</xsd:documentation>
2106
				</xsd:annotation>
2107
			</xsd:enumeration>
2108
			<xsd:enumeration value="syn">
2109
				<xsd:annotation>
2110
					<xsd:documentation>Syntypes -- The series of specimens used to describe a species or infraspecific taxon when neither a single holotype by the original author, nor a lectotype in a subsequent publication has been designated. The syntypes collectively constitute the name-bearing type. [Zoo./Bot.]</xsd:documentation>
2111
				</xsd:annotation>
2112
			</xsd:enumeration>
2113
			<xsd:enumeration value="topo">
2114
				<xsd:annotation>
2115
					<xsd:documentation>Topotype -- One or more specimens collected at the same location as the type series (type locality), regardless of whether they are part of the type series. Topotypes are not regulated by the botanical or zoological code. Also called "locotype". [Zoo./Bot.]</xsd:documentation>
2116
				</xsd:annotation>
2117
			</xsd:enumeration>
2118
			<xsd:enumeration value="type">
2119
				<xsd:annotation>
2120
					<xsd:documentation>Type -- a) A specimen designated or indicated any kind of type of a species or infraspecific taxon. If possible more specific type terms (holotype, syntype, etc.) should be applied. b) the type name of a name of higher rank for taxa above the species rank. [General]</xsd:documentation>
2121
				</xsd:annotation>
2122
			</xsd:enumeration>
2123
			<xsd:enumeration value="not">
2124
				<xsd:annotation>
2125
					<xsd:documentation>not a type -- For specimens erroneously labelled as types an explicit negative statement may be desirable. [General]</xsd:documentation>
2126
				</xsd:annotation>
2127
			</xsd:enumeration>
2128
		</xsd:restriction>
2129
	</xsd:simpleType>
2130
	<xsd:simpleType name="NomenclaturalCodesEnum">
2131
		<xsd:annotation>
2132
			<xsd:documentation>Enumeration of the nomenclatural code under which a name is considered valid. (Source: comparison of enumerations in ABCD 1.49 and initial LinneanCore.)</xsd:documentation>
2133
		</xsd:annotation>
2134
		<xsd:restriction base="xsd:Name">
2135
			<xsd:enumeration value="Viral"/>
2136
			<xsd:enumeration value="Bacteriological"/>
2137
			<xsd:enumeration value="Botanical">
2138
				<xsd:annotation>
2139
					<xsd:documentation>International Code of Botanical Nomenclature, ICBN</xsd:documentation>
2140
				</xsd:annotation>
2141
			</xsd:enumeration>
2142
			<xsd:enumeration value="Zoological">
2143
				<xsd:annotation>
2144
					<xsd:documentation>International Code of Zoological Nomenclature, ICZN</xsd:documentation>
2145
				</xsd:annotation>
2146
			</xsd:enumeration>
2147
			<xsd:enumeration value="CultivatedPlant">
2148
				<xsd:annotation>
2149
					<xsd:documentation>International Code of cultivated plants, ICNCP</xsd:documentation>
2150
				</xsd:annotation>
2151
			</xsd:enumeration>
2152
			<xsd:enumeration value="Indeterminate">
2153
				<xsd:annotation>
2154
					<xsd:documentation>Examples: ambiregnally named taxa can not be fixed to a code; to express the (pre-starting point) names on which the sanctioning mechanism of fungal names is based.</xsd:documentation>
2155
				</xsd:annotation>
2156
			</xsd:enumeration>
2157
		</xsd:restriction>
2158
	</xsd:simpleType>
2159
	<xsd:complexType name="NomenclaturalNoteType">
2160
		<xsd:annotation>
2161
			<xsd:documentation> A base object that defines a common structure for a number of elements within TaxonName. </xsd:documentation>
2162
		</xsd:annotation>
2163
		<xsd:sequence>
2164
			<xsd:element name="RuleConsidered" type="xsd:string" minOccurs="0">
2165
				<xsd:annotation>
2166
					<xsd:documentation>The article/note/recommendation in the code in question that is commented on below</xsd:documentation>
2167
				</xsd:annotation>
2168
			</xsd:element>
2169
			<xsd:element name="Note" type="xsd:string" minOccurs="0">
2170
				<xsd:annotation>
2171
					<xsd:documentation> Comment concerning this name. </xsd:documentation>
2172
				</xsd:annotation>
2173
			</xsd:element>
2174
			<xsd:element name="RelatedName" type="ReferenceType" minOccurs="0">
2175
				<xsd:annotation>
2176
					<xsd:documentation> If status is conservation, the rejected name and vice versa, if illegitimate because homonym the earlier homonym, etc. </xsd:documentation>
2177
				</xsd:annotation>
2178
			</xsd:element>
2179
			<xsd:element name="PublishedIn" type="ReferenceType" minOccurs="0">
2180
				<xsd:annotation>
2181
					<xsd:documentation> The publication/reference source used to determine the nomenclatural status. </xsd:documentation>
2182
				</xsd:annotation>
2183
			</xsd:element>
2184
			<xsd:element name="MicroReference" type="xsd:string" minOccurs="0">
2185
				<xsd:annotation>
2186
					<xsd:documentation> Specifies any minor reference parts connected to the According to publication e.g. page number </xsd:documentation>
2187
				</xsd:annotation>
2188
			</xsd:element>
2189
		</xsd:sequence>
2190
	</xsd:complexType>
2191
	<xsd:complexType name="TaxonConceptType" mixed="false">
2192
		<xsd:annotation>
2193
			<xsd:documentation> Representation of a TaxonConcept. Various types of concept can be represented, including a reference to the GUID of an existing Concept.</xsd:documentation>
2194
		</xsd:annotation>
2195
		<xsd:sequence minOccurs="0">
2196
			<xsd:element name="Name">
2197
				<xsd:annotation>
2198
					<xsd:documentation>A non-unique handle to the concept. This can represent the name as published.</xsd:documentation>
2199
				</xsd:annotation>
2200
				<xsd:complexType>
2201
					<xsd:complexContent>
2202
						<xsd:extension base="ReferenceType">
2203
							<xsd:attribute name="scientific" type="xsd:boolean" use="required"/>
2204
							<xsd:attribute name="language" type="xsd:language" use="optional"/>
2205
						</xsd:extension>
2206
					</xsd:complexContent>
2207
				</xsd:complexType>
2208
			</xsd:element>
2209
			<xsd:element name="Rank" type="TaxonomicRank" minOccurs="0">
2210
				<xsd:annotation>
2211
					<xsd:documentation> The taxonomic rank of this concept. Either as a string or as a code for a recognise rank or both. </xsd:documentation>
2212
				</xsd:annotation>
2213
			</xsd:element>
2214
			<xsd:element name="AccordingTo" type="AccordingToType" minOccurs="0">
2215
				<xsd:annotation>
2216
					<xsd:documentation>Information about the authorship of this concept which uses the Name in their sense (i.e. secundum, sensu).</xsd:documentation>
2217
				</xsd:annotation>
2218
			</xsd:element>
2219
			<xsd:element name="TaxonRelationships" minOccurs="0">
2220
				<xsd:annotation>
2221
					<xsd:documentation>Stores explicit, taxonomic and nomenclatural relationships that are part of the original concept definition.</xsd:documentation>
2222
				</xsd:annotation>
2223
				<xsd:complexType>
2224
					<xsd:sequence>
2225
						<xsd:element name="TaxonRelationship" maxOccurs="unbounded">
2226
							<xsd:annotation>
2227
								<xsd:documentation>Type of the relationship </xsd:documentation>
2228
							</xsd:annotation>
2229
							<xsd:complexType>
2230
								<xsd:complexContent>
2231
									<xsd:extension base="RelationshipType">
2232
										<xsd:sequence>
2233
											<xsd:element name="ToTaxonConcept" type="ReferenceType">
2234
												<xsd:annotation>
2235
													<xsd:documentation>Reference to another TaxonConcept.
2236
</xsd:documentation>
2237
												</xsd:annotation>
2238
											</xsd:element>
2239
										</xsd:sequence>
2240
									</xsd:extension>
2241
								</xsd:complexContent>
2242
							</xsd:complexType>
2243
						</xsd:element>
2244
					</xsd:sequence>
2245
				</xsd:complexType>
2246
			</xsd:element>
2247
			<xsd:element name="SpecimenCircumscription" minOccurs="0">
2248
				<xsd:annotation>
2249
					<xsd:documentation>A set of specimens that are used to define the concept.</xsd:documentation>
2250
				</xsd:annotation>
2251
				<xsd:complexType>
2252
					<xsd:sequence>
2253
						<xsd:element name="CircumscribedBy" type="ReferenceType" maxOccurs="unbounded">
2254
							<xsd:annotation>
2255
								<xsd:documentation>Link to record of a specimen. </xsd:documentation>
2256
							</xsd:annotation>
2257
						</xsd:element>
2258
					</xsd:sequence>
2259
				</xsd:complexType>
2260
			</xsd:element>
2261
			<xsd:element name="CharacterCircumscription" type="PlaceholderType" minOccurs="0">
2262
				<xsd:annotation>
2263
					<xsd:documentation>A set of taxonomic descriptions used to define this concept. May potentially hold descriptions according to the TDWG SDD schema, or any other, format.</xsd:documentation>
2264
				</xsd:annotation>
2265
			</xsd:element>
2266
			<xsd:element name="ProviderLink" type="xsd:string" minOccurs="0"/>
2267
			<xsd:element name="ProviderSpecificData" type="PlaceholderType" minOccurs="0">
2268
				<xsd:annotation>
2269
					<xsd:documentation>Mechanism to allow for the extension of the schema for specific applications.</xsd:documentation>
2270
				</xsd:annotation>
2271
			</xsd:element>
2272
		</xsd:sequence>
2273
		<xsd:attribute name="id" type="xsd:token" use="required">
2274
			<xsd:annotation>
2275
				<xsd:documentation>Unique identifier (key) of the element. It can be local to the data set or a GUID in which case it can be resolved to a location on the internet where the record is stored.
2276
</xsd:documentation>
2277
			</xsd:annotation>
2278
		</xsd:attribute>
2279
		<xsd:attribute name="type" use="optional">
2280
			<xsd:annotation>
2281
				<xsd:documentation>The optional enumerated type of the Concept may reflect which data elements are provided.</xsd:documentation>
2282
			</xsd:annotation>
2283
			<xsd:simpleType>
2284
				<xsd:restriction base="xsd:string">
2285
					<xsd:enumeration value="original"/>
2286
					<xsd:enumeration value="revision"/>
2287
					<xsd:enumeration value="incomplete"/>
2288
					<xsd:enumeration value="aggregate"/>
2289
					<xsd:enumeration value="nominal"/>
2290
				</xsd:restriction>
2291
			</xsd:simpleType>
2292
		</xsd:attribute>
2293
		<xsd:attribute name="primary" type="xsd:boolean" use="optional">
2294
			<xsd:annotation>
2295
				<xsd:documentation>If primary='true' the concept is the first level response to a query. If 'false' the concept may be a secondary concept linked directly or indirectly to the definition of a primary concept.</xsd:documentation>
2296
			</xsd:annotation>
2297
		</xsd:attribute>
2298
		<xsd:attribute name="form" use="optional">
2299
			<xsd:annotation>
2300
				<xsd:documentation> Flag as to sexual form or parentage. List of options may extend in future but are mutually exclusive. </xsd:documentation>
2301
			</xsd:annotation>
2302
			<xsd:simpleType>
2303
				<xsd:restriction base="xsd:string">
2304
					<xsd:enumeration value="anamorph"/>
2305
					<xsd:enumeration value="teleomorph"/>
2306
					<xsd:enumeration value="hybrid"/>
2307
				</xsd:restriction>
2308
			</xsd:simpleType>
2309
		</xsd:attribute>
2310
	</xsd:complexType>
2311
</xsd:schema>
(10-10/19)