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

xmlSchemaElement

Declaration

Source position: schemasInternals.inc line 721

type xmlSchemaElement = record

  _type: xmlSchemaTypeType;

  next: xmlSchemaTypePtr;

  name: xmlCharPtr;

  id: xmlCharPtr;

  ref: xmlCharPtr;

  refNs: xmlCharPtr;

  annot: xmlSchemaAnnotPtr;

  subtypes: xmlSchemaTypePtr;

  attributes: xmlSchemaAttributePtr;

  node: xmlNodePtr;

  minOccurs: cint;

  maxOccurs: cint;

  flags: cint;

  targetNamespace: xmlCharPtr;

  namedType: xmlCharPtr;

  namedTypeNs: xmlCharPtr;

  substGroup: xmlCharPtr;

  substGroupNs: xmlCharPtr;

  scope: xmlCharPtr;

  value: xmlCharPtr;

  refDecl: xmlSchemaElementPtr;

  contModel: xmlRegexpPtr;

  contentType: xmlSchemaContentType;

  refPrefix: xmlCharPtr;

  defVal: xmlSchemaValPtr;

  idcs: pointer;

end;


Documentation generated on: 2023-03-18