Members

Data members can be one of the following

Data object

A nested data object. This allows the hierarchical nature of the file format to be expressed. The types of nested data objects allowed in the hierarchy may be restricted. See Templates above.

Data reference

A reference to a previously encountered data object. The syntax is as follows

{ name }

Integer list

A semicolon separated list of integers. For example

1; 2; 3;

Float list

A semicolon separated list of floats. For example

1.0; 2.0; 3.0;

String list

A semicolon separated list of strings. For example

"Moose"; "Goats"; "Sheep";