load_xsd_schema

Function load_xsd_schema 

Source
pub fn load_xsd_schema(xsd_path: &str) -> Result<String>
Expand description

Load XSD schema content from the schemas directory.

§Arguments

  • xsd_path - Path to the XSD schema file (relative to schemas/ directory)

§Returns

The XSD schema content as a string.