> Sorry, maybe I've let myself get too Java oriented. I just use the
> BeanSerializer to make and break my objects and don't have to refer to
a
> schema.
This is how most people *will* be working but they would then use a tool
to generate the XML Schema description of their objects in a language
neutral way, which others will then pick up and use their tools to
generate Java objects, or C# objects, or VB objects or.....
I initially generated rs1.xsd by writing the Java objects and running an
XML schema generation tool on it.
Matthew
|