pub type xmlSchemaFacet = _xmlSchemaFacet;Aliased Type§
#[repr(C)]pub struct xmlSchemaFacet {
pub type_: u32,
pub next: *mut _xmlSchemaFacet,
pub value: *const u8,
pub id: *const u8,
pub annot: *mut _xmlSchemaAnnot,
pub node: *mut _xmlNode,
pub fixed: i32,
pub whitespace: i32,
pub val: *mut _xmlSchemaVal,
pub regexp: *mut _xmlRegexp,
}Fields§
§type_: u32§next: *mut _xmlSchemaFacet§value: *const u8§id: *const u8§annot: *mut _xmlSchemaAnnot§node: *mut _xmlNode§fixed: i32§whitespace: i32§val: *mut _xmlSchemaVal§regexp: *mut _xmlRegexp