The sample EML for a data set produced by a sensor for timestamp ts1 and ts2
eml_site(x)_logger(y)_sensor(z)_ts1-ts2.xml
—
Extensible Markup Language (XML),
4Kb
File contents
<?xml version="1.0" encoding="UTF-8"?>
<!-- how to get packageId -->
<eml:eml
packageId="reap.44.1" scope="system" system="knb"
xmlns:eml="eml://ecoinformatics.org/eml-2.0.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="eml://ecoinformatics.org/eml-2.0.1 eml.xsd">
<dataset>
<title>Dataset for sensor:"sensorName" at site:"siteName" for time period "x" and "y" </title>
<creator>
<organizationName>REAP</organizationName>
<onlineUrl>http://reap.ecoinformatics.org/</onlineUrl>
</creator>
<contact>
<positionName>REAP Data Manager</positionName>
<organizationName>NCEAS</organizationName>
<electronicMailAddress>dataManager@reap.ecoinformatics.org/</electronicMailAddress>
<onlineUrl>http://reap.ecoinformatics.org/</onlineUrl>
</contact>
<abstract>
<para>This metadata record describes the dataset for sensor "sensorName" located at site "siteName"
for the time period "x" and "y".
</abstract>
<keywordSet>
<keyword>NCEAS</keyword>
<keyword>REAP</keyword>
</keywordSet>
<coverage>
<temporalCoverage>
<rangeOfDates>
<beginDate>
<calendarDate>2010-10-20</calendarDate>
<time>17:00:00.00Z</time>
</beginDate>
<endDate>
<calendarDate>2010-10-20</calendarDate>
<time>17::20.00Z</time>
</endDate>
</rangeOfDates>
</temporalCoverage>
</coverage>
<dataTable>
<entityName>siteName_dataLogger_sensorName_2010120_170000-20101020_1701000.txt</entityName>
<entityDescription>Dataset for sensor:"sensorName" at site:"siteName" for timeperiod between "x" and "y"</entityDescription>
<physical>
<objectName>siteName_dataLogger_sensorName_2010120_170000-20101020_1701000</objectName>
<size unit="bytes">1404825</size>
<characterEncoding>ASCII</characterEncoding>
<dataFormat>
<textFormat>
<numHeaderLines>1</numHeaderLines>
<recordDelimiter>#x0A</recordDelimiter>
<attributeOrientation>column</attributeOrientation>
<simpleDelimited>
<fieldDelimiter>#x20</fieldDelimiter>
</simpleDelimited>
</textFormat>
</dataFormat>
<distribution id="siteName_dataLogger_sensorName">
<online>
<url function="download">ecogrid://knb/reap.40.1</url>
</online>
</distribution>
</physical>
<attributeList>
<attribute>
<attributeName>temp_c</attributeName>
<attributeDefinition>atmospheric temperature</attributeDefinition>
<storageType typeSystem="http://www.w3.org/2001/XMLSchema-datatypes">float</storageType>
<measurementScale>
<interval>
<unit>
<standardUnit>celsius</standardUnit>
</unit>
</interval>
</measurementScale>
</attribute>
<attribute>
<attributeName>date</attributeName>
<attributeDefinition>calendar date of each temperature measurement record</attributeDefinition>
<storageType typeSystem="http://www.w3.org/2001/XMLSchema-datatypes">date</storageType>
<measurementScale>
<datetime>
<formatString>YYYY-MM-DD</formatString>
<dateTimePrecision>1 day</dateTimePrecision>
<dateTimeDomain/>
</datetime>
</measurementScale>
</attribute>
<attribute>
<attributeName>time</attributeName>
<attributeDefinition>Greenwich Mean Time of each temperature measurement record</attributeDefinition>
<storageType typeSystem="http://www.w3.org/2001/XMLSchema-datatypes">time</storageType>
<measurementScale>
<datetime>
<formatString>hh:mm:ss.ssZ</formatString>
<dateTimePrecision>1 second</dateTimePrecision>
<dateTimeDomain/>
</datetime>
</measurementScale>
</attribute>
</attributeList>
<numberOfRecords>5</numberOfRecords>
</dataTable>
<additionalMetadata>
<describes>siteName_dataLogger_sensorName</describes>
<metadata>
<sml>
<description> Include the contents of file "sml_site(x)_logger(y)_sensor(z)_ts1-ts2.xml" as a string <description>
</sml>
</metadata>
</additionalMetadata>
</dataset>
</eml:eml>

