Bug #3465 ยป obrien.1.xml
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<eml:eml packageId="" system="" xmlns:eml="eml://ecoinformatics.org/eml-2.0.1" xmlns:ds="eml://ecoinformatics.org/dataset-2.0.1" xmlns:doc="eml://ecoinformatics.org/documentation-2.0.1" xmlns:cit="eml://ecoinformatics.org/literature-2.0.1" xmlns:prot="eml://ecoinformatics.org/protocol-2.0.1" xmlns:res="eml://ecoinformatics.org/resource-2.0.1" xmlns:sw="eml://ecoinformatics.org/software-2.0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="eml://ecoinformatics.org/eml-2.0.1 |
3 |
Z:\eml\eml.xsd"> |
4 |
<dataset>
|
5 |
<title>Sample datset for testing inline</title> |
6 |
<creator id="23445" scope="document"> |
7 |
<individualName>
|
8 |
<surName>Smith</surName> |
9 |
</individualName>
|
10 |
</creator>
|
11 |
<additionalInfo><para>My comments go here.</para></additionalInfo> |
12 |
<intellectualRights><section><para>Anyone can use it.</para></section> |
13 |
</intellectualRights>
|
14 |
<distribution>
|
15 |
<inline>
|
16 |
<script>
|
17 |
<![CDATA[
|
18 |
function matchwo(a,b)
|
19 |
{
|
20 |
if (a < b && a < 0) then
|
21 |
{
|
22 |
return 1;
|
23 |
}
|
24 |
else
|
25 |
{
|
26 |
return 0;
|
27 |
}
|
28 |
}
|
29 |
]]>
|
30 |
</script>
|
31 |
</inline>
|
32 |
</distribution>
|
33 |
<purpose><para>Provide data to the whole world.</para></purpose> |
34 |
<contact>
|
35 |
<individualName>
|
36 |
<surName>Johnson</surName> |
37 |
</individualName>
|
38 |
</contact>
|
39 |
<contact>
|
40 |
<references>23445</references> |
41 |
</contact>
|
42 |
<access authSystem="knb" order="allowFirst" scope="document"> |
43 |
<allow>
|
44 |
<principal>uid=mobrien,o=LTER,dc=ecoinformatics,dc=org</principal> |
45 |
<permission>all</permission> |
46 |
</allow>
|
47 |
<allow>
|
48 |
<principal>public</principal> |
49 |
<permission>read</permission> |
50 |
</allow>
|
51 |
</access>
|
52 |
|
53 |
|
54 |
</dataset>
|
55 |
</eml:eml>
|
56 |
|