// This is free and unencumbered software released into the public domain.
/// A value of the `xsd:string` datatype.
///
/// See: <https://www.w3.org/TR/xmlschema-2/#string>
pub use String;
/// A value of the `xsd:string` datatype.
///
/// See: <https://www.w3.org/TR/xmlschema-2/#string>
pub type String = &'static str;