From ec2950854aa4ac1a05c1108d1b50758bfe854bdf Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Thu, 22 Jan 2004 15:58:03 +0000 Subject: XML Schema support was improved support for content model (,,) support for top-level support for 'ref' attribute support for content model encoding/decoding (incomplete) support for attribute encoding/decoding (incomplete) support for with inline anonymous --- ext/soap/php_schema.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/soap/php_schema.h') diff --git a/ext/soap/php_schema.h b/ext/soap/php_schema.h index 74994485dd..c34b2e06f9 100644 --- a/ext/soap/php_schema.h +++ b/ext/soap/php_schema.h @@ -3,5 +3,6 @@ int load_schema(sdlPtr sdl, xmlNodePtr schema); int schema_pass2(sdlPtr sdl); +int schema_pass3(sdlPtr sdl); #endif -- cgit v1.2.1