Home
last modified time | relevance | path

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

/PHP-8.0/ext/soap/
H A Dphp_schema.c34 static int schema_group(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr groupType, sdlTypePtr cur_type, sdlC…
1056 static int schema_group(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr groupType, sdlTypePtr cur_type, sdlC… in schema_group() argument
1062 ns = get_attribute(groupType->properties, "targetNamespace"); in schema_group()
1067 name = get_attribute(groupType->properties, "name"); in schema_group()
1069 name = ref = get_attribute(groupType->properties, "ref"); in schema_group()
1080 nsptr = xmlSearchNs(groupType->doc, groupType, BAD_CAST(ns)); in schema_group()
1084 xmlAttrPtr ns = get_attribute(groupType->properties, "targetNamespace"); in schema_group()
1141 schema_min_max(groupType, newModel); in schema_group()
1143 trav = groupType->children; in schema_group()

Completed in 10 milliseconds