Source position: schemasInternals.inc line 784
type xmlSchemaFacet = record |
_type: xmlSchemaTypeType; |
next: xmlSchemaFacetPtr; |
value: xmlCharPtr; |
id: xmlCharPtr; |
annot: xmlSchemaAnnotPtr; |
node: xmlNodePtr; |
fixed: cint; |
whitespace: cint; |
val: xmlSchemaValPtr; |
regexp: xmlRegexpPtr; |
end; |