Project

General

Profile

1 853 jones
<!--
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
26
<!ELEMENT eml-protocol (identifier+, protocol+)>
27
<!ELEMENT identifier (#PCDATA)>
28
<!ATTLIST identifier system CDATA #IMPLIED>
29
<!ELEMENT protocol (method*, processingStep*, qualityControl*)>
30
<!ELEMENT method (paragraph*, citation*)>
31
<!ELEMENT processingStep (paragraph*, citation*)>
32
<!ELEMENT qualityControl (paragraph*, citation*)>
33
<!ELEMENT paragraph (#PCDATA)>
34
35
<!ELEMENT individualName (salutation*, givenName*, surName)>
36
<!ELEMENT salutation (#PCDATA)>
37
<!ELEMENT givenName (#PCDATA)>
38
<!ELEMENT surName (#PCDATA)>
39
40
<!ELEMENT organizationName (#PCDATA)>
41
<!ELEMENT positionName (#PCDATA)>
42
43
<!ELEMENT address (deliveryPoint*, city?, administrativeArea?,
44
                   postalCode?, country?)>
45
<!ELEMENT deliveryPoint (#PCDATA)>
46
<!ELEMENT city (#PCDATA)>
47
<!ELEMENT administrativeArea (#PCDATA)>
48
<!ELEMENT postalCode (#PCDATA)>
49
<!ELEMENT country (#PCDATA)>
50
51
<!ELEMENT phone (#PCDATA)>
52
<!ATTLIST phone phonetype CDATA "voice">
53
<!ELEMENT electronicMailAddress (#PCDATA)>
54
<!ELEMENT onlineLink (#PCDATA)>
55
56
<!-- Note that the domain for role is not expressed in the DTD -->
57
<!ELEMENT role (#PCDATA)>
58
59
60
<!-- entity to conglomerate these fields into one name -->
61
<!ELEMENT role (#PCDATA)>
62
63
<!-- common fields -->
64
<!ELEMENT shortName (#PCDATA)>
65
<!ELEMENT title (#PCDATA)>
66
<!ELEMENT originator ((individualName|organizationName|positionName)+,
67
                             address*, phone*, electronicMailAddress*,
68
                             onlineLink*, role+)>
69
<!ELEMENT pubdate (#PCDATA)>
70
<!ELEMENT pubplace (#PCDATA)>
71
<!ELEMENT series (#PCDATA)>
72
<!ELEMENT abstract (paragraph+)>
73
<!ELEMENT keywordSet (keyword+, keywordThesaurus*)>
74
<!ELEMENT keyword (#PCDATA)>
75
<!ATTLIST keyword keywordType CDATA "">
76
<!ELEMENT keywordThesaurus (#PCDATA)>
77
<!ELEMENT additionalInfo (paragraph+)>
78
<!ELEMENT paragraph (#PCDATA)>
79
<!ELEMENT rights (paragraph+)>
80
<!ELEMENT triple (subject, relationship, object)>
81
<!ELEMENT subject (#PCDATA)>
82
<!ELEMENT relationship (#PCDATA)>
83
<!ELEMENT object (#PCDATA)>
84
85
<!-- The literature branch -->
86
87
<!ELEMENT citation (identifier+, shortName?, title+,
88
                     originator+, pubdate?, pubplace?, series?, abstract?,
89
                     keywordSet*, additionalInfo?, rights*, triple*,
90
 ISBN?, ISSN?, (article | book | chapter | manuscript | report | thesis))>
91
<!ELEMENT ISBN (#PCDATA)>
92
<!ELEMENT ISSN (#PCDATA)>
93
<!ELEMENT article (jounal, volume, issue?, pageRange)>
94
<!ELEMENT book (edition?, totalPages?, totalFigures?, totalTables?, volume?)>
95
<!ELEMENT chapter (chapterNumber?, bookEditor, bookTitle, publisher, pageRange?, edition?, volume?)>
96
<!ELEMENT manuscript (pubInfo, Location)>
97
<!ELEMENT report (institution, reportNumber)>
98
<!ELEMENT thesis (degree, pubInfo, totalPages, degreeInstitution)>
99
<!ELEMENT jounal (#PCDATA)>
100
<!ELEMENT volume (#PCDATA)>
101
<!ELEMENT issue (#PCDATA)>
102
<!ELEMENT pageRange (#PCDATA)>
103
<!ELEMENT edition (#PCDATA)>
104
<!ELEMENT totalPages (#PCDATA)>
105
<!ELEMENT totalFigures (#PCDATA)>
106
<!ELEMENT totalTables (#PCDATA)>
107
<!ELEMENT chapterNumber (#PCDATA)>
108
<!ELEMENT bookEditor (#PCDATA)>
109
<!ELEMENT bookTitle (#PCDATA)>
110
<!ELEMENT publisher (#PCDATA)>
111
<!ELEMENT pubInfo (#PCDATA)>
112
<!ELEMENT Location (#PCDATA)>
113
<!ELEMENT institution (#PCDATA)>
114
<!ELEMENT reportNumber (#PCDATA)>
115
<!ELEMENT degree (#PCDATA)>
116
<!ELEMENT degreeInstitution (#PCDATA)>
117
118
<!-- EOF -->