I was looking into JAXB doc and was wondering that if JAXB in present
form supports APIs for XML Schema Parser. The main purpose for this is:
1. To control mapping of Schema to Java from within code
2. Make it generic, given an XML Schema extract the Schema URI, parse
the schema, produce java bindings.
3. Keep track of the java source generated and have a list of class
name thereby.
4. Lastly validate XML document against Schema using Java binding code
Of this at present am pondering how to get through 1 and 2. Once this is
achieved the rest I think will be a GO.
Thanks for participation