Element Description

An element description consists of the element’s name and a set of parameters enclosed in curly braces. A parameter and its value are separated by a colon ‘:’, while different parameters are separated by a semicolon ‘;’:

element_name {
    parameter1: value1;
    parameter2: value2;
    ...
}

A parameter’s type can be one of the following:

string

A string.

numeric

A number.

boolean

A boolean data type. Available values are true / false, 0 / 1, and yes / no.