Type Alias xmlSchema
Source pub type xmlSchema = _xmlSchema;
#[repr(C)]
pub struct xmlSchema {Show 21 fields
pub name: *const u8,
pub targetNamespace: *const u8,
pub version: *const u8,
pub id: *const u8,
pub doc: *mut _xmlDoc,
pub annot: *mut _xmlSchemaAnnot,
pub flags: i32,
pub typeDecl: *mut _xmlHashTable,
pub attrDecl: *mut _xmlHashTable,
pub attrgrpDecl: *mut _xmlHashTable,
pub elemDecl: *mut _xmlHashTable,
pub notaDecl: *mut _xmlHashTable,
pub schemasImports: *mut _xmlHashTable,
pub _private: *mut c_void,
pub groupDecl: *mut _xmlHashTable,
pub dict: *mut _xmlDict,
pub includes: *mut c_void,
pub preserve: i32,
pub counter: i32,
pub idcDef: *mut _xmlHashTable,
pub volatiles: *mut c_void,
}