/
XML Validate Action Properties

XML Validate Action Properties

XML Validate Node Properties

Use an   XML Validate action to verify that the elements, attributes or data types in an XML document match the specified XML Schema Definition.

Worked Example

For full details on how to create an XML Validate node, including worked examples, see XML Validate Action Configuration.

 Properties Tab

Basic Settings

FieldDescriptionExample Value
NameName given to the XML Validate node. This will be displayed on the Actionflow canvas.MyXMLValidator
Root Schema Definition

The primary XML Schema Definition that will be used to validate an XML document passed to the node.

MyXSD

XML Schema Definitions

Contains a list of additional XML Schema Definitions that the XML document passed to the node should be validated against, in addition to the Root Schema Definition.

To display the list of existing schema definitions, click the   button to open the Repository and drag across the schemas to be used. New schemas can be created from the Repository using the button. See XML Schema Definition Properties.

Advanced

FieldDescription

Prioritise Throughput Over Ordering

When enabled, records are processed in parallel to optimise performance. This means the order records are processed is nondeterministic.

When disabled (default), records are processed in the order they are provided.

Attributes

NameDescriptionUse
xml

A target parameter on the   XML Validate action that can be mapped onto. 

Map the XML document to be validated to this attribute. 
error

An output attribute found on the error output connection point of the   XML Validate action.

Contains an error message, if applicable.