Analyze a CERIF document
analyze_documentAnalyze CERIF XML documents to reveal their structure: root element, namespace, attributes, entity counts, and depth. Understand existing data before extending it.
Instructions
Parses a CERIF XML document (string or file) and reports its structure: root element, namespace, attributes, entity counts, total elements, and max depth. Useful for understanding existing CERIF data before extending it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xml | No | CERIF XML document to analyze | |
| file | No | Absolute path to a CERIF XML file (alternative to `xml`) |