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; |