Lines Matching refs:refNs
5443 const xmlChar *refNs) in xmlSchemaNewQNameRef() argument
5457 ret->targetNamespace = refNs; in xmlSchemaNewQNameRef()
7694 const xmlChar *refNs = NULL, *ref = NULL; in xmlSchemaParseAttributeGroupRef() local
7707 NULL, attr, &refNs, &ref); in xmlSchemaParseAttributeGroupRef()
7708 if (xmlSchemaCheckReference(pctxt, schema, node, attr, refNs) != 0) in xmlSchemaParseAttributeGroupRef()
7757 (refNs == pctxt->redef->refTargetNs)) in xmlSchemaParseAttributeGroupRef()
7774 xmlSchemaFormatQName(&str, refNs, ref), NULL); in xmlSchemaParseAttributeGroupRef()
7784 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, ref, refNs); in xmlSchemaParseAttributeGroupRef()
7796 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, ref, refNs); in xmlSchemaParseAttributeGroupRef()
8556 const xmlChar *refNs = NULL, *ref = NULL; in xmlSchemaParseElement() local
8565 NULL, attr, &refNs, &ref); in xmlSchemaParseElement()
8566 xmlSchemaCheckReference(ctxt, schema, node, attr, refNs); in xmlSchemaParseElement()
8616 ref, refNs); in xmlSchemaParseElement()
9395 const xmlChar *ref = NULL, *refNs = NULL; in xmlSchemaParseModelGroupDefRef() local
9408 attr, &refNs, &ref) != 0) { in xmlSchemaParseModelGroupDefRef()
9411 xmlSchemaCheckReference(ctxt, schema, node, attr, refNs); in xmlSchemaParseModelGroupDefRef()
9443 xmlSchemaNewQNameRef(ctxt, XML_SCHEMA_TYPE_GROUP, ref, refNs); in xmlSchemaParseModelGroupDefRef()