validate_pacs002
Validate a pacs.002.001.10 XML message against its XSD schema. Returns a structured ValidationReport with all violations, including line, column, and path information.
Instructions
Validate a pacs.002.001.10 message against its XSD.
Returns a structured ValidationReport listing every XSD violation found, with line/column/path information. Unlike parse_pacs002, 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.002 XML message as a string. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |