Lines Matching defs:_xmlSchemaImport
419 struct _xmlSchemaImport { struct
420 int type; /* Main OR import OR include. */
421 int flags;
422 const xmlChar *schemaLocation; /* The URI of the schema document. */
424 const xmlChar *origTargetNamespace;
429 const xmlChar *targetNamespace;
430 xmlDocPtr doc; /* The schema node-tree. */
432 xmlSchemaSchemaRelationPtr relations;
433 int located;
434 int parsed;
435 int imported;
436 int preserveDoc;
437 xmlSchemaItemListPtr globals;
438 xmlSchemaItemListPtr locals;
440 xmlSchemaPtr schema;