pub type xmlSchema = _xmlSchema;Expand description
XML schema
Aliased Type§
#[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,
}Fields§
§name: *const u8§targetNamespace: *const u8§version: *const u8§id: *const u8§doc: *mut _xmlDoc§annot: *mut _xmlSchemaAnnot§flags: i32§typeDecl: *mut _xmlHashTable§attrDecl: *mut _xmlHashTable§attrgrpDecl: *mut _xmlHashTable§elemDecl: *mut _xmlHashTable§notaDecl: *mut _xmlHashTable§schemasImports: *mut _xmlHashTable§_private: *mut c_void§groupDecl: *mut _xmlHashTable§dict: *mut _xmlDict§includes: *mut c_void§preserve: i32§counter: i32§idcDef: *mut _xmlHashTable§volatiles: *mut c_void