Lines Matching defs:_xmlSchemaImport
415 struct _xmlSchemaImport { struct
416 int type; /* Main OR import OR include. */
417 int flags;
418 const xmlChar *schemaLocation; /* The URI of the schema document. */
420 const xmlChar *origTargetNamespace;
425 const xmlChar *targetNamespace;
426 xmlDocPtr doc; /* The schema node-tree. */
428 xmlSchemaSchemaRelationPtr relations;
429 int located;
430 int parsed;
431 int imported;
432 int preserveDoc;
433 xmlSchemaItemListPtr globals;
434 xmlSchemaItemListPtr locals;
436 xmlSchemaPtr schema;