concept->createAttribute("Id", conceptId);
concept->createAttribute("Description", conceptDescription);
concept->createAttribute("Unit", conceptUnitDescription);
- anna::xml::Node* data = concept->createChild("Data");
+ anna::xml::Node* data = concept->createChild("Sample");
if(ptrConceptData->Size != 0) {
data->createAttribute("Size", anna::functions::asString((anna::U64)ptrConceptData->Size));
data->createAttribute("ProcessingRate", cad_aux);
}
} else {
- concept->createAttribute("Data", "Not enough data to get statistics");
+ concept->createAttribute("Sample", "Not enough data to get statistics");
}
}