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
<!ELEMENT individualName (salutation*, givenName*, surName)>
27
<!ELEMENT salutation (#PCDATA)>
28
<!ELEMENT givenName (#PCDATA)>
29
<!ELEMENT surName (#PCDATA)>
30

    
31
<!ELEMENT organizationName (#PCDATA)>
32
<!ELEMENT positionName (#PCDATA)>
33

    
34
<!ELEMENT address (deliveryPoint*, city?, administrativeArea?, 
35
                   postalCode?, country?)>
36
<!ELEMENT deliveryPoint (#PCDATA)>
37
<!ELEMENT city (#PCDATA)>
38
<!ELEMENT administrativeArea (#PCDATA)>
39
<!ELEMENT postalCode (#PCDATA)>
40
<!ELEMENT country (#PCDATA)>
41

    
42
<!ELEMENT phone (#PCDATA)>
43
<!ATTLIST phone phonetype CDATA "voice">
44
<!ELEMENT electronicMailAddress (#PCDATA)>
45
<!ELEMENT onlineLink (#PCDATA)>
46

    
47
<!-- Note that the domain for role is not expressed in the DTD -->
48
<!ELEMENT role (#PCDATA)>
49

    
50

    
51
<!-- entity to conglomerate these fields into one name -->
52
<!ELEMENT role (#PCDATA)>
53

    
54
<!-- common fields -->
55
<!ELEMENT identifier (#PCDATA)>
56
<!ATTLIST identifier system CDATA "">
57
<!ELEMENT shortName (#PCDATA)>
58
<!ELEMENT title (#PCDATA)>
59
<!ELEMENT originator ((individualName|organizationName|positionName)+,
60
                             address*, phone*, electronicMailAddress*, 
61
                             onlineLink*, role+)>
62
<!ELEMENT pubdate (#PCDATA)>
63
<!ELEMENT pubplace (#PCDATA)>
64
<!ELEMENT series (#PCDATA)>
65
<!ELEMENT abstract (paragraph+)>
66
<!ELEMENT keywordSet (keyword+, keywordThesaurus*)>
67
<!ELEMENT keyword (#PCDATA)>
68
<!ATTLIST keyword keywordType CDATA "">
69
<!ELEMENT keywordThesaurus (#PCDATA)>
70
<!ELEMENT additionalInfo (paragraph+)>
71
<!ELEMENT paragraph (#PCDATA)>
72
<!ELEMENT rights (paragraph+)>
73
<!ELEMENT triple (subject, relationship, object)>
74
<!ELEMENT subject (#PCDATA)>
75
<!ELEMENT relationship (#PCDATA)>
76
<!ELEMENT object (#PCDATA)>
77

    
78

    
79
<!-- The literature branch -->
80
<!ELEMENT citation (identifier+, shortName?, title+,
81
                     originator+, pubdate?, pubplace?, series?, abstract?, 
82
                     keywordSet*, additionalInfo?, rights*, triple*,
83
 ISBN?, ISSN?, (article | book | chapter | manuscript | report | thesis))>
84
<!ELEMENT ISBN (#PCDATA)>
85
<!ELEMENT ISSN (#PCDATA)>
86
<!ELEMENT article (jounal, volume, issue?, pageRange)>
87
<!ELEMENT book (edition?, totalPages?, totalFigures?, totalTables?, volume?)>
88
<!ELEMENT chapter (chapterNumber?, bookEditor, bookTitle, publisher, pageRange?, edition?, volume?)>
89
<!ELEMENT manuscript (pubInfo, Location)>
90
<!ELEMENT report (institution, reportNumber)>
91
<!ELEMENT thesis (degree, pubInfo, totalPages, degreeInstitution)>
92
<!ELEMENT jounal (#PCDATA)>
93
<!ELEMENT volume (#PCDATA)>
94
<!ELEMENT issue (#PCDATA)>
95
<!ELEMENT pageRange (#PCDATA)>
96
<!ELEMENT edition (#PCDATA)>
97
<!ELEMENT totalPages (#PCDATA)>
98
<!ELEMENT totalFigures (#PCDATA)>
99
<!ELEMENT totalTables (#PCDATA)>
100
<!ELEMENT chapterNumber (#PCDATA)>
101
<!ELEMENT bookEditor (#PCDATA)>
102
<!ELEMENT bookTitle (#PCDATA)>
103
<!ELEMENT publisher (#PCDATA)>
104
<!ELEMENT pubInfo ((individualName|organizationName|positionName)+,
105
                             address*, phone*, electronicMailAddress*, 
106
                             onlineLink*, role+)>
107
<!ELEMENT Location (#PCDATA)>
108
<!ELEMENT institution ((individualName|organizationName|positionName)+,
109
                             address*, phone*, electronicMailAddress*, 
110
                             onlineLink*, role+)>
111
<!ELEMENT reportNumber (#PCDATA)>
112
<!ELEMENT degree (#PCDATA)>
113
<!ELEMENT degreeInstitution (#PCDATA)>
114
<!-- EOF -->
(8-8/12)