pub type Ident = TypeIdent;👎Deprecated: Use TypeIdent instead
Expand description
Convenient type to not break the public interface.
The Ident was renamed to TypeIdent.
Aliased Type§
pub struct Ident {
pub ns: NamespaceId,
pub schema: SchemaId,
pub name: Name,
pub type_: IdentType,
}Fields§
§ns: NamespaceIdNamespace the type is defined in
schema: SchemaIdId of the schema file the type pointed to by this identifier was defined at.
This is needed to support the case when identifier are duplicated across
schema files, or redefined by xs:redefine or xs:override.
name: NameName of the type.
type_: IdentTypeType of the identifier (because pure names are not unique in XSD).