Skip to main content

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 NameDescription
Process entry nameSpecify the name of the step as it appears in the workflow workspace. This name has to be unique in a single workflow.
XML File nameSpecify or browse for the XML file.
BrowseClick to browse the XML file.
XSD File nameSpecify or browse for the XSD file.
BrowseBrowse for the XSD file.