Project

General

Profile

1
<!--         
2
       '$RCSfile$'
3
       Copyright: 2000 Regents of the University of California and the
4
                  National Center for Ecological Analysis and Synthesis
5
     For Details: http://knb.ecoinformatics.org/
6

    
7
        '$Author: jones $'
8
          '$Date: 2001-10-22 09:46:55 -0700 (Mon, 22 Oct 2001) $'
9
      '$Revision: 853 $'
10

    
11
    This program is free software; you can redistribute it and/or modify
12
    it under the terms of the GNU General Public License as published by
13
    the Free Software Foundation; either version 2 of the License, or
14
    (at your option) any later version.
15

    
16
    This program is distributed in the hope that it will be useful,
17
    but WITHOUT ANY WARRANTY; without even the implied warranty of
18
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19
    GNU General Public License for more details.
20

    
21
    You should have received a copy of the GNU General Public License
22
    along with this program; if not, write to the Free Software
23
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
24
-->
25

    
26
<!--eml-coverage--> 
27
<!--
28
<!ELEMENT temporalCov (#PCDATA)>
29
-->
30
<!ELEMENT temporalCov (sngdate | mdattim | rngdates)>
31
<!ELEMENT sngdate ((caldate, time?) | geolage)>
32
<!ELEMENT geolage (geolscal, geolest, geolun?, geolexpl?, geolcit*)>
33
<!ELEMENT caldate (#PCDATA)>
34
<!ELEMENT time (#PCDATA)>
35
<!ELEMENT begdate (#PCDATA)>
36
<!ELEMENT beggeol (geolage)>
37
<!ELEMENT begtime (#PCDATA)>
38
<!ELEMENT enddate (#PCDATA)>
39
<!ELEMENT endgeol (geolage)>
40
<!ELEMENT endtime (#PCDATA)>
41
<!ELEMENT mdattim (sngdate+)>
42
<!ELEMENT rngdates ((begdate, begtime?, enddate, endtime?) | (beggeol, endgeol))>
43
<!ELEMENT geolscal (#PCDATA)>
44
<!ELEMENT geolest (#PCDATA)>
45
<!ELEMENT geolun (#PCDATA)>
46
<!ELEMENT geolexpl (#PCDATA)>
47
<!ELEMENT geolcit (citeinfo)>
48
<!ELEMENT citeinfo (#PCDATA)> 
49

    
50

    
51

    
52
<!ELEMENT geographicCov (descgeog, bounding, dsgpoly*)>
53
<!ELEMENT descgeog (#PCDATA)>
54
<!ELEMENT bounding (westbc, eastbc, northbc, southbc, boundalt?)>
55
<!ELEMENT dsgpoly (dsgpolyo, dsgpolyx*)>
56
<!ELEMENT gring (#PCDATA)>
57
<!ELEMENT grngpoin (gringlat, gringlon)>
58
<!ELEMENT gringlat (#PCDATA)>
59
<!ELEMENT gringlon (#PCDATA)>
60
<!ELEMENT westbc (#PCDATA)>
61
<!ELEMENT eastbc (#PCDATA)>
62
<!ELEMENT northbc (#PCDATA)>
63
<!ELEMENT southbc (#PCDATA)>
64
<!ELEMENT boundalt (altmin, almax, altunits)>
65
<!ELEMENT dsgpolyo (grngpoin+ | gring)>
66
<!ELEMENT dsgpolyx (grngpoin+ | gring)>  
67

    
68
<!ELEMENT altmin (#PCDATA)>
69
<!ELEMENT almax (#PCDATA)>
70
<!ELEMENT altunits (#PCDATA)>
71

    
72

    
73
<!--end eml-coverage-->
74

    
75
<!--eml-party-->
76

    
77
<!ELEMENT individualName (salutation*, givenName*, surName)>
78
<!ELEMENT salutation (#PCDATA)>
79
<!ELEMENT givenName (#PCDATA)>
80
<!ELEMENT surName (#PCDATA)> 
81

    
82

    
83
<!ELEMENT organizationName (#PCDATA)>
84
<!ELEMENT positionName (#PCDATA)>
85
<!ELEMENT address (deliveryPoint*, city?, administrativeArea?, postalCode?, country?)>
86
<!ELEMENT deliveryPoint (#PCDATA)>
87
<!ELEMENT city (#PCDATA)>
88
<!ELEMENT administrativeArea (#PCDATA)>
89
<!ELEMENT postalCode (#PCDATA)>
90
<!ELEMENT country (#PCDATA)>
91
<!ELEMENT phone (#PCDATA)>
92
<!ATTLIST phone
93
  phonetype CDATA "voice"
94
>
95
<!ELEMENT electronicMailAddress (#PCDATA)>
96
<!ELEMENT onlineLink (#PCDATA)>
97

    
98
<!ELEMENT role (#PCDATA)>      
99

    
100
<!--end eml-party-->
101

    
102
<!--eml-protocol-->
103
<!ELEMENT protocol (method*, processingStep*, qualityControl*)>
104
<!ELEMENT method (paragraph*, citation*)>
105
<!ELEMENT processingStep (paragraph*, citation*)>
106
<!ELEMENT qualityControl (paragraph*, citation*)>
107
<!ELEMENT paragraph (#PCDATA)>
108
<!--end eml-protocol-->
109

    
110
<!--eml-literature-->
111
<!--
112
<!ELEMENT citation (#PCDATA)> 
113
-->
114

    
115
<!ELEMENT citation ((individualName|organizationName|positionName),
116
                             address*, phone*, electronicMailAddress*, 
117
                             onlineLink*, role+, ISBN?, ISSN?, 
118
                             (article | book | chapter | manuscript | report | thesis))>
119
<!ELEMENT ISBN (#PCDATA)>
120
<!ELEMENT ISSN (#PCDATA)>
121
<!ELEMENT article (jounal, volume, issue?, pageRange)>
122
<!ELEMENT book (edition?, totalPages?, totalFigures?, totalTables?, volume?)>
123
<!ELEMENT chapter (chapterNumber?, bookEditor, bookTitle, publisher, pageRange?, 
124
                   edition?, volume?)>
125
<!ELEMENT manuscript (pubInfo, Location)>
126
<!ELEMENT report (institution, reportNumber)>
127
<!ELEMENT thesis (degree, pubInfo, totalPages, degreeInstitution)>
128
<!ELEMENT jounal (#PCDATA)>
129
<!ELEMENT volume (#PCDATA)>
130
<!ELEMENT issue (#PCDATA)>
131
<!ELEMENT pageRange (#PCDATA)>
132
<!ELEMENT edition (#PCDATA)>
133
<!ELEMENT totalPages (#PCDATA)>
134
<!ELEMENT totalFigures (#PCDATA)>
135
<!ELEMENT totalTables (#PCDATA)>
136
<!ELEMENT chapterNumber (#PCDATA)>
137
<!ELEMENT bookEditor (#PCDATA)>
138
<!ELEMENT bookTitle (#PCDATA)>
139
<!ELEMENT publisher (#PCDATA)>
140
<!ELEMENT pubInfo ((individualName|organizationName|positionName),
141
                             address*, phone*, electronicMailAddress*, 
142
                             onlineLink*, role+)>
143
<!ELEMENT Location (#PCDATA)>
144
<!ELEMENT institution ((individualName|organizationName|positionName),
145
                             address*, phone*, electronicMailAddress*, 
146
                             onlineLink*, role+)>
147
<!ELEMENT reportNumber (#PCDATA)>
148
<!ELEMENT degree (#PCDATA)>
149
<!ELEMENT degreeInstitution (#PCDATA)> 
150

    
151
<!--end eml-literature-->
152

    
153
<!-- The root element, which represents the research project 
154
     employed by the researchers who created this dataset -->
155
<!ELEMENT eml-project (identifier, researchProject+)>
156
<!-- Research project descriptor -->
157
<!ELEMENT researchProject (title+, originator+, temporalCov*, objectives?, 
158
          abstract?, funding?, siteDescription*, designDescription*, 
159
          protocol*, staff*, researchProject*)>
160
<!ELEMENT title (#PCDATA)>
161
<!ELEMENT originator ((individualName|organizationName|positionName)+,
162
                             address*, phone*, electronicMailAddress*, 
163
                             onlineLink*, role+)>
164
<!ELEMENT identifier (#PCDATA)>
165
<!ELEMENT abstract (#PCDATA)>
166
<!-- Scope and purpose of the research project -->
167
<!ELEMENT objectives (paragraph+)>
168
<!-- Grant and contract numbers, names and addresses of funding sources -->
169
<!ELEMENT funding (paragraph+)>
170
<!-- Site description -->
171
<!ELEMENT siteDescription (paragraph*, siteType?, geography?, habitat?, geology?, 
172
          hydrology?, history?, climate?)>
173
<!-- Site type - description, e.g., short-grass prairie, blackwater stream, etc. -->
174
<!ELEMENT siteType (paragraph+)>
175
<!-- Location and size -->
176
<!ELEMENT geography (geographicCov*, paragraph*, citation*)>
177
<!-- Detailed characteristics of habitat sampled -->
178
<!ELEMENT habitat (paragraph*, citation*)>
179
<!-- Geology and Landform -->
180
<!ELEMENT geology (paragraph*, citation*)>
181
<!-- Hydrology -->
182
<!ELEMENT hydrology (paragraph*, citation*)>
183
<!-- Site history -->
184
<!ELEMENT history (paragraph*, citation*)>
185
<!-- Site climatic characteristics -->
186
<!ELEMENT climate (paragraph*, citation*)>
187
<!-- Experimental or Sampling design -->
188
<!ELEMENT designDescription (protocol*, sampling*, paragraph*, citation*)>
189

    
190

    
191
<!-- Information necessary to understand temporal sampling regime -->
192
<!ELEMENT sampling (temporalCov*, frequency?, paragraph*, citation*)>
193
<!-- Frequency or period of data collection -->
194
<!ELEMENT frequency (#PCDATA)>
195
<!-- Project Personell -->
196
<!ELEMENT staff ((individualName|organizationName|positionName),
197
                             address*, phone*, electronicMailAddress*, 
198
                             onlineLink*, role+)>
199
<!-- End of file -->
(10-10/12)