ToDo list.

Akaxiso

- Parsing Attribute (Check for lack/duplicated attributes.)
- Fully qualified attribute name.
- Default value -> instantiation on parse, serialization of attribute.
- Delete new-allocated objects.
- Refine header file structure (especially for type_templates.h and akaxiso.h)
- memberpair is a suitable name?
- construct/destruct for parser.
- const_document ?
- Dynamic-type-check for document, item. (type_mismatch...?)
- Select NS attributes on serialization.
- Test adopt().
type-checks (::value_type ..... Leaf).

- Check copy/destruct/construct.... overrode in VC6.


Osixaka
- Create schema serializable classes.
- Support for namespace.
- maxOccurs type.

Tests
- More tests.

Done.
- Removeing NULL.
- initialize_namespace....?
- refine namespace declaration.
- XML-namespace ver 1.1.  (global_attributes to support renaming of namespace-prefix).
- serializer to output NS attributes.
- Nested-particles on startElement().
- Support group array.
- Choice/array uses sequential/associative for container methods.

Old logs-----------------------------------
03/02/23
	Version 0.1.3
	<xsd:attribute> is supported.
03/02/04
	Greeting Version (0.1) Released.
03/02/04 
	Version 0.1.1
	Fixed a bug in osixaka. (Thanks Mr. Chy.)
	Cannot create element class defined in <xsd:choice> if simpleType is used as content model.
	To validate this fix, invoke osixaka with the file 'osixaka/testdocs/todo.xsd'
03/02/04
	Version 0.1.2
	Just add missing files.
