Metaclass Programing
by
mike
—
last modified
2006-08-31 14:43
How pyXSD used the schema file to automatically generate the appropriate pyhton classes each time it is run.
This is a place holder.
Metaprograming in Python
Describe how python can be used to create classes programmatically, on-the-fly.
XSD files to Python Classes
Describe how we do it currently (and reference how we may do it in the future.)
Identifying list objects implicit in the schema and xml.
Dealing with anonymous type definitions.
Dealing with choice tags.
Describe the structure of the class system pyXSD uses to do it's job and the inter-object protocols in force.