Lines Matching defs:_xmlSchemaImport
455 struct _xmlSchemaImport { struct
456 int type; /* Main OR import OR include. */
457 int flags;
458 const xmlChar *schemaLocation; /* The URI of the schema document. */
460 const xmlChar *origTargetNamespace;
465 const xmlChar *targetNamespace;
466 xmlDocPtr doc; /* The schema node-tree. */
468 xmlSchemaSchemaRelationPtr relations;
469 int located;
470 int parsed;
471 int imported;
472 int preserveDoc;
473 xmlSchemaItemListPtr globals;
474 xmlSchemaItemListPtr locals;
476 xmlSchemaPtr schema;