Appxweb Meta
Home > Developer > Objects > data_pointer


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_pointer>

Figure: Object Chart (pointer Object Highlighted)
Syntax
Example
 
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. Pointers to array data objects are not supported.
Occurs: 0 or unbound. (i. e Within the <data> element the <data_pointer> element can occur zero or many times.)
 Attribute: AM_data_id
 Description: Unique alphanumeric indentifier of this data_pointer data object.
Value Type: string
Value: user defined
Occurs: 1 (i.e required)
 
Element: AM_data_id
Parent: data_pointer
Description: The AM_data_id value of the data_pointer data object or scalar data object pointed to.
Value Type: string
Value : Alphanumeric indentifier
Occurs: 1 (i.e required)
 

top