There is a new version of generateDS.py -- version 2.7a.

There is one small fix.

There is also a new feature, although I suspect that it is one which
will not be used often.  There is now support for xs:any.  xs:any
acts a bit like a wild card.  It effectively says that this element
type can have any element type as a child.  Since generateDS.py does
not know which element types can be children of the element defined
with xs:any, the user will have to add some support.  This
enhancement generates a place to put that support, and, in addition,
generates additional code for building and exporting those elements.
You can find a few notes about this in the documentation:

http://www.rexx.com/~dkuhlman/generateDS.html#support-for-xs-any

Here are a few notes and details from the README:

# =========================================================

Version 2.7a (11/04/2011)
* Fix for case where a child is defined with a reference (ref="")
to a complexType (rather than a simpleType) and the complexType
is abstract.
* Added minimal support for xs:any.  See section "Support for
xs:any" in the documentation.
* Added unit test for xs:any.

# =========================================================

You can find it here:

- Python Package Index -- http://pypi.python.org/pypi/generateDS/
- Source Forge -- http://sourceforge.net/projects/generateds/

If you have comments, suggestions, or problems, please send them
along.

- Dave



 
-- 


Dave Kuhlman
http://www.rexx.com/~dkuhlman
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
generateds-users mailing list
generateds-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/generateds-users

Reply via email to