Lines Matching refs:refNs
5422 const xmlChar *refNs)
5436 ret->targetNamespace = refNs;
7667 const xmlChar *refNs = NULL, *ref = NULL;
7680 NULL, attr, &refNs, &ref);
7681 if (xmlSchemaCheckReference(pctxt, schema, node, attr, refNs) != 0)
7730 (refNs == pctxt->redef->refTargetNs))
7747 xmlSchemaFormatQName(&str, refNs, ref), NULL);
7757 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, ref, refNs);
7769 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, ref, refNs);
8529 const xmlChar *refNs = NULL, *ref = NULL;
8538 NULL, attr, &refNs, &ref);
8539 xmlSchemaCheckReference(ctxt, schema, node, attr, refNs);
8589 ref, refNs);
9077 * Attribute "itemType". NOTE that we will use the "ref" and "refNs"
9368 const xmlChar *ref = NULL, *refNs = NULL;
9381 attr, &refNs, &ref) != 0) {
9384 xmlSchemaCheckReference(ctxt, schema, node, attr, refNs);
9416 xmlSchemaNewQNameRef(ctxt, XML_SCHEMA_TYPE_GROUP, ref, refNs);