Lines Matching refs:imported
403 int imported;
431 /* @relations will hold any included/imported/redefined schemas. */
435 int imported;
439 /* The imported schema. */
458 int imported;
4804 * Lookup a an attribute in the schema or imported schemas
4838 * Lookup a an attribute group in the schema or imported schemas
4878 * Lookup a group in the schema or imported schemas
4945 * Lookup a group in the schema or imported schemas
5069 * Process imported/included schemas.
10053 int imported)
10067 ((imported && cur->imported) ||
10068 ((!imported) && (!cur->imported))))
10346 if ((WXS_IS_BUCKET_IMPMAIN(type)) && (! bkt->imported)) {
10357 "The schema document '%s' cannot be imported, since "
10362 } else if ((! WXS_IS_BUCKET_IMPMAIN(type)) && (bkt->imported)) {
10364 * We imported and then try to include/redefine a schema,
10375 "redefined, since it was already imported",
10431 "imported with the schema located at '%s'",
10640 bkt->imported++;
20441 * would include all imported and included sub-schemas of the
20696 * we would need, if imported directly, to import redefined
20775 * Process imported/included schemas.
21614 * schemas imported by XSI were imported by this first schema.
21626 * We will reuse the parser context for every schema imported
21984 * @imported: the imported schema
21986 * Creates an augmented IDC definition for the imported schema.
21989 xmlSchemaAugmentImportedIDC(xmlSchemaImportPtr imported, xmlSchemaValidCtxtPtr vctxt) {
21990 if (imported->schema->idcDef != NULL) {
21991 xmlHashScan(imported->schema->idcDef ,
26816 * Augment the IDC definitions for the main schema and all imported ones
26817 * NOTE: main schema is the first in the imported list
28001 * Augment the IDC definitions for the main schema and all imported ones
28002 * NOTE: main schema if the first in the imported list