<annotate>
This statement adds attributes or children nodes to node(s) of a document-type variable. Each added node is defined in text within the body of <annotate> in the form:
[element | attribute] name value
Both the name and value of attributes or children can be a literals or dynamic expressions. Separate multiple annotation definitions with commas.
Can Contain | The specific syntax for annotations. |
Allowed In | mashup | catch | else | elseif | for | foreach | if | macro | operation | sequence | try | while |
Attributes
Name | Required | Description |
variable | yes | The required input variable for this statement. |
expr | yes | The relative path within the input variable to the node to be annotated. |