<meta> | ![]() |
| 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
