pub trait XsdDatatype { // Required method fn type_(&self) -> Datatype; }
Returns the XSD datatype that best describes the value.