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