Unit 'xml2' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libxml2]

xmlSchema

Declaration

Source position: schemasInternals.inc line 887

type xmlSchema = record

  name: xmlCharPtr;

  targetNamespace: xmlCharPtr;

  version: xmlCharPtr;

  id: xmlCharPtr;

  doc: xmlDocPtr;

  annot: xmlSchemaAnnotPtr;

  flags: cint;

  typeDecl: xmlHashTablePtr;

  attrDecl: xmlHashTablePtr;

  attrgrpDecl: xmlHashTablePtr;

  elemDecl: xmlHashTablePtr;

  notaDecl: xmlHashTablePtr;

  schemasImports: xmlHashTablePtr;

  _private: pointer;

  groupDecl: xmlHashTablePtr;

  dict: xmlDictPtr;

  includes: pointer;

  preserve: cint;

  counter: cint;

  idcDef: xmlHashTablePtr;

  volatiles: pointer;

end;


Documentation generated on: 2023-03-18