Appxweb Meta
Home > Developer > Objects > data


meta - AML object declaration extension - AML object declaration package - AML object declaration data - AML object declaration function - AML object declaration view - AML object declaration scalar - AML object declaration array - AML object declaration pointer - AML object declaration script - AML object declaration call_script - AML object declaration render - AML object declaration navigate - AML object declaration menu - AML object declaration menu - AML object declaration dialog - AML object declaration report - AML object declaration window - AML object declaration

<data>

Figure: Object Chart (data Object Highlighted)
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