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

xmlSchemaAttribute

Declaration

Source position: schemasInternals.inc line 223

type xmlSchemaAttribute = record

  _type: xmlSchemaTypeType;

  next: xmlSchemaAttributePtr;

  name: xmlCharPtr;

  id: xmlCharPtr;

  ref: xmlCharPtr;

  refNs: xmlCharPtr;

  typeName: xmlCharPtr;

  typeNs: xmlCharPtr;

  annot: xmlSchemaAnnotPtr;

  base: xmlSchemaTypePtr;

  occurs: cint;

  defValue: xmlCharPtr;

  subtypes: xmlSchemaTypePtr;

  node: xmlNodePtr;

  targetNamespace: xmlCharPtr;

  flags: cint;

  refPrefix: xmlCharPtr;

  defVal: xmlSchemaValPtr;

  refDecl: xmlSchemaAttributePtr;

end;


Documentation generated on: 2023-03-18