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.
10055 int imported)
10069 ((imported && cur->imported) ||
10070 ((!imported) && (!cur->imported))))
10349 if ((WXS_IS_BUCKET_IMPMAIN(type)) && (! bkt->imported)) {
10355 "The schema document '%s' cannot be imported, since "
10359 } else if ((! WXS_IS_BUCKET_IMPMAIN(type)) && (bkt->imported)) {
10360 /* We imported and then try to include/redefine a schema. */
10366 "redefined, since it was already imported",
10421 "imported with the schema located at '%s'",
10630 bkt->imported++;
20369 * would include all imported and included sub-schemas of the
20624 * we would need, if imported directly, to import redefined
20703 * Process imported/included schemas.
21542 * schemas imported by XSI were imported by this first schema.
21554 * We will reuse the parser context for every schema imported
21912 * @imported: the imported schema
21914 * Creates an augmented IDC definition for the imported schema.
21917 xmlSchemaAugmentImportedIDC(xmlSchemaImportPtr imported, xmlSchemaValidCtxtPtr vctxt) {
21918 if (imported->schema->idcDef != NULL) {
21919 xmlHashScan(imported->schema->idcDef ,
27921 * Augment the IDC definitions for the main schema and all imported ones
27922 * NOTE: main schema if the first in the imported list