Instruction manual
FS-8707-11 Convia XML Manual Page 10 of 16
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web: www.fieldserver.com
Tel: (408) 262 2299 Fax: (408) 262 2269 Toll Free: (888) 509 1970 email: support@fieldserver.com
6.4 FieldServer XML Schema
The FieldServer XML schema is arranged as a tree structure consisting of a Root Element, multiple Child Elements
which define the Data_Arrays in the FieldServer , and one Sub-Child element per Child Element which define the
Data in the Data Arrays as well as the attributes of the data (e.g. validity). Attributes are used to specify the
parameters of the Elements in the tree.
Note that the Element Name is ALWAYS in lowercase.
The diagram shows the general format of the XML tree.
6.4.1 Root Element
Element
Name
Function
Legal Values
Data_Arrays
The root element is
always present
Only one root element can exist.
Attributes
Function
Legal Values
XML_VERSION
Reports the version of
the FieldServer XML
Schema
Takes the form of V.vva where V=Major version, vv=feature version
and a=bugfix version. Changes in V or vv indicate whether additional
elements or attributes have been added to the FieldServer XML
schema
BRIDGE_TITLE
Title String
The Title keyword defined in the config.csv file under the comment
section.
Values
Function
Legal Values
None
Not Applicable
No values are contained in the Root Element
<Root Attribute=”value” .. >
<Child Attribute=”value” .. >
<Subchild Attribute=”value” .. > value...</Subchild>
</Child>
<Child Attribute=”value” .. >
<Subchild Attribute=”value” .. > value...</Subchild>
</Child>
..
..
</Root>