1pub use component::value::*; 2pub use entity_type::value::*; 3 4pub mod component; 5pub mod entity_type; 6 7pub const NAMESPACE_VALUE: &str = "value";