pub type xmlSchemaAttributeLink = _xmlSchemaAttributeLink;Expand description
Linked list of schema attributes
Aliased Type§
#[repr(C)]pub struct xmlSchemaAttributeLink {
pub next: *mut _xmlSchemaAttributeLink,
pub attr: *mut _xmlSchemaAttribute,
}Fields§
§next: *mut _xmlSchemaAttributeLink§attr: *mut _xmlSchemaAttribute