Defines a field to represent an XML node in the integration message, which may represent an attribute, a child element, text node content, or a list inside another element in the message's workflow script representation.
Usage
field-name:element-definition
field-name:attribute-definition
field-name:list-definition
field-name:wrapped-list-definition
field-name:content-definition
Parameters
Parameter | Description |
---|---|
field-name (required) | The workflow script identifier of the field. |
element-definition (required) | An element definition. |
attribute-definition (required) | An attribute definition. |
list-definition (required) | A list definition. |
wrapped-list-definition (required) | A wrapped list definition. |
content-definition (required) | A simple text-node content definition. |
Remarks
See the relevant details of the various types of available XML element fields in the discussion of attributes, content definition, element definition, and lists.
Samples
Sample with an optional and a required attribute
Accessing an integration message XML element attribute value in a workflow script
Assigning a new value to an integration message XML element attributes in a workflow script
Download the clyde.fls.xml
trigger form for the script
below.
Sample with an attribute and simple text-node content
Accessing an integration message XML element value in a workflow script
Assigning a new value to an integration message XML element in a workflow script
Download the pinky.fls.xml
trigger form for the script
below.
Element with child element
Accessing an integration message XML element value in a workflow script
Assigning a new value to an integration message XML element in a workflow script
Download the blinky.fls.xml
trigger form for the script
below.
Accessing list items in a workflow script
Adding a new list item in a workflow script
Download the shadow.fls.xml
trigger form for the script
below.