pub type IdentTriple = IdentQuadruple;👎Deprecated: Use IdentQuadruple instead
Expand description
Convenient type to not break the public interface.
The type was renamed to IdentQuadruple.
Aliased Type§
pub struct IdentTriple {
pub ns: Option<NamespaceIdent>,
pub schema: Option<SchemaIdent>,
pub name: String,
pub type_: IdentType,
}Fields§
§ns: Option<NamespaceIdent>Namespace where the type is defined in.
schema: Option<SchemaIdent>Id of the schema the type is defined in.
name: StringName of the type.
type_: IdentTypeType of the identifier (because pure names are not unique in XSD).