2003-08-05  Lluis Sanchez Gual  <lluis@ximian.com>

	* NewMonoXSD.cs: new implementation of monoxsd based on the
	  classes in System.Xml.Serialization.
	* xsd.exe.sources: new sources file.
	* Makefile: renamed executable to xsd.exe

2003-06-13  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* XSD2Class.cs: several changes.

2003-06-04  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* (temporarily) added XSD2Class.cs.

2003-03-25  Duncan Mak  <duncan@ximian.com>

	* MonoXSD.cs: Added support for two command line arguments:

	   /output: specify the directory to put the generated schema.
	   /type:   specify a specific type in the assembly.

2003-03-24  Duncan Mak  <duncan@ximian.com>

	* MonoXSD.cs: Add support for having enums as a field in the
	class. I overlooked this bit last week.

	Removed the special case for 'XmlNode' fields, turns out that
	behave the same as all the other subclasses of 'XmlNode'.

	* makefile: Make it build with debug enabled by default.

2003-03-22  Duncan Mak  <duncan@ximian.com>

	* MonoXSD.cs: Moved things around, now it's not only
	static methods (functions) anymore.

	Attributes handling galore! We now handle:

	   - XmlElementAttribute
	   - XmlAttributeAtribute
	   - XmlArrayAttribute
	   - XmlArrayItemAttribute
	   - XmlTextAttribute
	   - XmlAnyElementAttribute
	   - XmlAnyAttributeAttribute

2003-03-20  Duncan Mak  <duncan@ximian.com>

	* MonoXSD.cs: More refinements. We now support transforming
	enumerations as well as arrays to their corresponding XML Schema
	type. Read/Write properties will also be transformed (thanks to
	reading KeithBa's book). XmlNode is properly handled, and XmlElement
	& co. should also be transformed correctly.
	
	Next up: I should look into whether or not xsd.exe makes use of
	XmlAttributes. If so, I'll have to support that.
	
	Other than that, this part of MonoXSD should be complete.

2003-03-17  Duncan Mak  <duncan@ximian.com>

	* MonoXSD.cs: A simple implementation of MonoXSD. It current
	supports creating an XML Schema based on a .NET assembly. The
	handling of schema derivation is simplistic. 
