Data members can be one of the following
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.
A reference to a previously encountered data object. The syntax is as follows
{ name }
A semicolon separated list of integers. For example
1; 2; 3;
A semicolon separated list of floats. For example
1.0; 2.0; 3.0;
A semicolon separated list of strings. For example
"Moose"; "Goats"; "Sheep";