B.1.7.3 the csixml element, B.1.7.3.1 the head element, B.1.7.3 – Campbell Scientific LoggerNet Datalogger Support Software User Manual
Page 504

Appendix B. Campbell Scientific File Formats
use="optional"
type="xsd:string"/>
name="process" use="optional" type="xsd:string"/> name="r" type="recordType" minOccurs="0" maxOccurs="unbounded"/> name="no" type="xsd:unsignedInt" use="optional"/> name="time" type="xsd:dateTime" use="optional"/> minOccurs="1" maxOccurs="unbounded" type="valueType"> In order to make value elements easily addressable in transforms as well as describable in table specific XML Schema documents, value element names will begin and end with a unique number so that value elements will be named using the following sequence: { v1, v2, v3, ... vn }. use="optional"/> B.1.7.3 The csixml Element This element is the root element of the csixml format. It defines one attribute, version, that may help in the future if changes are made to the format. This element has exactly two sub-elements, head and data. B.1.7.3.1 The head Element This element contains the meta-data or descriptive data for the table. It does not have any attributes and has exactly two sub-elements, environment and fields. B-10