From 49b698c67ed0f8408c54d0754672e552376b7554 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Wed, 14 Jan 2004 16:24:09 +0000 Subject: WSDL: restrictions support (whiteSpace, minLength, maxLength, length) --- ext/soap/php_encoding.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/soap/php_encoding.h') 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" -- cgit v1.2.1