pub enum Value {
Show 19 variants
String(String),
Boolean(Boolean),
Decimal(Decimal),
Float(Float),
Double(Double),
Duration(Duration),
DateTime(DateTime),
Time(Time),
Date(Date),
GYearMonth(GYearMonth),
GYear(GYear),
GMonthDay(GMonthDay),
GDay(GDay),
GMonth(GMonth),
HexBinary(HexBinary),
Base64Binary(Base64Binary),
AnyUri(AnyUri),
QName(QName),
Notation(Notation),
}Expand description
XSD datatype value.