diff options
Diffstat (limited to 'ext/soap/php_encoding.h')
-rw-r--r-- | ext/soap/php_encoding.h | 2 |
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" |