Lines Matching defs:_xmlSchemaInclude
444 struct _xmlSchemaInclude { struct
445 int type;
446 int flags;
447 const xmlChar *schemaLocation;
448 const xmlChar *origTargetNamespace;
449 const xmlChar *targetNamespace;
450 xmlDocPtr doc;
451 xmlSchemaSchemaRelationPtr relations;
452 int located;
453 int parsed;
454 int imported;
455 int preserveDoc;
456 xmlSchemaItemListPtr globals; /* Global components. */
457 xmlSchemaItemListPtr locals; /* Local components. */
460 xmlSchemaImportPtr ownerImport;