Expand description
Data model definitions used throughout the transformation pipeline.
This module contains structured representations of intermediate and final data forms used in parsing, interpretation, code generation, and rendering. It serves as the central type layer for schema handling and Rust code generation.
Modules§
- code
- The
codemodule contains types and helper methods to format and manage the code generated by this crate. - data
- Rust-oriented data type representations for code generation.
- meta
- The
metamodule contains allMetaTyperelated definitions and structures. - schema
- The
schemamodule contains internal representations of XML Schema (XSD) structures.
Structs§
- Ident
- Represents a type identifier.
- Name
Builder - Default implementation for the
NameBuildertrait. - Naming
- Default name generation and formatting implementation.