Module models

Module models 

Source
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 code module 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 meta module contains all MetaType related definitions and structures.
schema
The schema module contains internal representations of XML Schema (XSD) structures.

Structs§

Ident
Represents a type identifier.
RawByteStr
Helper type that implements Debug and Display for a byte slice.

Enums§

IdentType
Type of the identifier.
Name
Type that represents a name of a XSD element.