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: berkley $'
8
          '$Date: 2001-07-25 08:57:31 -0700 (Wed, 25 Jul 2001) $'
9
      '$Revision: 808 $'
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
<!ENTITY % responsibleParty "((individualName|organizationName|positionName)+,
27
                             address*, phone*, electronicMailAddress*, 
28
                             onlineLink*, role+)">
29

    
30
<!ELEMENT individualName (salutation*, givenName*, surName)>
31
<!ELEMENT salutation (#PCDATA)>
32
<!ELEMENT givenName (#PCDATA)>
33
<!ELEMENT surName (#PCDATA)>
34

    
35
<!ELEMENT organizationName (#PCDATA)>
36
<!ELEMENT positionName (#PCDATA)>
37

    
38
<!ELEMENT address (deliveryPoint*, city?, administrativeArea?, 
39
                   postalCode?, country?)>
40
<!ELEMENT deliveryPoint (#PCDATA)>
41
<!ELEMENT city (#PCDATA)>
42
<!ELEMENT administrativeArea (#PCDATA)>
43
<!ELEMENT postalCode (#PCDATA)>
44
<!ELEMENT country (#PCDATA)>
45

    
46
<!ELEMENT phone (#PCDATA)>
47
<!ATTLIST phone phonetype CDATA "voice">
48
<!ELEMENT electronicMailAddress (#PCDATA)>
49
<!ELEMENT onlineLink (#PCDATA)>
50

    
51
<!-- Note that the domain for role is not expressed in the DTD -->
52
<!ELEMENT role (#PCDATA)>
53

    
54

    
55
<!-- entity to conglomerate these fields into one name -->
56
<!ENTITY % resbase "(identifier+, shortName?, title+,
57
                     originator+, pubdate?, pubplace?, series?, abstract?, 
58
                     keywordSet*, additionalInfo?, triple*)" >
59

    
60
<!-- common fields -->
61
<!ELEMENT identifier (#PCDATA)>
62
<!ATTLIST identifier system CDATA "">
63
<!ELEMENT shortName (#PCDATA)>
64
<!ELEMENT title (#PCDATA)>
65
<!ELEMENT originator ((%responsibleParty;))>
66
<!ELEMENT pubdate (#PCDATA)>
67
<!ELEMENT pubplace (#PCDATA)>
68
<!ELEMENT series (#PCDATA)>
69
<!ELEMENT abstract (paragraph+)>
70
<!ELEMENT keywordSet (keyword+, keywordThesaurus*)>
71
<!ELEMENT keyword (#PCDATA)>
72
<!ATTLIST keyword keywordType CDATA "">
73
<!ELEMENT keywordThesaurus (#PCDATA)>
74
<!ELEMENT additionalInfo (paragraph+)>
75
<!ELEMENT paragraph (#PCDATA)>
76
<!ELEMENT triple (subject, relationship, object)>
77
<!ELEMENT subject (#PCDATA)>
78
<!ELEMENT relationship (#PCDATA)>
79
<!ELEMENT object (#PCDATA)>
80

    
81

    
82
<!ELEMENT temporalCoverage (#PCDATA)>
83
<!ELEMENT geographicCoverage (#PCDATA)>
84
<!ELEMENT taxonomicCoverage (#PCDATA)>
85

    
86

    
87
<!-- The dataset branch -->
88
<!ELEMENT dataset ((%resbase;), temporalCoverage*, geographicCoverage*,
89
                  taxonomicCoverage* )>
90

    
91
<!-- EOF -->
(5-5/18)