Home
last modified time | relevance | path

Searched refs:groupType (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/soap/
H A Dphp_schema.c37 static int schema_group(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr groupType, sdlTypePtr cur_type, sdlC…
1057 static int schema_group(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr groupType, sdlTypePtr cur_type, sdlC… in schema_group() argument
1063 ns = get_attribute(groupType->properties, "targetNamespace"); in schema_group()
1068 name = get_attribute(groupType->properties, "name"); in schema_group()
1070 name = ref = get_attribute(groupType->properties, "ref"); in schema_group()
1081 nsptr = xmlSearchNs(groupType->doc, groupType, BAD_CAST(ns)); in schema_group()
1085 xmlAttrPtr ns = get_attribute(groupType->properties, "targetNamespace"); in schema_group()
1142 schema_min_max(groupType, newModel); in schema_group()
1144 trav = groupType->children; in schema_group()

Completed in 12 milliseconds