1 |
5111
|
daigle
|
<?xml version="1.0"?>
|
2 |
|
|
<eml:eml
|
3 |
|
|
packageId="eml.1.1" system="knb"
|
4 |
|
|
xmlns:eml="eml://ecoinformatics.org/eml-2.1.0"
|
5 |
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
6 |
|
|
xsi:schemaLocation="eml://ecoinformatics.org/eml-2.1.0 eml.xsd">
|
7 |
|
|
|
8 |
|
|
<!--this document should be valid -->
|
9 |
|
|
<dataset>
|
10 |
|
|
<title>Sample dataset Description</title>
|
11 |
|
|
<creator id="23445" scope="document">
|
12 |
|
|
<individualName>
|
13 |
|
|
<surName>Smith</surName>
|
14 |
|
|
</individualName>
|
15 |
|
|
</creator>
|
16 |
|
|
<creator id="23446" scope="document">
|
17 |
|
|
<individualName>
|
18 |
|
|
<surName>Smith</surName>
|
19 |
|
|
</individualName>
|
20 |
|
|
</creator>
|
21 |
|
|
<additionalInfo><para>My comments go here.</para></additionalInfo>
|
22 |
|
|
<intellectualRights><section><para>Anyone can use it.</para></section>
|
23 |
|
|
</intellectualRights>
|
24 |
|
|
|
25 |
|
|
<distribution>
|
26 |
|
|
<online>
|
27 |
|
|
<connectionDefinition scope="document">
|
28 |
|
|
<schemeName system="CAP">sde</schemeName>
|
29 |
|
|
<description><para>The SDE scheme used at CAP LTER</para></description>
|
30 |
|
|
<parameterDefinition>
|
31 |
|
|
<name>hostname</name>
|
32 |
|
|
<definition>The host</definition>
|
33 |
|
|
<defaultValue>mohave.asu.edu</defaultValue>
|
34 |
|
|
</parameterDefinition>
|
35 |
|
|
<parameterDefinition>
|
36 |
|
|
<name>databaseName</name>
|
37 |
|
|
<definition>The name of the database or catalog</definition>
|
38 |
|
|
</parameterDefinition>
|
39 |
|
|
<parameterDefinition>
|
40 |
|
|
<name>owner</name>
|
41 |
|
|
<definition>The owner catalog</definition>
|
42 |
|
|
<defaultValue>dbo</defaultValue>
|
43 |
|
|
</parameterDefinition>
|
44 |
|
|
</connectionDefinition>
|
45 |
|
|
</online>
|
46 |
|
|
</distribution>
|
47 |
|
|
|
48 |
|
|
<purpose><para>Provide data to the whole world.</para></purpose>
|
49 |
|
|
<contact>
|
50 |
|
|
<individualName>
|
51 |
|
|
<surName>Johnson</surName>
|
52 |
|
|
</individualName>
|
53 |
|
|
</contact>
|
54 |
|
|
<contact>
|
55 |
|
|
<references>23445</references>
|
56 |
|
|
</contact>
|
57 |
|
|
</dataset>
|
58 |
|
|
</eml:eml>
|