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-distribution (identifier, distributorFormat+, distributor*, digitalTransfer*)>
|
27 |
|
|
<!-- File identifier of the metadata document -->
|
28 |
|
|
<!ELEMENT identifier (#PCDATA)>
|
29 |
|
|
<!ATTLIST identifier
|
30 |
|
|
system CDATA #IMPLIED
|
31 |
|
|
>
|
32 |
|
|
<!ELEMENT distributorFormat (formatName+, formatVersion+, formatSpec*, compressionType*, distributionFormat*)>
|
33 |
|
|
<!ELEMENT formatName (#PCDATA)>
|
34 |
|
|
<!ELEMENT formatVersion (#PCDATA)>
|
35 |
|
|
<!ELEMENT formatSpec (#PCDATA)>
|
36 |
|
|
<!ELEMENT compressionType (#PCDATA)>
|
37 |
|
|
<!ELEMENT distributionFormat (#PCDATA)>
|
38 |
|
|
<!ELEMENT distributor (contact+, standardOrderProcess*, distributorFormat*)>
|
39 |
|
|
<!ELEMENT contact ((individualName|organizationName|positionName),
|
40 |
|
|
address*, phone*, electronicMailAddress*,
|
41 |
|
|
onlineLink*, role+)>
|
42 |
|
|
<!ELEMENT standardOrderProcess (fees*, dateTimeAvailable*, orderingInstructions*, turnaround*)>
|
43 |
|
|
<!ELEMENT fees (#PCDATA)>
|
44 |
|
|
<!ELEMENT dateTimeAvailable (#PCDATA)>
|
45 |
|
|
<!-- date/time -->
|
46 |
|
|
<!ELEMENT orderingInstructions (#PCDATA)>
|
47 |
|
|
<!ELEMENT turnaround (#PCDATA)>
|
48 |
|
|
<!ELEMENT digitalTransfer (distributionUnits?, transferSize?, onLine*, offLineResource*)>
|
49 |
|
|
<!ELEMENT distributionUnits (#PCDATA)>
|
50 |
|
|
<!ELEMENT transferSize (#PCDATA)>
|
51 |
|
|
<!ELEMENT onLine (#PCDATA)>
|
52 |
|
|
<!-- from iso-party.dtd -->
|
53 |
|
|
<!ELEMENT offLineResource (medium+)>
|
54 |
|
|
<!ELEMENT medium (medName?, medDensity?, medDensityUnits?, medVol?, medFormat*, medNote?)>
|
55 |
|
|
<!ELEMENT medName (#PCDATA)>
|
56 |
|
|
<!ELEMENT medDensity (#PCDATA)>
|
57 |
|
|
<!ELEMENT medDensityUnits (#PCDATA)>
|
58 |
|
|
<!ELEMENT medVol (#PCDATA)>
|
59 |
|
|
<!ELEMENT medFormat (#PCDATA)>
|
60 |
|
|
<!-- code list from B.6.23 -->
|
61 |
|
|
<!ELEMENT medNote (#PCDATA)>
|
62 |
|
|
|
63 |
|
|
<!--from eml-party-2.0-->
|
64 |
|
|
<!ELEMENT individualName (salutation*, givenName*, surName)>
|
65 |
|
|
<!ELEMENT salutation (#PCDATA)>
|
66 |
|
|
<!ELEMENT givenName (#PCDATA)>
|
67 |
|
|
<!ELEMENT surName (#PCDATA)>
|
68 |
|
|
<!ELEMENT organizationName (#PCDATA)>
|
69 |
|
|
<!ELEMENT positionName (#PCDATA)>
|
70 |
|
|
<!ELEMENT address (deliveryPoint*, city?, administrativeArea?, postalCode?, country?)>
|
71 |
|
|
<!ELEMENT deliveryPoint (#PCDATA)>
|
72 |
|
|
<!ELEMENT city (#PCDATA)>
|
73 |
|
|
<!ELEMENT administrativeArea (#PCDATA)>
|
74 |
|
|
<!ELEMENT postalCode (#PCDATA)>
|
75 |
|
|
<!ELEMENT country (#PCDATA)>
|
76 |
|
|
<!ELEMENT phone (#PCDATA)>
|
77 |
|
|
<!ATTLIST phone
|
78 |
|
|
phonetype CDATA "voice"
|
79 |
|
|
>
|
80 |
|
|
<!ELEMENT electronicMailAddress (#PCDATA)>
|
81 |
|
|
<!ELEMENT onlineLink (#PCDATA)>
|
82 |
|
|
<!-- Note that the domain for role is not expressed in the DTD -->
|
83 |
|
|
<!ELEMENT role (#PCDATA)>
|
84 |
|
|
<!-- EOF -->
|