pub type xmlSchemaNotation = _xmlSchemaNotation;Aliased Type§
#[repr(C)]pub struct xmlSchemaNotation {
pub type_: u32,
pub name: *const u8,
pub annot: *mut _xmlSchemaAnnot,
pub identifier: *const u8,
pub targetNamespace: *const u8,
}Fields§
§type_: u32§name: *const u8§annot: *mut _xmlSchemaAnnot§identifier: *const u8§targetNamespace: *const u8