Type Alias xsd_types::value::String

source ·
pub type String = String;

Aliased Type§

struct String { /* private fields */ }

Trait Implementations§

source§

impl ParseXsd for String

§

type LexicalForm = str

source§

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

source§

impl XsdValue for String

source§

fn datatype(&self) -> Datatype

Returns the XSD datatype that best describes the value.