validate_pain001
Validate a pain.001 XML message against its XSD schema, returning a structured report of all violations found across the entire message for efficient debugging.
Instructions
Validate a pain.001.001.09 message against its XSD.
Returns a structured ValidationReport listing every XSD violation found, with line/column/path information. Unlike parse_pain001, this does not stop at the first error — all violations are reported so the user can fix them in one pass.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xml | Yes | The pain.001 XML message as a string. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |