-----------------------------
Ability to parse many of the OpenGIS schemas (gml, iso19139, citygml, ogc,
ogckml22, om, ows, sensorML, sos, swe, tml, ...).
- Completely rework include and import directives to correctly handle relative
paths in ``schemaLocation`` attributes and to only import from a given
location once per namespace. :ticket:`9`, :ticket:`8`, :ticket:`5`
- Parse ``final`` attribute on type definitions (though this has no effect on
the bindings). :ticket:`10`
- Complete missing implementations in complex types with simple content.
:ticket:`6`
- Create new code generation model which supports inter-namespace and
inter-schema dependency cycles. Namespace archives can now holds all
namespaces that depend on each other.
- Other miscellaneous. :ticket:`11`
- Did I mention the ability to handle OpenGIS? :ticket:`16`
Beware:
- Most of the classes in the new code generation model are undocumented.
- The interface to `pyxbgen` has changed completely. Look at
``examples/OpenGIS/makebind.sh`` or other scripts in the ``examples``
directory.
0.4.x (Stable)
==============