summaryrefslogtreecommitdiff
path: root/ext/soap/php_schema.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2004-01-20 16:30:38 +0000
committerDmitry Stogov <dmitry@php.net>2004-01-20 16:30:38 +0000
commit67886b8321044d9ee04a4003206b9538bcc79219 (patch)
tree4222ddf609c857211c021550dca298a88445a94c /ext/soap/php_schema.h
parenta4815f7c8e9e7a5f5ccd9850402afc434f1d4353 (diff)
downloadphp-git-67886b8321044d9ee04a4003206b9538bcc79219.tar.gz
XML Schema support
- support for <element> 'ref' attibute was implemented - support for inline types - support for <list> and <union> (incompleate)
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 ed7a9d8e78..74994485dd 100644
--- a/ext/soap/php_schema.h
+++ b/ext/soap/php_schema.h
@@ -2,5 +2,6 @@
#define PHP_SCHEMA_H
int load_schema(sdlPtr sdl, xmlNodePtr schema);
+int schema_pass2(sdlPtr sdl);
#endif