XSD Validator
Description
XSD Validator checks XML source files or streams against an XML Schema Definition (XSD) to verify structural compliance. Use this process entry to validate XML data before processing — for example, ensuring incoming XML files from external systems conform to the expected schema, or verifying that generated XML output meets the required format before delivery. The validation result determines which branch of the process executes next.
Configurations
| Field Name | Description |
|---|---|
| Process entry name | Specify the name of the step as it appears in the workflow workspace. This name has to be unique in a single workflow. |
| XML File name | Specify or browse for the XML file. |
| Browse | Click to browse the XML file. |
| XSD File name | Specify or browse for the XSD file. |
| Browse | Browse for the XSD file. |