Lines Matching defs:_xmlSchemaImport
439 struct _xmlSchemaImport { struct
440 int type; /* Main OR import OR include. */
441 int flags;
442 const xmlChar *schemaLocation; /* The URI of the schema document. */
444 const xmlChar *origTargetNamespace;
449 const xmlChar *targetNamespace;
450 xmlDocPtr doc; /* The schema node-tree. */
452 xmlSchemaSchemaRelationPtr relations;
453 int located;
454 int parsed;
455 int imported;
456 int preserveDoc;
457 xmlSchemaItemListPtr globals;
458 xmlSchemaItemListPtr locals;
460 xmlSchemaPtr schema;