Lines Matching refs:E_ERROR

110 			soap_error1(E_ERROR, "Parsing Schema: can't import schema from '%s'", location);  in schema_load_file()
115 soap_error1(E_ERROR, "Parsing Schema: can't import schema from '%s'", location); in schema_load_file()
121 …soap_error2(E_ERROR, "Parsing Schema: can't import schema from '%s', unexpected 'targetNamespace'=… in schema_load_file()
125 …soap_error2(E_ERROR, "Parsing Schema: can't import schema from '%s', unexpected 'targetNamespace'=… in schema_load_file()
135 …soap_error1(E_ERROR, "Parsing Schema: can't include schema from '%s', different 'targetNamespace'"… in schema_load_file()
194 soap_error0(E_ERROR, "Parsing Schema: include has no 'schemaLocation' attribute"); in load_schema()
214 soap_error0(E_ERROR, "Parsing Schema: redefine has no 'schemaLocation' attribute"); in load_schema()
239 …soap_error1(E_ERROR, "Parsing Schema: can't import schema from '%s', namespace must not match the … in load_schema()
241 …soap_error0(E_ERROR, "Parsing Schema: can't import schema. Namespace must not match the enclosing … in load_schema()
289 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in schema", trav->name); in load_schema()
370 soap_error0(E_ERROR, "Parsing Schema: simpleType has no 'name' attribute"); in schema_simpleType()
391 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in simpleType", trav->name); in schema_simpleType()
394 soap_error0(E_ERROR, "Parsing Schema: expected <restriction>, <list> or <union> in simpleType"); in schema_simpleType()
397 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in simpleType", trav->name); in schema_simpleType()
453 soap_error0(E_ERROR, "Parsing Schema: element has both 'itemType' attribute and subtype"); in schema_list()
480 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in list", trav->name); in schema_list()
574 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in union", trav->name); in schema_union()
579 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in union", trav->name); in schema_union()
610 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in simpleContent", trav->name); in schema_simpleContent()
613 soap_error0(E_ERROR, "Parsing Schema: expected <restriction> or <extension> in simpleContent"); in schema_simpleContent()
616 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in simpleContent", trav->name); in schema_simpleContent()
654 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_simpleContent()
721 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in restriction", trav->name); in schema_restriction_simpleContent()
727 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in restriction", trav->name); in schema_restriction_simpleContent()
759 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_complexContent()
792 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in restriction", trav->name); in schema_restriction_complexContent()
797 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in restriction", trav->name); in schema_restriction_complexContent()
822 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_int()
850 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_char()
884 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_simpleContent()
902 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in extension", trav->name); in schema_extension_simpleContent()
907 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in extension", trav->name); in schema_extension_simpleContent()
939 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_complexContent()
972 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in extension", trav->name); in schema_extension_complexContent()
977 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in extension", trav->name); in schema_extension_complexContent()
1039 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in all", trav->name); in schema_all()
1118 soap_error1(E_ERROR, "Parsing Schema: group '%s' already defined", key.c); in schema_group()
1131 soap_error0(E_ERROR, "Parsing Schema: group has no 'name' nor 'ref' attributes"); in schema_group()
1144 soap_error0(E_ERROR, "Parsing Schema: group has both 'ref' attribute and subcontent"); in schema_group()
1151 soap_error0(E_ERROR, "Parsing Schema: group has both 'ref' attribute and subcontent"); in schema_group()
1158 soap_error0(E_ERROR, "Parsing Schema: group has both 'ref' attribute and subcontent"); in schema_group()
1164 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in group", trav->name); in schema_group()
1168 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in group", trav->name); in schema_group()
1215 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in choice", trav->name); in schema_choice()
1265 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in sequence", trav->name); in schema_sequence()
1325 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in complexContent", trav->name); in schema_complexContent()
1328 soap_error0(E_ERROR, "Parsing Schema: <restriction> or <extension> expected in complexContent"); in schema_complexContent()
1331 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in complexContent", trav->name); in schema_complexContent()
1407 soap_error0(E_ERROR, "Parsing Schema: complexType has no 'name' attribute"); in schema_complexType()
1447 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in complexType", trav->name); in schema_complexType()
1454 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in complexType", trav->name); in schema_complexType()
1549 soap_error1(E_ERROR, "Parsing Schema: element '%s' already defined", key.c); in schema_element()
1569 soap_error0(E_ERROR, "Parsing Schema: element has no 'name' nor 'ref' attributes"); in schema_element()
1577 soap_error0(E_ERROR, "Parsing Schema: element has both 'ref' and 'nillable' attributes"); in schema_element()
1592 soap_error0(E_ERROR, "Parsing Schema: element has both 'ref' and 'fixed' attributes"); in schema_element()
1600 soap_error0(E_ERROR, "Parsing Schema: element has both 'ref' and 'fixed' attributes"); in schema_element()
1602 soap_error0(E_ERROR, "Parsing Schema: element has both 'default' and 'fixed' attributes"); in schema_element()
1647 soap_error0(E_ERROR, "Parsing Schema: element has both 'ref' and 'type' attributes"); in schema_element()
1666 soap_error0(E_ERROR, "Parsing Schema: element has both 'ref' attribute and subtype"); in schema_element()
1668 soap_error0(E_ERROR, "Parsing Schema: element has both 'type' attribute and subtype"); in schema_element()
1674 soap_error0(E_ERROR, "Parsing Schema: element has both 'ref' attribute and subtype"); in schema_element()
1676 soap_error0(E_ERROR, "Parsing Schema: element has both 'type' attribute and subtype"); in schema_element()
1690 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in element", trav->name); in schema_element()
1772 soap_error1(E_ERROR, "Parsing Schema: attribute '%s' already defined", key.c); in schema_attribute()
1776 soap_error0(E_ERROR, "Parsing Schema: attribute has no 'name' nor 'ref' attributes"); in schema_attribute()
1786 soap_error0(E_ERROR, "Parsing Schema: attribute has both 'ref' and 'type' attributes"); in schema_attribute()
1894 soap_error0(E_ERROR, "Parsing Schema: attribute has both 'ref' attribute and subtype"); in schema_attribute()
1896 soap_error0(E_ERROR, "Parsing Schema: attribute has both 'type' attribute and subtype"); in schema_attribute()
1916 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in attribute", trav->name); in schema_attribute()
1952 soap_error1(E_ERROR, "Parsing Schema: attributeGroup '%s' already defined", key.c); in schema_attributeGroup()
1986 soap_error0(E_ERROR, "Parsing Schema: attributeGroup has no 'name' nor 'ref' attributes"); in schema_attributeGroup()
1997 … soap_error0(E_ERROR, "Parsing Schema: attributeGroup has both 'ref' attribute and subattribute"); in schema_attributeGroup()
2002 … soap_error0(E_ERROR, "Parsing Schema: attributeGroup has both 'ref' attribute and subattribute"); in schema_attributeGroup()
2007 … soap_error0(E_ERROR, "Parsing Schema: attributeGroup has both 'ref' attribute and subattribute"); in schema_attributeGroup()
2013 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in attributeGroup", trav->name); in schema_attributeGroup()
2018 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in attributeGroup", trav->name); in schema_attributeGroup()
2152 soap_error0(E_ERROR, "Parsing Schema: unresolved group 'ref' attribute"); in schema_content_model_fixup()
2212 soap_error0(E_ERROR, "Parsing Schema: unresolved element 'ref' attribute"); in schema_type_fixup()