summaryrefslogtreecommitdiff
path: root/ext/soap/php_encoding.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2004-01-08 12:32:28 +0000
committerDmitry Stogov <dmitry@php.net>2004-01-08 12:32:28 +0000
commit2cf3cb6407aa108f21149782245c61e7e393ec59 (patch)
treedbd1327086c0db9ad851a0f41496610e34ebb389 /ext/soap/php_encoding.h
parent611c69b8169e425974da2d826a97d514c95a6c0d (diff)
downloadphp-git-2cf3cb6407aa108f21149782245c61e7e393ec59.tar.gz
Support for "xsd:anyType" was implemented
Diffstat (limited to 'ext/soap/php_encoding.h')
-rw-r--r--ext/soap/php_encoding.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/soap/php_encoding.h b/ext/soap/php_encoding.h
index b6722a3245..1d7a16b8a6 100644
--- a/ext/soap/php_encoding.h
+++ b/ext/soap/php_encoding.h
@@ -5,6 +5,12 @@
#define XSD_1999_TIMEINSTANT 401
#define XSD_1999_TIMEINSTANT_STRING "timeInstant"
+#define SOAP_1_1_ENC "http://schemas.xmlsoap.org/soap/encoding/"
+#define SOAP_1_1_ENV "http://schemas.xmlsoap.org/soap/envelope/"
+
+#define SOAP_1_2_ENC "http://www.w3.org/2003/05/soap-encoding"
+#define SOAP_1_2_ENV "http://www.w3.org/2003/05/soap-envelope"
+
#define SCHEMA_NAMESPACE "http://www.w3.org/2001/XMLSchema"
#define XSD_NAMESPACE "http://www.w3.org/2001/XMLSchema"
#define XSD_NS_PREFIX "xsd"
@@ -97,6 +103,8 @@
#define XSD_UNSIGNEDBYTE_STRING "unsignedByte"
#define XSD_POSITIVEINTEGER 142
#define XSD_POSITIVEINTEGER_STRING "positiveInteger"
+#define XSD_ANYTYPE 143
+#define XSD_ANYTYPE_STRING "anyType"
#define APACHE_NAMESPACE "http://xml.apache.org/xml-soap"
#define APACHE_NS_PREFIX "apache"