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()
481 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in list", trav->name); in schema_list()
576 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in union", trav->name); in schema_union()
581 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in union", trav->name); in schema_union()
612 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in simpleContent", trav->name); in schema_simpleContent()
615 soap_error0(E_ERROR, "Parsing Schema: expected <restriction> or <extension> in simpleContent"); in schema_simpleContent()
618 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in simpleContent", trav->name); in schema_simpleContent()
656 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_simpleContent()
723 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in restriction", trav->name); in schema_restriction_simpleContent()
729 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in restriction", trav->name); in schema_restriction_simpleContent()
761 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_complexContent()
794 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in restriction", trav->name); in schema_restriction_complexContent()
799 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in restriction", trav->name); in schema_restriction_complexContent()
824 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_int()
852 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_char()
886 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_simpleContent()
904 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in extension", trav->name); in schema_extension_simpleContent()
909 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in extension", trav->name); in schema_extension_simpleContent()
941 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_complexContent()
974 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in extension", trav->name); in schema_extension_complexContent()
979 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in extension", trav->name); in schema_extension_complexContent()
1041 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in all", trav->name); in schema_all()
1128 soap_error1(E_ERROR, "Parsing Schema: group '%s' already defined", ZSTR_VAL(key.s)); in schema_group()
1141 soap_error0(E_ERROR, "Parsing Schema: group has no 'name' nor 'ref' attributes"); in schema_group()
1154 soap_error0(E_ERROR, "Parsing Schema: group has both 'ref' attribute and subcontent"); in schema_group()
1161 soap_error0(E_ERROR, "Parsing Schema: group has both 'ref' attribute and subcontent"); in schema_group()
1168 soap_error0(E_ERROR, "Parsing Schema: group has both 'ref' attribute and subcontent"); in schema_group()
1174 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in group", trav->name); in schema_group()
1178 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in group", trav->name); in schema_group()
1225 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in choice", trav->name); in schema_choice()
1275 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in sequence", trav->name); in schema_sequence()
1335 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in complexContent", trav->name); in schema_complexContent()
1338 soap_error0(E_ERROR, "Parsing Schema: <restriction> or <extension> expected in complexContent"); in schema_complexContent()
1341 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in complexContent", trav->name); in schema_complexContent()
1417 soap_error0(E_ERROR, "Parsing Schema: complexType has no 'name' attribute"); in schema_complexType()
1457 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in complexType", trav->name); in schema_complexType()
1464 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in complexType", trav->name); in schema_complexType()
1567 soap_error1(E_ERROR, "Parsing Schema: element '%s' already defined", ZSTR_VAL(key.s)); in schema_element()
1587 soap_error0(E_ERROR, "Parsing Schema: element has no 'name' nor 'ref' attributes"); in schema_element()
1595 soap_error0(E_ERROR, "Parsing Schema: element has both 'ref' and 'nillable' attributes"); in schema_element()
1610 soap_error0(E_ERROR, "Parsing Schema: element has both 'ref' and 'fixed' attributes"); in schema_element()
1618 soap_error0(E_ERROR, "Parsing Schema: element has both 'ref' and 'fixed' attributes"); in schema_element()
1620 soap_error0(E_ERROR, "Parsing Schema: element has both 'default' and 'fixed' attributes"); in schema_element()
1665 soap_error0(E_ERROR, "Parsing Schema: element has both 'ref' and 'type' attributes"); in schema_element()
1684 soap_error0(E_ERROR, "Parsing Schema: element has both 'ref' attribute and subtype"); in schema_element()
1686 soap_error0(E_ERROR, "Parsing Schema: element has both 'type' attribute and subtype"); in schema_element()
1692 soap_error0(E_ERROR, "Parsing Schema: element has both 'ref' attribute and subtype"); in schema_element()
1694 soap_error0(E_ERROR, "Parsing Schema: element has both 'type' attribute and subtype"); in schema_element()
1708 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in element", trav->name); in schema_element()
1798 soap_error1(E_ERROR, "Parsing Schema: attribute '%s' already defined", ZSTR_VAL(key.s)); in schema_attribute()
1802 soap_error0(E_ERROR, "Parsing Schema: attribute has no 'name' nor 'ref' attributes"); in schema_attribute()
1812 soap_error0(E_ERROR, "Parsing Schema: attribute has both 'ref' and 'type' attributes"); in schema_attribute()
1922 soap_error0(E_ERROR, "Parsing Schema: attribute has both 'ref' attribute and subtype"); in schema_attribute()
1924 soap_error0(E_ERROR, "Parsing Schema: attribute has both 'type' attribute and subtype"); in schema_attribute()
1946 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in attribute", trav->name); in schema_attribute()
1982 soap_error1(E_ERROR, "Parsing Schema: attributeGroup '%s' already defined", ZSTR_VAL(key.s)); in schema_attributeGroup()
2016 soap_error0(E_ERROR, "Parsing Schema: attributeGroup has no 'name' nor 'ref' attributes"); in schema_attributeGroup()
2027 … soap_error0(E_ERROR, "Parsing Schema: attributeGroup has both 'ref' attribute and subattribute"); in schema_attributeGroup()
2032 … soap_error0(E_ERROR, "Parsing Schema: attributeGroup has both 'ref' attribute and subattribute"); in schema_attributeGroup()
2037 … soap_error0(E_ERROR, "Parsing Schema: attributeGroup has both 'ref' attribute and subattribute"); in schema_attributeGroup()
2043 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in attributeGroup", trav->name); in schema_attributeGroup()
2048 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in attributeGroup", trav->name); in schema_attributeGroup()
2196 … soap_error1(E_ERROR, "Parsing Schema: unresolved group 'ref' attribute '%s'", model->u.group_ref); in schema_content_model_fixup()
2252 soap_error1(E_ERROR, "Parsing Schema: unresolved element 'ref' attribute '%s'", type->ref); in schema_type_fixup()