//! # IronSBE Schema
//!
//! SBE XML schema parser and type definitions.
//!
//! This crate provides:
//! - XML schema parsing from FIX SBE specifications
//! - Type definitions for schema elements
//! - Schema validation
//! - Intermediate representation for code generation
pub use ;
pub use SchemaIr;
pub use ;
pub use parse_schema;
pub use ;