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
<!ELEMENT geographicCov (descgeog, bounding, dsgpoly*)>
26
<!ELEMENT temporalCov (sngdate | mdattim | rngdates)>
27
<!ELEMENT taxonomicCov (keywtax+, taxonsys?, taxongen?, taxoncl)>
28
<!ELEMENT coverage (geographicCov, temporalCov, taxonomicCov)>
29
<!ELEMENT begdate (#PCDATA)>
30
<!ELEMENT beggeol (geolage)>
31
<!ELEMENT begtime (#PCDATA)>
32
<!ELEMENT citeinfo (#PCDATA)>
33
<!ELEMENT enddate (#PCDATA)>
34
<!ELEMENT endgeol (geolage)>
35
<!ELEMENT endtime (#PCDATA)>
36
<!ELEMENT geolage (geolscal, geolest, geolun?, geolexpl?, geolcit*)>
37
<!ELEMENT gring (#PCDATA)>
38
<!ELEMENT grngpoin (gringlat, gringlon)>
39
<!ELEMENT mdattim (sngdate+)>
40
<!ELEMENT rngdates ((begdate, begtime?, enddate, endtime?) | (beggeol, endgeol))>
41
<!ELEMENT sngdate ((caldate, time?) | geolage)>
42
<!ELEMENT taxoncl (taxonrn?, taxonrv?, common*, taxoncl*)>
43
<!ELEMENT descgeog (#PCDATA)>
44
<!ELEMENT bounding (westbc, eastbc, northbc, southbc, boundalt?)>
45
<!ELEMENT dsgpoly (dsgpolyo, dsgpolyx*)>
46
<!ELEMENT geolscal (#PCDATA)>
47
<!ELEMENT geolest (#PCDATA)>
48
<!ELEMENT geolun (#PCDATA)>
49
<!ELEMENT geolexpl (#PCDATA)>
50
<!ELEMENT geolcit (citeinfo)>
51
<!ELEMENT gringlat (#PCDATA)>
52
<!ELEMENT gringlon (#PCDATA)>
53
<!ELEMENT caldate (#PCDATA)>
54
<!ELEMENT time (#PCDATA)>
55
<!ELEMENT taxonrn (#PCDATA)>
56
<!ELEMENT taxonrv (#PCDATA)>
57
<!ELEMENT common (#PCDATA)>
58
<!ELEMENT keywtax (taxonkt, taxonkey+)>
59
<!ELEMENT taxonsys (classsys+, idref*, ider+, taxonpro, taxoncom?, vouchers*)>
60
<!ELEMENT taxongen (#PCDATA)>
61
<!ELEMENT westbc (#PCDATA)>
62
<!ELEMENT eastbc (#PCDATA)>
63
<!ELEMENT northbc (#PCDATA)>
64
<!ELEMENT southbc (#PCDATA)>
65
<!ELEMENT boundalt (altmin, almax, altunits)>
66
<!ELEMENT dsgpolyo ((grngpoin, grngpoin, grngpoin, grngpoin+) | gring)>
67
<!ELEMENT dsgpolyx ((grngpoin, grngpoin, grngpoin, grngpoin+) | gring)>
68
<!ELEMENT taxonkt (#PCDATA)>
69
<!ELEMENT taxonkey (#PCDATA)>
70
<!ELEMENT classsys (classcit, classmod?)>
71
<!ELEMENT idref (citeinfo)>
72
<!ELEMENT ider (cntinfo)>
73
<!ELEMENT taxonpro (#PCDATA)>
74
<!ELEMENT taxoncom (#PCDATA)>
75
<!ELEMENT vouchers (specimen, reposit)>
76
<!ELEMENT altmin (#PCDATA)>
77
<!ELEMENT almax (#PCDATA)>
78
<!ELEMENT altunits (#PCDATA)>
79
<!ELEMENT classcit (citeinfo)>
80
<!ELEMENT classmod (#PCDATA)>
81
<!ELEMENT cntinfo (#PCDATA)>
82
<!ELEMENT specimen (#PCDATA)>
83
<!ELEMENT reposit (cntinfo)>
84
<!-- EOF -->
(7-7/27)