Source position: schemasInternals.inc line 336
type xmlSchemaAttributeGroup = record |
_type: xmlSchemaTypeType; |
next: xmlSchemaAttributePtr; |
name: xmlCharPtr; |
id: xmlCharPtr; |
ref: xmlCharPtr; |
refNs: xmlCharPtr; |
annot: xmlSchemaAnnotPtr; |
attributes: xmlSchemaAttributePtr; |
node: xmlNodePtr; |
flags: cint; |
attributeWildcard: xmlSchemaWildcardPtr; |
refPrefix: xmlCharPtr; |
refItem: xmlSchemaAttributeGroupPtr; |
targetNamespace: xmlCharPtr; |
attrUses: pointer; |
end; |