ToDo list.

Akaxiso
- Refine header file structure (especially for type_templates.h and akaxiso.h)
- Dynamic-type-check for document, item. (type_mismatch...?)
- Select NS attributes on serialization.
- Test adopt().
- get_prefixes() for parsers.
- type-checks (::value_type ..... Leaf).
- write group array for sequence@attribute element is wrong.   empty check is wrong??
- choice_moc.....  array adaptors.....
- Wrong document name exception.  Showing URI??
- item::get_name() or XX::name().....
- simpleType or simpletype...
- PtrMember ::required() should implement??
- PtrMember@anyType.... not implemented. PtrMember@anyTypes support not required.

- Add occurrence in sequence/choice/all definitions.
  Check model.  Only arrays can accept array occurrence.
- fixed/default type document works?
- test for document ----- array is root!!!
- test anyType/anyTypeArray under choice.

Osixaka
- Under construction.

  Spec confirmation.
	? Restriction by attributeGroup.

  Spec: element abstract="true"....??

  SimpleType derivation is not implemented.
   only xs:restriction@base is used to represent type.
  Cyclic reference check for simpleTypes??

Tests
- More tests.
- simpleContent tests.

Done.
- add preconditions to allow complicated validation of simpleTypes.
- array could be an document.
- Occurrence corrections for choice.
- NS-1.1 supoprt.
- dup assciation prefix -> URI.
- Fully qualified attribute name.
- Namespace defaulting.
- Check copy/destruct/construct.... overrode in VC6.
- const_document ?
- construct/destruct for parser.
- Delete new-allocated objects.
- Default value -> instantiation on parse, serialization of attribute.
- Parsing Attribute (Check for lack/duplicated attributes.)
- 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.
