validate_pacs008
Validate a pacs.008 ISO 20022 message against its XSD schema and receive a report of every violation with line, column, and path information.
Instructions
Validate a pacs.008.001.08 message against its XSD.
Returns a structured ValidationReport listing every XSD violation found, with line/column/path information. Unlike parse_pacs008, 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 pacs.008 XML message as a string. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |