XSD Validator
Description
The XSD Validator transform performs an XSD validation against data in a file or in an input field.
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.
To make matters more complex, it’s possible to store the XSD inside the XML itself.
See also the XSD Validator workflow action.
Options
| Option | Description |
|---|---|
Transform name |
Name of the transform. |
XML Source |
|
Output fields |
|
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 transforms can be changed with the |
XML schema definition |
XSD source : select one of these options:
|