summaryrefslogtreecommitdiff
path: root/ext/soap/php_encoding.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2004-01-14 16:24:09 +0000
committerDmitry Stogov <dmitry@php.net>2004-01-14 16:24:09 +0000
commit49b698c67ed0f8408c54d0754672e552376b7554 (patch)
treee0bcefe36cb1496ee4b9b81bfe5b4e13262cdc03 /ext/soap/php_encoding.h
parent51cbc1f84fbe2b6e762e527608e62835f2baa753 (diff)
downloadphp-git-49b698c67ed0f8408c54d0754672e552376b7554.tar.gz
WSDL: restrictions support (whiteSpace, minLength, maxLength, length)
Diffstat (limited to 'ext/soap/php_encoding.h')
-rw-r--r--ext/soap/php_encoding.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/soap/php_encoding.h b/ext/soap/php_encoding.h
index e7755008b2..7b2bbe13e2 100644
--- a/ext/soap/php_encoding.h
+++ b/ext/soap/php_encoding.h
@@ -105,6 +105,8 @@
#define XSD_POSITIVEINTEGER_STRING "positiveInteger"
#define XSD_ANYTYPE 143
#define XSD_ANYTYPE_STRING "anyType"
+#define XSD_UR_TYPE 144
+#define XSD_UR_TYPE_STRING "ur-type"
#define APACHE_NAMESPACE "http://xml.apache.org/xml-soap"
#define APACHE_NS_PREFIX "apache"