detect_xrechnung
Analyze XML documents to determine if they are XRechnung e-invoices and identify their exact format and version. Returns a JSON detection result for e-invoicing compliance.
Instructions
Detect if an XML document is an XRechnung and identify its format.
Args: xml: XML content to analyze.
Returns: JSON with detection result (detected, format, version).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xml | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |