Appendix B. Campbell Scientific File Formats
B.1.7.3.2.1.1 The v (value) Element
This element conveys one scalar value (or string) for a field. There will be one
of these elements for each field element defined in the fields element of the
header. The contents of these element will be the data for that field. An
optional attribute, n (field Name), is supported. This attribute can be included
in order to increase the human readability of the file.
B.1.7.4 File Example
The following example was generated using the Tablemon2 utility:
<?xml version="1.0" standalone="yes"?>
<csixml version="1.0">
<head>
<environment>
<station-name>logan-nw</station-name>
<table-name>OneDay</table-name>
</environment>
<fields>
<field name="BattVolt_Min" type="xsd:float" units="Volts" process="Min" />
<field name="BattVolt_TMn" type="xsd:dateTime" units="Volts" process="TMn" />
<field name="PnlTemp_Max" type="xsd:float" process="Max" />
<field name="PnlTemp_TMx" type="xsd:dateTime" process="TMx" />
<field name="PnlTemp_Min" type="xsd:float" process="Min" />
<field name="PnlTemp_TMn" type="xsd:dateTime" process="TMn" />
<field name="EncRH_Max" type="xsd:float" units="%" process="Max" />
<field name="EncRH_TMx" type="xsd:dateTime" units="%" process="TMx" />
<field name="EncRH_Min" type="xsd:float" units="%" process="Min" />
<field name="EncRH_TMn" type="xsd:dateTime" units="%" process="TMn" />
<field name="AirTemp_Max" type="xsd:float" process="Max" />
<field name="AirTemp_TMx" type="xsd:dateTime" process="TMx" />
<field name="AirTemp_Min" type="xsd:float" process="Min" />
<field name="AirTemp_TMn" type="xsd:dateTime" process="TMn" />
<field name="RH_Max" type="xsd:float" units="%" process="Max" />
<field name="RH_TMx" type="xsd:dateTime" units="%" process="TMx" />
<field name="RH_Min" type="xsd:float" units="%" process="Min" />
<field name="RH_TMn" type="xsd:dateTime" units="%" process="TMn" />
<field name="WindSpd_Max" type="xsd:float" units="m/s" process="Max" />
<field name="WindSpd_TMx" type="xsd:dateTime" units="m/s" process="TMx" />
<field name="WindDir_SMx" type="xsd:float" process="SMM" />
<field name="WindSpd_Min" type="xsd:float" units="m/s" process="Min" />
<field name="WindSpd_TMn" type="xsd:dateTime" units="m/s" process="TMn" />
<field name="WindDir_SMn" type="xsd:float" units="m/s" process="SMM" />
<field name="SlrFDensity_Max" type="xsd:float" units="W/m" process="Max" />
<field name="SlrFDensity_TMx" type="xsd:dateTime" units="W/m" process="TMx" />
<field name="SlrTotalF_Tot" type="xsd:float" units="MJ/m" process="Tot" />
<field name="BP_Max" type="xsd:float" units="mmHg" process="Max" />
<field name="BP_TMx" type="xsd:dateTime" units="mmHg" process="TMx" />
<field name="BP_Min" type="xsd:float" units="mmHg" process="Min" />
<field name="BP_TMn" type="xsd:dateTime" units="mmHg" process="TMn" />
<field name="Rain_Tot" type="xsd:float" units="mm" process="Tot" />
</fields>
</head>
<data>
<r no="340" time="2006-08-16T00:00:00">
<v1>12.96</v1>
<v2>2006-08-15T17:18:00</v2>
<v3>31.44</v3>
<v4>2006-08-15T17:16:07</v4>
<v5>15.51</v5>
<v6>2006-08-15T23:01:05</v6>
<v7>57.54</v7>
<v8>2006-08-15T20:18:49</v8>
<v9>34.96</v9>
<v10>2006-08-15T10:22:10</v10>
<v11>31.12</v11>
<v12>2006-08-15T17:06:55</v12>
<v13>14.06</v13>
<v14>2006-08-15T22:47:40</v14>
<v15>82.7</v15>
<v16>2006-08-15T05:00:20</v16>
<v17>10.45</v17>
<v18>2006-08-15T17:21:13</v18>
<v19>10.98</v19>
B-13