Skip to end of metadata
Go to start of metadata

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

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 / false0 / 1 and yes / no.

  • No labels