summaryrefslogtreecommitdiff
path: root/ext/soap/TODO
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2004-01-21 14:00:55 +0000
committerDmitry Stogov <dmitry@php.net>2004-01-21 14:00:55 +0000
commita592b7ef0ac911c49027e0a4a25e65e9b48eb671 (patch)
tree1bb32f0b155f9e2efcbb63e8b13aaaae89815cdd /ext/soap/TODO
parentc375c6807333492602d400e79c558d0098164bf8 (diff)
downloadphp-git-a592b7ef0ac911c49027e0a4a25e65e9b48eb671.tar.gz
XML Schema support was improved
xml tree cleanup (save memory and parsing time) support for <inclide> and <import> support for top-level <attribute> support for <attribute> 'ref' attribute support for top-level <attributeGroup> support for <attributeGroup> 'ref' attribute
Diffstat (limited to 'ext/soap/TODO')
-rw-r--r--ext/soap/TODO13
1 files changed, 7 insertions, 6 deletions
diff --git a/ext/soap/TODO b/ext/soap/TODO
index 9eb2d0d46a..d6f2e97a12 100644
--- a/ext/soap/TODO
+++ b/ext/soap/TODO
@@ -117,13 +117,11 @@ Schema
? list
? union
- support for user defined complex types
+ - simpleContent restriction
- simpleContent extension
+ - complexContent restriction
+ - complexContent extension
+ base
- - group
- - name
- - all
- - choice
- - sequence
- all
- element
- choice
@@ -138,7 +136,10 @@ Schema
- choice
- sequence
- any ???
- - attribute
+ - group
+ ? attribute
+ + attributeGroup
+ - anyAttribute
Error Handling
--------------