activeXML Element documentation - activexml

Description


This should be the root element of any activeXML document. It has basic information on the program and contains all the code etc. The elements inside are run in the order they appear in the document.

Attributes


Name Contents Explanation
name text This contains the name of the program
version text This contains the version of the program
app text This is the application used to create the program
author text This is the name of the program's author. It can easily be faked.
security 1, 2, 3, 4 or 5 This is the security level required by the program.

Contents


This may contain one description element at the start.
After these, any number of action, while and if elements may appear in any order.