groupType          37 ext/soap/php_schema.c static int schema_group(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr groupType, sdlTypePtr cur_type, sdlContentModelPtr model);
groupType        1059 ext/soap/php_schema.c static int schema_group(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr groupType, sdlTypePtr cur_type, sdlContentModelPtr model)
groupType        1065 ext/soap/php_schema.c 	ns = get_attribute(groupType->properties, "targetNamespace");
groupType        1070 ext/soap/php_schema.c 	name = get_attribute(groupType->properties, "name");
groupType        1072 ext/soap/php_schema.c 		name = ref = get_attribute(groupType->properties, "ref");
groupType        1083 ext/soap/php_schema.c 			nsptr = xmlSearchNs(groupType->doc, groupType, BAD_CAST(ns));
groupType        1087 ext/soap/php_schema.c 				xmlAttrPtr ns = get_attribute(groupType->properties, "targetNamespace");
groupType        1144 ext/soap/php_schema.c 	schema_min_max(groupType, newModel);
groupType        1146 ext/soap/php_schema.c 	trav = groupType->children;