Enum xsd_types::StringDatatype
source · pub enum StringDatatype {
NormalizedString(Option<NormalizedStringDatatype>),
}Expand description
Datatype derived from xsd:string.
Variants§
NormalizedString(Option<NormalizedStringDatatype>)
Trait Implementations§
source§impl From<StringDatatype> for Datatype
impl From<StringDatatype> for Datatype
source§fn from(ty: StringDatatype) -> Self
fn from(ty: StringDatatype) -> Self
Converts to this type from the input type.