pub type DataMap = BTreeMap<String, (DataAttribute, Values)>;
Map for data, relates name to attribtue and values
pub struct DataMap { /* private fields */ }