Searched refs:xs_complexType (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/msxml3/ |
H A D | xdr.c | 53 static const xmlChar xs_complexType[] = "complexType"; variable 573 xsd_type = xmlNewChild(xsd_node, NULL, xs_complexType, NULL); in XDR_E_ElementType() 637 xsd_type = xmlNewChild(xsd_node, NULL, xs_complexType, NULL); in XDR_E_ElementType() 689 xsd_type = xmlNewChild(xsd_node, NULL, xs_complexType, NULL); in XDR_E_ElementType() 706 xsd_type = xmlNewChild(xsd_node, NULL, xs_complexType, NULL); in XDR_E_ElementType()
|