Type Alias xmlSchemaAttributeGroup
Source pub type xmlSchemaAttributeGroup = _xmlSchemaAttributeGroup;
#[repr(C)]
pub struct xmlSchemaAttributeGroup {Show 15 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 annot: *mut _xmlSchemaAnnot,
pub attributes: *mut _xmlSchemaAttribute,
pub node: *mut _xmlNode,
pub flags: i32,
pub attributeWildcard: *mut _xmlSchemaWildcard,
pub refPrefix: *const u8,
pub refItem: *mut _xmlSchemaAttributeGroup,
pub targetNamespace: *const u8,
pub attrUses: *mut c_void,
}