Type Alias xmlSchemaAttribute
Source pub type xmlSchemaAttribute = _xmlSchemaAttribute;
#[repr(C)]
pub struct xmlSchemaAttribute {Show 19 fields
pub type_: u32,
pub next: *mut _xmlSchemaAttribute,
pub name: *const u8,
pub id: *const u8,
pub ref_: *const u8,
pub refNs: *const u8,
pub typeName: *const u8,
pub typeNs: *const u8,
pub annot: *mut _xmlSchemaAnnot,
pub base: *mut _xmlSchemaType,
pub occurs: i32,
pub defValue: *const u8,
pub subtypes: *mut _xmlSchemaType,
pub node: *mut _xmlNode,
pub targetNamespace: *const u8,
pub flags: i32,
pub refPrefix: *const u8,
pub defVal: *mut _xmlSchemaVal,
pub refDecl: *mut _xmlSchemaAttribute,
}