XSD validator
Description
The XSD validator validates an XML files against an internal (defined in the XML file) or external (defined in a separate xsd file) XML schema.
XSD is short for XML Schema Definition.
As such, there are 2 entities at work here:
-
The XML you want to validate the layout for
-
The XSD (Schema) file that describes what the XML file should look like.
See also the XSD Validator pipeline transform.
Options
| Option | Description |
|---|---|
Action name |
The name of the workflow action. |
Enable external entity for XSD validation |
Allow the XSD validation to resolve external references (XXE). Unchecked by default, which has three effects:
Only check this when the XML documents and the schemas you validate against are trusted. The default for new actions can be changed with the |
XSD Source |
The options are
|
XML File name |
The name of the XML file |
XSD File name |
The name of the XSD file |