summaryrefslogtreecommitdiff
path: root/ext/soap/php_schema.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2004-01-22 15:58:03 +0000
committerDmitry Stogov <dmitry@php.net>2004-01-22 15:58:03 +0000
commitec2950854aa4ac1a05c1108d1b50758bfe854bdf (patch)
treef1d865b2e39d4d9bf5394a2bc274bb2973ea7a61 /ext/soap/php_schema.h
parent0dd6bd1d9f76a9202e4f88542631368b03c92c8c (diff)
downloadphp-git-ec2950854aa4ac1a05c1108d1b50758bfe854bdf.tar.gz
XML Schema support was improved
support for content model (<sequence>,<all>,<choice>) support for top-level <group> support for <group> 'ref' attribute support for content model encoding/decoding (incomplete) support for attribute encoding/decoding (incomplete) support for <attribute> with inline anonymous <simpleType>
Diffstat (limited to 'ext/soap/php_schema.h')
-rw-r--r--ext/soap/php_schema.h1
1 files changed, 1 insertions, 0 deletions
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