Data

Data objects contain the actual data or a reference to that data. Each has a corresponding template that specifies the data type.

Data objects have the following form

<Identifier> [name] {

<member 1>;

...

<member n>;

}

This section discusses the following parts of data objects:

·Identifier

·Name

·Members

Example templates are presented in Examples.