1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
<xs:schema
|
3
|
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
4
|
xmlns="eml://ecoinformatics.org/documentation-2.0.1"
|
5
|
xmlns:txt="eml://ecoinformatics.org/text-2.0.1"
|
6
|
targetNamespace="eml://ecoinformatics.org/documentation-2.0.1">
|
7
|
<xs:import namespace="eml://ecoinformatics.org/text-2.0.1"
|
8
|
schemaLocation="eml-text.xsd"/>
|
9
|
<xs:annotation>
|
10
|
<xs:documentation>
|
11
|
'$RCSfile: eml-documentation.xsd,v $'
|
12
|
Copyright: 1997-2002 Regents of the University of California,
|
13
|
University of New Mexico, and
|
14
|
Arizona State University
|
15
|
Sponsors: National Center for Ecological Analysis and Synthesis and
|
16
|
Partnership for Interdisciplinary Studies of Coastal Oceans,
|
17
|
University of California Santa Barbara
|
18
|
Long-Term Ecological Research Network Office,
|
19
|
University of New Mexico
|
20
|
Center for Environmental Studies, Arizona State University
|
21
|
Other funding: National Science Foundation (see README for details)
|
22
|
The David and Lucile Packard Foundation
|
23
|
For Details: http://knb.ecoinformatics.org/
|
24
|
|
25
|
'$Author: jones $'
|
26
|
'$Date: 2003/11/06 20:15:20 $'
|
27
|
'$Revision: 1.22 $'
|
28
|
|
29
|
This program is free software; you can redistribute it and/or modify
|
30
|
it under the terms of the GNU General Public License as published by
|
31
|
the Free Software Foundation; either version 2 of the License, or
|
32
|
(at your option) any later version.
|
33
|
|
34
|
This program is distributed in the hope that it will be useful,
|
35
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
36
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
37
|
GNU General Public License for more details.
|
38
|
|
39
|
You should have received a copy of the GNU General Public License
|
40
|
along with this program; if not, write to the Free Software
|
41
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
42
|
</xs:documentation>
|
43
|
</xs:annotation>
|
44
|
<xs:element name="moduleDocs">
|
45
|
<xs:complexType>
|
46
|
<xs:sequence>
|
47
|
<xs:element name="moduleName" type="xs:string"/>
|
48
|
<xs:element name="moduleDescription" type="txt:TextType"/>
|
49
|
<xs:element name="recommendedUsage" type="xs:string"/>
|
50
|
<xs:element name="standAlone" type="xs:string"/>
|
51
|
</xs:sequence>
|
52
|
</xs:complexType>
|
53
|
</xs:element>
|
54
|
<xs:element name="tooltip" type="xs:string"/>
|
55
|
<xs:element name="summary" type="xs:string"/>
|
56
|
<xs:element name="description" type="txt:TextType"/>
|
57
|
<xs:element name="example" type="txt:TextType"/>
|
58
|
<xs:element name="lineage" type="xs:string"/>
|
59
|
<xs:element name="module" type="xs:string"/>
|
60
|
</xs:schema>
|