Home
last modified time | relevance | path

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

/PHP-8.3/ext/soap/
H A Dphp_schema.c34 static int schema_group(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr groupType, sdlTypePtr cur_type, sdlC…
1077 static int schema_group(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr groupType, sdlTypePtr cur_type, sdlC… in schema_group() argument
1083 ns = get_attribute(groupType->properties, "targetNamespace"); in schema_group()
1088 name = get_attribute(groupType->properties, "name"); in schema_group()
1090 name = ref = get_attribute(groupType->properties, "ref"); in schema_group()
1101 nsptr = xmlSearchNs(groupType->doc, groupType, BAD_CAST(ns)); in schema_group()
1105 xmlAttrPtr ns = get_attribute(groupType->properties, "targetNamespace"); in schema_group()
1162 schema_min_max(groupType, newModel); in schema_group()
1164 trav = groupType->children; in schema_group()

Completed in 7 milliseconds