The r (record) Element
This element describes one table record. It can have the following optional attributes:
-
no Specifies the record number for this record. These values indicate the logged order of the data and will generally increment by one with each record logged. Records can appear out of order, however, if one-way or data advise data is used in conjunction with hole collection. Missed numbers can signify missed records (holes).
-
time Specifies the time stamp for the record. This format will conform to the standard XSD timestamp format.
-
This element will contain as many value sub-elements as there are field elements in the fields header element.
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.