Searched refs:memberTypes (Results 1 – 5 of 5) sorted by relevance
13 <union memberTypes="string int float"/>
13 <union memberTypes="int float str"/>
11 <union memberTypes="string int float"/>
15 <union memberTypes="int float str"/>
517 xmlAttrPtr memberTypes; in schema_union() local519 memberTypes = get_attribute(unionType->properties, "memberTypes"); in schema_union()520 if (memberTypes != NULL) { in schema_union()526 str = estrdup((char*)memberTypes->children->content); in schema_union()
Completed in 13 milliseconds