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 1728 ext/soap/php_schema.c static int schema_attribute(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr attrType, sdlTypePtr cur_type, sdlCtx *ctx) attrType 1734 ext/soap/php_schema.c name = get_attribute(attrType->properties, "name"); attrType 1736 ext/soap/php_schema.c name = ref = get_attribute(attrType->properties, "ref"); attrType 1750 ext/soap/php_schema.c nsptr = xmlSearchNs(attrType->doc, attrType, BAD_CAST(ns)); attrType 1755 ext/soap/php_schema.c xmlAttrPtr ns = get_attribute(attrType->properties, "targetNamespace"); attrType 1772 ext/soap/php_schema.c ns = get_attribute(attrType->properties, "targetNamespace"); attrType 1804 ext/soap/php_schema.c type = get_attribute(attrType->properties, "type"); attrType 1813 ext/soap/php_schema.c nsptr = xmlSearchNs(attrType->doc, attrType, BAD_CAST(str_ns)); attrType 1821 ext/soap/php_schema.c attr = attrType->properties; attrType 1891 ext/soap/php_schema.c xmlNodePtr parent = attrType->parent; attrType 1909 ext/soap/php_schema.c trav = attrType->children;