2003-03-20 Duncan Mak <duncan@ximian.com>
[mono.git] / mcs / tools / mono-xsd / ChangeLog
1 2003-03-20  Duncan Mak  <duncan@ximian.com>
2
3         * MonoXSD.cs: More refinements. We now support transforming
4         enumerations as well as arrays to their corresponding XML Schema
5         type. Read/Write properties will also be transformed (thanks to
6         reading KeithBa's book). XmlNode is properly handled, and XmlElement
7         & co. should also be transformed correctly.
8         
9         Next up: I should look into whether or not xsd.exe makes use of
10         XmlAttributes. If so, I'll have to support that.
11         
12         Other than that, this part of MonoXSD should be complete.
13
14 2003-03-17  Duncan Mak  <duncan@ximian.com>
15
16         * MonoXSD.cs: A simple implementation of MonoXSD. It current
17         supports creating an XML Schema based on a .NET assembly. The
18         handling of schema derivation is simplistic.