Lines Matching defs:_xmlSchemaImport
426 struct _xmlSchemaImport { struct
427 int type; /* Main OR import OR include. */
428 int flags;
429 const xmlChar *schemaLocation; /* The URI of the schema document. */
431 const xmlChar *origTargetNamespace;
436 const xmlChar *targetNamespace;
437 xmlDocPtr doc; /* The schema node-tree. */
439 xmlSchemaSchemaRelationPtr relations;
440 int located;
441 int parsed;
442 int imported;
443 int preserveDoc;
444 xmlSchemaItemListPtr globals;
445 xmlSchemaItemListPtr locals;
447 xmlSchemaPtr schema;