<data> | ![]() |
| Syntax | |
| Element: data | |
| Parent: extension
Description: Block element containing the declartion of the data objects used by the extension. The data element is made of <scalar>,<array> and <pointer> child elements, the order of which is not significant. Occurs: 0 or unbound. (i. e Within the <extension> element the <data> element can occur zero or many times.) | |
| Element: scalar | |
| Parent: data
Description:Declaration of a data object having a scalar data structure. Occurs: 0 or unbound. (i. e Within the <data> element the <scalar> element can occur zero or many times.) | |
| Element: array | |
| Parent: data
Description:Declaration of a data object having an array data structure. Occurs: 0 or unbound. (i. e Within the <data> element the <array> element can occur zero or many times.) | |
| Element: data_pointer | |
| Parent: data
Description:Declaration of a data object that is a pointer to another data_pointer data object or a scalar data object. Occurs: 0 or unbound. (i. e Within the <data> element the <data_pointer> element can occur zero or many times.) | |
top
