Searched refs:memberTypes (Results 1 – 5 of 5) sorted by relevance
10 <union memberTypes="string int float"/>
12 <union memberTypes="string int float"/>
12 <union memberTypes="int float str"/>
14 <union memberTypes="int float str"/>
496 xmlAttrPtr memberTypes; in schema_union() local498 memberTypes = get_attribute(unionType->properties, "memberTypes"); in schema_union()499 if (memberTypes != NULL) { in schema_union()504 str = estrdup((char*)memberTypes->children->content); in schema_union()
Completed in 17 milliseconds