xmlSchemaAttribute

Type Alias xmlSchemaAttribute 

Source
pub type xmlSchemaAttribute = _xmlSchemaAttribute;

Aliased Type§

#[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,
}

Fields§

§type_: u32§next: *mut _xmlSchemaAttribute§name: *const u8§id: *const u8§ref_: *const u8§refNs: *const u8§typeName: *const u8§typeNs: *const u8§annot: *mut _xmlSchemaAnnot§base: *mut _xmlSchemaType§occurs: i32§defValue: *const u8§subtypes: *mut _xmlSchemaType§node: *mut _xmlNode§targetNamespace: *const u8§flags: i32§refPrefix: *const u8§defVal: *mut _xmlSchemaVal§refDecl: *mut _xmlSchemaAttribute