
Appendix B. Campbell Scientific File Formats
In addition to these pre-defined entities, arbitrary unicode characters can be
represented by using the sequence &xxx; where xxx is the decimal unicode
code value for the desired character.
For more details regarding XML documents and their contents, you can visit
the W3C consortium web page at http://www.w3.org/XML. In addition, they
offer an excellent tutorial at http://www.w3schools.com/xml/default.asp.
B.1.7.2 File Syntax
Our formal description of the file format will not be the character-by-character
description generally given in EBNF formats but will instead describe the
general XML Schema (see http://www.w3.org/TR/xmlschema-0 for details).
<xsd:schema
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:element name="csixml" type="csixmlType"/>
<xsd:complexType name="csixmlType">
<xsd:sequence>
<xsd:element
name="head"
type="headType"
minOccurs="1"
maxOccurs="1"/>
<xsd:element
name="data"
type="dataType"
minOccurs="1"
maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="version" fixed="1.0"/>
</xsd:complexType>
<xsd:complexType name="headType">
<xsd:sequence>
<xsd:element
name="environment"
type="environmentType"
minOccurs="1"
maxOccurs="1"/>
<xsd:element
name="fields"
type="fieldsType"
minOccurs="1"
maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="environmentType">
<xsd:sequence>
<xsd:element
name="station-name"
type="xsd:string"
minOccurs="1"
maxOccurs="1"/>
<xsd:element
name="table-name"
type="xsd:string"
minOccurs="1"
maxOccurs="1"/>
B-8
Содержание LoggerNet
Страница 2: ......
Страница 30: ...Preface What s New in LoggerNet 4 xxvi...
Страница 32: ...Section 1 System Requirements 1 2...
Страница 44: ...Section 2 Installation Operation and Backup Procedures 2 12...
Страница 136: ...Section 4 Setting up Datalogger Networks 4 80...
Страница 227: ...Section 7 Creating and Editing Datalogger Programs 7 9...
Страница 298: ...Section 7 Creating and Editing Datalogger Programs 7 80...
Страница 402: ...Section 9 Automating Tasks with Task Master 9 12...
Страница 406: ...Section 9 Automating Tasks with Task Master 9 16...
Страница 450: ...Section 11 Utilities Installed with LoggerNet Admin and LoggerNet Remote 11 22...
Страница 454: ...Section 12 Optional Client Applications Available for LoggerNet 12 4...
Страница 462: ...Section 13 Implementing Advanced Communications Links 13 8...
Страница 482: ...Section 14 Troubleshooting Guide 14 20...
Страница 570: ...Appendix F Calibration and Zeroing F 16...
Страница 578: ...Appendix G Importing Files into Excel G 8...
Страница 579: ......