Type Alias xsd_types::value::Short

source ·
pub type Short = i16;

Trait Implementations§

source§

impl ParseXsd for Short

§

type LexicalForm = Integer

source§

fn parse_xsd(lexical_value: &str) -> ParseXsdResult<Self, Self::LexicalForm>

source§

impl XsdShort for Short

source§

impl XsdValue for Short

source§

fn datatype(&self) -> Datatype

Returns the XSD datatype that best describes the value.