Element DescriptionΒΆ
Most XML Elements, their attributes and children, will be described using the following syntax:
<Item param1="string" [param2="scalar|1s"]>
<A/>+
[<B/>]
<C/>|<D/>
</Item>
In this case, xml element Item has a mandatory attribute param1 of data type string.
Attribute param2 is scalar value, but is optional and uses a default value of 1s if absent.
Child element A has to occur at least once (+), * would indicate any element that may be present any number of times (including 0).
B is optional, and one of C or D has to be used.
More information on the semantics of the individual components can then be found in the associated description, if necessary.
This document assumes familarity with OXYGEN, and, specifically, the terms used for features or settings in the English localization. Therefore we will not elaborate on the details of options that closely match the OXYGEN UI or are described in the application manual.