groupType          37 ext/soap/php_schema.c static int schema_group(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr groupType, sdlTypePtr cur_type, sdlContentModelPtr model);
groupType        1057 ext/soap/php_schema.c static int schema_group(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr groupType, sdlTypePtr cur_type, sdlContentModelPtr model)
groupType        1063 ext/soap/php_schema.c 	ns = get_attribute(groupType->properties, "targetNamespace");
groupType        1068 ext/soap/php_schema.c 	name = get_attribute(groupType->properties, "name");
groupType        1070 ext/soap/php_schema.c 		name = ref = get_attribute(groupType->properties, "ref");
groupType        1081 ext/soap/php_schema.c 			nsptr = xmlSearchNs(groupType->doc, groupType, BAD_CAST(ns));
groupType        1085 ext/soap/php_schema.c 				xmlAttrPtr ns = get_attribute(groupType->properties, "targetNamespace");
groupType        1142 ext/soap/php_schema.c 	schema_min_max(groupType, newModel);
groupType        1144 ext/soap/php_schema.c 	trav = groupType->children;