Replaces regular expressions found in a source with other expressions.

The resulting XML element is inserted in the sequence XML output.

Property Type Category Description
Comment String standard Describes the object comment to include in the documentation report.
This property generally contains an explanation about the object.
Default value String standard Defines the default text value of the element.
This property allows defining a default value to use when no source is defined or when the source result is empty.
Is active boolean standard Defines whether the step is active.
Node name String standard Defines the tag name of the generated XML element.
This property can contain any name, no words are reserved, and must follow the rules on XML naming:

• it can contain letters, numbers, and other characters,
• it cannot start with a number,
• it cannot contain spaces nor punctuation character.
Assigned XSD Complex type QName XmlQName expert Defines a global schema Complex type to assign as a type to this structured XML element.
This property allows to assign an XSD Complex type to the structured XML element generated by this step.
The QName defined by this property can be:

• a new Complex type name: the Complex type will be created from this structure in the project’s schema,
• an already defined Complex type name: the existing Complex type is used and possibly enhanced by the structure generated by this XML element (if not identical): the Complex type will be a union of all XML structures using it.

To use an already existing Complex type name, the popup editor displays all types available in the project’s schema:

• in grey: all non editable schema types (Convertigo standard error schema, types imported through references, types of transactions, etc.),
• in blue: all schema types dynamically generated from the project’s sequences,
• in green: all dynamic schema types explicitly named by Assigned XSD Complex type QName or Assigned XSD Element ref QName properties.
Assigned XSD Element ref QName XmlQName expert Defines a global schema Element to assign as a reference to this structured XML element.
This property allows to assign a referenced Element to the structured XML element generated by this step. The referenced Element and its corresponding XSD Complex type will also be created if non existing in the project’s schema.
The QName defined by this property can be:

• a new referenced Element name: the referenced Element and the corresponding Complex type will be created from this structure in the project’s schema,
• an already defined referenced Element name: the existing referenced Element is used and its Complex type is possibly enhanced by the structure generated by this XML element (if not identical): the Complex type will be a union of all XML structures using it.

To use an already existing referenced Element name, the popup editor displays all types available in the project’s schema:

• in grey: all non editable schema types (Convertigo standard error schema, types imported through references, types of transactions, etc.),
• in blue: all schema types dynamically generated from the project’s sequences,
• in green: all dynamic schema types explicitly named by Assigned XSD Complex type QName or Assigned XSD Element ref QName properties.
Assigned XSD Simple type QName XmlQName expert Defines the schema base type to assign as a type to this simple XML element.
This property allows to assign a simple XSD type to the simple XML element generated by this step. It can only be used when the step actually generates a simple XML element.
Output boolean expert Defines whether the XML generated by this step should be appended to the resulting XML.
Set this property to true to add the step’s resulting XML to the sequence’s output XML (default value for steps generating XML). Set this property to false to prevent the steps’s XML result to appear in the sequence’s output XML.
Setting this property to false does not prevent the step’s generated XML from being used as a source by other steps.
Replacements XMLVector expert Defines text replacements.
Regular expressions are searched within the source and replaced by the value of the Replacements property. You can reuse the searched (and found) regular expression into the replacement, by typing $0 (= value of the found string) in the Replacement value.
Note: A new replacement can be added to the list using the blue keyboard icon. The replacements defined in the list can be ordered using the arrow up and arrow down buttons, or deleted using the red cross icon.
Source XMLVector expert Defines the source to use as value.
This property allows defining a node or a list of nodes from a previous step on which current step works.
A source is defined as a reference on a step previously existing in the parent sequence, associated with an XPath applied on the step’s result DOM. At runtime, the XPath is applied on the step’s current execution result XML and extracts a list of XML nodes resulting from this execution.
If the XPath doesn’t match or if the source is left blank, the step uses the value defined in Default value property, if a value is defined in this property. Otherwise, the step creates an element with no data.