Reply To: XML newbie

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf XML newbie Reply To: XML newbie

#59618
Pete Gilbert
Participant

    XML Spy will take a simple xml doc like you have and generate a schema from it.  This is what I got from xml spy when I fed your doc into it and asked it to do so:

    http://www.w3.org/2001/XMLSchema” elementFormDefault=”qualified”>

    Note that there are no real data types here, just simple strings.

    I believe that you can download a free, home version of XML Spy from the ALtova website.