1//! Module containing OPC UA schema definitions. 2 3pub mod opc_binary_schema; 4pub mod opc_ua_types; 5pub mod ua_node_set; 6pub mod xml_schema;