1//! # Example of the DMN model containing all elements allowed by schema. 2 3pub const DMN_FULL: &str = include_str!("full.dmn");