//! Namespace management and string interning
//!
//! This module provides:
//! - `NameTable` - String interning for names and namespace URIs
//! - `NamespaceContext` - Scoped prefix-to-namespace mappings
//! - `QualifiedName` - Parsed QName with resolved namespace
//!
//! All strings in the schema model pass through `NameTable` for deduplication
//! and fast equality checks via `NameId`.
// Re-exports
pub use ;
pub use ;
pub use ;