1 |
808
|
berkley
|
<!--
|
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$'
|
8 |
|
|
'$Date$'
|
9 |
|
|
'$Revision$'
|
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 |
|
|
<!-- EML DTD document that defines the structural
|
26 |
|
|
characteristics of every entity in a dataset. -->
|
27 |
|
|
|
28 |
|
|
<!ENTITY % EntityBase "(identifier+, entityName, entityDescription?,
|
29 |
|
|
temporalCoverage*, geographicCoverage*,taxonomicCoverage*)">
|
30 |
|
|
|
31 |
|
|
|
32 |
|
|
<!ELEMENT table-entity (%EntityBase;, orientation?, caseSensitive?,
|
33 |
|
|
numberOfRecords?)>
|
34 |
|
|
|
35 |
|
|
<!ELEMENT other-entity (%EntityBase;, entityType)>
|
36 |
|
|
|
37 |
|
|
<!-- fields for EntityBase -->
|
38 |
|
|
<!ELEMENT identifier (#PCDATA)>
|
39 |
|
|
|
40 |
|
|
<!ELEMENT entityName (#PCDATA) >
|
41 |
|
|
<!ELEMENT entityDescription (#PCDATA) >
|
42 |
|
|
|
43 |
|
|
<!-- fields for table-entity -->
|
44 |
|
|
<!ELEMENT orientation EMPTY >
|
45 |
|
|
<!ATTLIST orientation columnorrow (columnmajor|rowmajor) "columnmajor">
|
46 |
|
|
<!ELEMENT caseSensitive EMPTY >
|
47 |
|
|
<!ATTLIST caseSensitive yesorno (yes|no) "no">
|
48 |
|
|
<!ELEMENT numberOfRecords (#PCDATA)>
|
49 |
|
|
|
50 |
|
|
<!-- fields for other-entity -->
|
51 |
|
|
<!ELEMENT entityType (#PCDATA)>
|
52 |
|
|
|
53 |
|
|
|
54 |
|
|
<!ELEMENT temporalCoverage (#PCDATA)>
|
55 |
|
|
<!ELEMENT geographicCoverage (#PCDATA)>
|
56 |
|
|
<!ELEMENT taxonomicCoverage (#PCDATA)>
|
57 |
|
|
|
58 |
|
|
<!-- End of file -->
|