Lines Matching defs:_xmlSchemaInclude
484 struct _xmlSchemaInclude { struct
485 int type;
486 int flags;
487 const xmlChar *schemaLocation;
488 const xmlChar *origTargetNamespace;
489 const xmlChar *targetNamespace;
490 xmlDocPtr doc;
491 xmlSchemaSchemaRelationPtr relations;
492 int located;
493 int parsed;
494 int imported;
495 int preserveDoc;
496 xmlSchemaItemListPtr globals; /* Global components. */
497 xmlSchemaItemListPtr locals; /* Local components. */
500 xmlSchemaImportPtr ownerImport;