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