//! Validated logical schema intent and normalized physical catalog evidence.
//!
//! ```
//! use sim_relation_schema::{fixtures, AcceptAllValues};
//! let schema = fixtures::document(&AcceptAllValues).unwrap();
//! assert_eq!(schema.tables().len(), 2);
//! assert_ne!(schema.id().unwrap(), fixtures::ledger(&AcceptAllValues).unwrap().id().unwrap());
//! ```
/// Exact logical fixtures for the supported store families.
pub use ;
pub use ;
pub use ;
pub use ;