//! `xsd-parser-types` defines types that are used by the code that is generated
//! by [`xsd-parser`](https://docs.rs/xsd-parser).
pubmodmisc;pubmodtraits;#[cfg(feature ="xml")]pubmodxml;#[cfg(feature ="quick-xml")]pubmodquick_xml;pubuseself::traits::{AsAny, WithNamespace};