Skip to main content

IdentTriple

Type Alias IdentTriple 

Source
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: String

Name of the type.

§type_: IdentType

Type of the identifier (because pure names are not unique in XSD).