new_tns           103 ext/soap/php_schema.c 		xmlAttrPtr new_tns;
new_tns           117 ext/soap/php_schema.c 		new_tns = get_attribute(schema->properties, "targetNamespace");
new_tns           119 ext/soap/php_schema.c 			if (ns != NULL && (new_tns == NULL || xmlStrcmp(ns->children->content, new_tns->children->content) != 0)) {
new_tns           123 ext/soap/php_schema.c 			if (ns == NULL && new_tns != NULL) {
new_tns           125 ext/soap/php_schema.c 				soap_error2(E_ERROR, "Parsing Schema: can't import schema from '%s', unexpected 'targetNamespace'='%s'", location, new_tns->children->content);
new_tns           128 ext/soap/php_schema.c 			new_tns = get_attribute(schema->properties, "targetNamespace");
new_tns           129 ext/soap/php_schema.c 			if (new_tns == NULL) {
new_tns           133 ext/soap/php_schema.c 			} else if (tns != NULL && xmlStrcmp(tns->children->content, new_tns->children->content) != 0) {