Wizard rule attributes in the web UI framework
There are many wizard rule attributes, some of which include, start, last, and output/value.
The following table shows the rule attributes to specify in the wizardEntities tag of your XML file when you create a wizard:
Attribute | Description | Constraints |
---|---|---|
id | The ID of the wizard rule. | Should be unique within the wizard. |
impl |
The rule implementation:
|
|
type | Indicates the type of entity (PAGE or RULE). | Mandatory |
start | Indicates if this page is the starting entity of the wizard. | Only one PAGE or RULE should be marked as true. |
last | Indicates if this page is the last entity of the wizard. | Only one PAGE or RULE should be marked as true. |
output/value | The allowed output from the rule. There can be many such outputs. | |
namespace/name | The namespace for which data would be sent to the rule. If this rule originates from a page, the namespaces should be a superset of the defined namespaces for that page. There can be many such namespaces. |