diff options
| author | Dmitry Stogov <dmitry@php.net> | 2004-02-05 20:26:05 +0000 | 
|---|---|---|
| committer | Dmitry Stogov <dmitry@php.net> | 2004-02-05 20:26:05 +0000 | 
| commit | 508273780c5fad4aa000abae84ced11cc055cbda (patch) | |
| tree | adad08b08f91ce7370512ef6a299f1238ec75770 /ext/soap/php_encoding.h | |
| parent | 0e3ce62c7b5f28fb9052f62d14d059a2555316a0 (diff) | |
| download | php-git-508273780c5fad4aa000abae84ced11cc055cbda.tar.gz | |
PHP API was changed (see readme.html for more details).
Diffstat (limited to 'ext/soap/php_encoding.h')
| -rw-r--r-- | ext/soap/php_encoding.h | 86 | 
1 files changed, 43 insertions, 43 deletions
diff --git a/ext/soap/php_encoding.h b/ext/soap/php_encoding.h index 5e82854ef2..4673d3ee0e 100644 --- a/ext/soap/php_encoding.h +++ b/ext/soap/php_encoding.h @@ -46,49 +46,49 @@  #define XSD_STRING 101  #define XSD_STRING_STRING "string" -#define XSD_BOOLEAN 103 +#define XSD_BOOLEAN 102  #define XSD_BOOLEAN_STRING "boolean" -#define XSD_DECIMAL 104 +#define XSD_DECIMAL 103  #define XSD_DECIMAL_STRING "decimal" -#define XSD_FLOAT 105 +#define XSD_FLOAT 104  #define XSD_FLOAT_STRING "float" -#define XSD_DOUBLE 106 +#define XSD_DOUBLE 105  #define XSD_DOUBLE_STRING "double" -#define XSD_DURATION 107 +#define XSD_DURATION 106  #define XSD_DURATION_STRING "duration" -#define XSD_DATETIME 108 +#define XSD_DATETIME 107  #define XSD_DATETIME_STRING "dateTime" -#define XSD_TIME 109 +#define XSD_TIME 108  #define XSD_TIME_STRING "time" -#define XSD_DATE 110 +#define XSD_DATE 109  #define XSD_DATE_STRING "date" -#define XSD_GYEARMONTH 111 +#define XSD_GYEARMONTH 110  #define XSD_GYEARMONTH_STRING "gYearMonth" -#define XSD_GYEAR 112 +#define XSD_GYEAR 111  #define XSD_GYEAR_STRING "gYear" -#define XSD_GMONTHDAY 113 +#define XSD_GMONTHDAY 112  #define XSD_GMONTHDAY_STRING "gMonthDay" -#define XSD_GDAY 114 +#define XSD_GDAY 113  #define XSD_GDAY_STRING "gDay" -#define XSD_GMONTH 115 +#define XSD_GMONTH 114  #define XSD_GMONTH_STRING "gMonth" -#define XSD_HEXBINARY 116 +#define XSD_HEXBINARY 115  #define XSD_HEXBINARY_STRING "hexBinary" -#define XSD_BASE64BINARY 117 +#define XSD_BASE64BINARY 116  #define XSD_BASE64BINARY_STRING "base64Binary" -#define XSD_ANYURI 118 +#define XSD_ANYURI 117  #define XSD_ANYURI_STRING "anyURI" -#define XSD_QNAME 119 +#define XSD_QNAME 118  #define XSD_QNAME_STRING "QName" -#define XSD_NOTATION 120 +#define XSD_NOTATION 119  #define XSD_NOTATION_STRING "NOTATION" -#define XSD_NORMALIZEDSTRING 121 +#define XSD_NORMALIZEDSTRING 120  #define XSD_NORMALIZEDSTRING_STRING "normalizedString" -#define XSD_TOKEN 122 +#define XSD_TOKEN 121  #define XSD_TOKEN_STRING "token" -#define XSD_LANGUAGE 123 +#define XSD_LANGUAGE 122  #define XSD_LANGUAGE_STRING "language" -#define XSD_NMTOKEN 124 +#define XSD_NMTOKEN 123  #define XSD_NMTOKEN_STRING "NMTOKEN"  #define XSD_NAME 124  #define XSD_NAME_STRING "Name" @@ -98,44 +98,44 @@  #define XSD_ID_STRING "ID"  #define XSD_IDREF 127  #define XSD_IDREF_STRING "IDREF" -#define XSD_IDREFS 127 +#define XSD_IDREFS 128  #define XSD_IDREFS_STRING "IDREFS" -#define XSD_ENTITY 128 +#define XSD_ENTITY 129  #define XSD_ENTITY_STRING "ENTITY" -#define XSD_ENTITIES 129 -#define XSD_ENTITIES_STRING "ENTITYS" -#define XSD_INTEGER 130 +#define XSD_ENTITIES 130 +#define XSD_ENTITIES_STRING "ENTITIES" +#define XSD_INTEGER 131  #define XSD_INTEGER_STRING "integer" -#define XSD_NONPOSITIVEINTEGER 131 +#define XSD_NONPOSITIVEINTEGER 132  #define XSD_NONPOSITIVEINTEGER_STRING "nonPositiveInteger" -#define XSD_NEGATIVEINTEGER 132 +#define XSD_NEGATIVEINTEGER 133  #define XSD_NEGATIVEINTEGER_STRING "negativeInteger" -#define XSD_LONG 133 +#define XSD_LONG 134  #define XSD_LONG_STRING "long" -#define XSD_INT 134 +#define XSD_INT 135  #define XSD_INT_STRING "int" -#define XSD_SHORT 135 +#define XSD_SHORT 136  #define XSD_SHORT_STRING "short" -#define XSD_BYTE 136 +#define XSD_BYTE 137  #define XSD_BYTE_STRING "byte" -#define XSD_NONNEGATIVEINTEGER 137 +#define XSD_NONNEGATIVEINTEGER 138  #define XSD_NONNEGATIVEINTEGER_STRING "nonNegativeInteger" -#define XSD_UNSIGNEDLONG 138 +#define XSD_UNSIGNEDLONG 139  #define XSD_UNSIGNEDLONG_STRING "unsignedLong" -#define XSD_UNSIGNEDINT 139 +#define XSD_UNSIGNEDINT 140  #define XSD_UNSIGNEDINT_STRING "unsignedInt" -#define XSD_UNSIGNEDSHORT 140 +#define XSD_UNSIGNEDSHORT 141  #define XSD_UNSIGNEDSHORT_STRING "unsignedShort" -#define XSD_UNSIGNEDBYTE 141 +#define XSD_UNSIGNEDBYTE 142  #define XSD_UNSIGNEDBYTE_STRING "unsignedByte" -#define XSD_POSITIVEINTEGER 142 +#define XSD_POSITIVEINTEGER 143  #define XSD_POSITIVEINTEGER_STRING "positiveInteger" -#define XSD_ANYTYPE 143 +#define XSD_NMTOKENS 144 +#define XSD_NMTOKENS_STRING "NMTOKENS" +#define XSD_ANYTYPE 145  #define XSD_ANYTYPE_STRING "anyType" -#define XSD_UR_TYPE 144 +#define XSD_UR_TYPE 146  #define XSD_UR_TYPE_STRING "ur-type" -#define XSD_NMTOKENS 145 -#define XSD_NMTOKENS_STRING "NMTOKENS"  #define APACHE_NAMESPACE "http://xml.apache.org/xml-soap"  #define APACHE_MAP 200  | 
