pub trait BuildXML { fn build(&self) -> Vec; }