Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dphp_schema.c36 static int schema_group(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr groupType, sdlTypePtr cur_type, sdlC…
1058 static int schema_group(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr groupType, sdlTypePtr cur_type, sdlC… in schema_group() argument
1064 ns = get_attribute(groupType->properties, "targetNamespace"); in schema_group()
1069 name = get_attribute(groupType->properties, "name"); in schema_group()
1071 name = ref = get_attribute(groupType->properties, "ref"); in schema_group()
1082 nsptr = xmlSearchNs(groupType->doc, groupType, BAD_CAST(ns)); in schema_group()
1086 xmlAttrPtr ns = get_attribute(groupType->properties, "targetNamespace"); in schema_group()
1143 schema_min_max(groupType, newModel); in schema_group()
1145 trav = groupType->children; in schema_group()

Completed in 14 milliseconds