Project

General

Profile

1
<?xml version="1.0"?>
2
<!DOCTYPE eml_variable>
3
<!-- '$Id: eml-variable.xml 38 2000-04-13 17:15:18Z jones $' -->
4
<!-- eml document for the NCEAS working group entitled:
5
         Intrinsic and Extrinsic Variability in Community Dynamics
6
          MODULE 4b - CLASS IVb - DATA VARIABLE DESCRIPTORS           
7
--> 
8
<eml_variable>   
9
   <meta_file_id mdatt="junk">NCEAS-0002-variable.xml</meta_file_id>
10
   <variable>
11
     <variable_name>site</variable_name>
12
     <variable_definition>site name</variable_definition>
13
     <storage_type>character</storage_type></variable>
14
     <codedef>
15
        <code>99</code>
16
        <def>Error in the super console</def>
17
     </codedef>
18
   <variable>
19
     <variable_name>lakename</variable_name>
20
     <variable_definition>lake name</variable_definition>
21
     <storage_type>character</storage_type>
22
   </variable>
23
   <variable>
24
     <variable_name>year</variable_name>
25
     <variable_definition>year of data collection, in 19YY format</variable_definition>
26
     <storage_type>integer</storage_type>
27
   </variable>
28
   <variable attrib1="this is an att">
29
     <variable_name>plankton</variable_name>
30
     <variable_definition>number of plankton in samples for that year</variable_definition>
31
     <storage_type>integer</storage_type>
32
   </variable>
33
</eml_variable> 
(12-12/19)