pub type xmlSchemaAttributeGroup = _xmlSchemaAttributeGroup;Expand description
Attribute group
Aliased Type§
#[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,
}Fields§
§type_: u32§next: *mut _xmlSchemaAttribute§name: *const u8§id: *const u8§ref_: *const u8§refNs: *const u8§annot: *mut _xmlSchemaAnnot§attributes: *mut _xmlSchemaAttribute§node: *mut _xmlNode§flags: i32§attributeWildcard: *mut _xmlSchemaWildcard§refPrefix: *const u8§refItem: *mut _xmlSchemaAttributeGroup§targetNamespace: *const u8§attrUses: *mut c_void