1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
<!-- ==================================================================== -->
|
3
|
<!-- Introduction -->
|
4
|
<!-- ==================================================================== -->
|
5
|
<!-- Schema to declare an abstract data element for use in substitution -->
|
6
|
<!-- groups so that arbitrary lists of elements so derived can be used to -->
|
7
|
<!-- compose a record. For example, see DarwinRecord.xsd -->
|
8
|
<!-- History: -->
|
9
|
<!-- version 0.5 2007-02-14 Renato De Giovanni, John Wieczorek -->
|
10
|
<!-- Status: -->
|
11
|
<!-- Ready for testing. -->
|
12
|
<!-- See http://wiki.tdwg.org for current status of this standard -->
|
13
|
|
14
|
<!-- ==================================================================== -->
|
15
|
<!-- Schema -->
|
16
|
<!-- ==================================================================== -->
|
17
|
<xs:schema
|
18
|
targetNamespace="http://rs.tdwg.org/dwc/dwelement"
|
19
|
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
20
|
elementFormDefault="qualified" version="0.5">
|
21
|
|
22
|
<!-- ============================================================== -->
|
23
|
<!-- Elements -->
|
24
|
<!-- ============================================================== -->
|
25
|
<xs:element name="dwElement" abstract="true"/>
|
26
|
<xs:annotation>
|
27
|
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/DarwinElement" xml:lang="en"/>
|
28
|
</xs:annotation>
|
29
|
|
30
|
</xs:schema>
|