attrType           40 ext/soap/php_schema.c static int schema_attribute(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr attrType, sdlTypePtr cur_type, sdlCtx *ctx);
attrType           41 ext/soap/php_schema.c static int schema_attributeGroup(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr attrType, sdlTypePtr cur_type, sdlCtx *ctx);
attrType         1730 ext/soap/php_schema.c static int schema_attribute(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr attrType, sdlTypePtr cur_type, sdlCtx *ctx)
attrType         1736 ext/soap/php_schema.c 	name = get_attribute(attrType->properties, "name");
attrType         1738 ext/soap/php_schema.c 		name = ref = get_attribute(attrType->properties, "ref");
attrType         1752 ext/soap/php_schema.c 			nsptr = xmlSearchNs(attrType->doc, attrType, BAD_CAST(ns));
attrType         1757 ext/soap/php_schema.c 				xmlAttrPtr ns = get_attribute(attrType->properties, "targetNamespace");
attrType         1774 ext/soap/php_schema.c 			ns = get_attribute(attrType->properties, "targetNamespace");
attrType         1806 ext/soap/php_schema.c 	type = get_attribute(attrType->properties, "type");
attrType         1815 ext/soap/php_schema.c 		nsptr = xmlSearchNs(attrType->doc, attrType, BAD_CAST(str_ns));
attrType         1823 ext/soap/php_schema.c 	attr = attrType->properties;
attrType         1893 ext/soap/php_schema.c  		xmlNodePtr parent = attrType->parent;
attrType         1911 ext/soap/php_schema.c 	trav = attrType->children;