Appxweb Meta
Home > Developer > Objects > meta


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

<meta>

Figure: Object Chart (Meta Object Highlighted)
Syntax
 
Element: meta
Parent: n/a
Description: Block element containing the declartion of the meta object. This element is the root node of the extension file declaration and is made up of a <package> child element and <application> child elements, the order of which is not significant.
Occurs: 1 (i.e The use of the <meta> element is required.)
 Attribute: xmlns
 Description: AML namespace.
Value: aml="http://www.appxweb.com/aml1/core"
Occurs: 1 (i.e required)
 
Element: package
Parent: meta
Description: Block element containing the declaration of the package object.
Occurs: 0 or 1. (i.e Optional. Within the <meta> element the <package> element can occur zero or one times. Furthermore the <package> element occurs only once within all of the extension files which comprise the application.)
 
Element: extension
Parent: meta
Description: Block element containing the declaration of the extension object.
Occurs: 0 or unbound. (i. e Within the <meta> element the <extension> element can occur zero or many times.)
 

top