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

xmlSchemaType

Declaration

Source position: schemasInternals.inc line 570

type xmlSchemaType = 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;

  contentType: xmlSchemaContentType;

  base: xmlCharPtr;

  baseNs: xmlCharPtr;

  baseType: xmlSchemaTypePtr;

  facets: xmlSchemaFacetPtr;

  redef: xmlSchemaTypePtr;

  recurse: cint;

  attributeUses: xmlSchemaAttributeLinkPtrPtr;

  attributeWildcard: xmlSchemaWildcardPtr;

  builtInType: cint;

  memberTypes: xmlSchemaTypeLinkPtr;

  facetSet: xmlSchemaFacetLinkPtr;

  refPrefix: xmlCharPtr;

  contentTypeDef: xmlSchemaTypePtr;

  contModel: xmlRegexpPtr;

  targetNamespace: xmlCharPtr;

  attrUses: pointer;

end;


Documentation generated on: 2023-03-18