Lines Matching refs:includes
12 * - when types are redefined in includes, check that all
30 * IDC XPath expression and chameleon includes: the targetNamespace is changed, so
423 /* For chameleon includes, @origTargetNamespace will be NULL */
426 * For chameleon includes, @targetNamespace will be the
3640 /* Includes got into the "includes" slot of the *main* schema. */
3641 if (mainSchema->includes == NULL) {
3642 mainSchema->includes = xmlSchemaItemListCreate();
3643 if (mainSchema->includes == NULL) {
3648 xmlSchemaItemListAdd(mainSchema->includes, ret);
4121 if (schema->includes != NULL) {
4122 xmlSchemaItemListPtr list = (xmlSchemaItemListPtr) schema->includes;
9871 * "includes" slots of the xmlSchema.
13634 * 5.1 If the set S includes both the negated namespace
13648 * 5.2 If the set S includes the negated namespace name
13664 * 5.3 If the set S includes ?absent? but not the negated
13709 * 6.1 If the set S includes ?absent?, then any must be the
21513 * Note that this includes built-in list datatypes.