M
Mythran
I have an xml file that is currently being used ... I need to make the xsd file
for it for intellisense to work in the .net ide.
So, when I try to do the xsd file, it keeps giving me an error about the tables
being nested and are wrong...so after looking and sifting through google, I'll
try here as well
<store id="WalStore">
<product id="Paint1">
<product id="Paint3"></product>
<product id="Paint4">
<product id="Paint5"></product>
<product id="Paint6"></product>
</product>
<product id="Paint7"></product>
<product id="Paint8">
<product id="Paint9"></product>
<product id="Paint10">
<product id="Paint11">
</product>
</product>
</product>
<product id="Paint2">
<product id="Paint12"></product>
</product>
</store>
So, how can I create the XSD for the above xml? Once I can do that, my problem
*should* be solved for my application.
Thanks a bunch!
Mythran the Pro-g(r)am(m)er
for it for intellisense to work in the .net ide.
So, when I try to do the xsd file, it keeps giving me an error about the tables
being nested and are wrong...so after looking and sifting through google, I'll
try here as well
<store id="WalStore">
<product id="Paint1">
<product id="Paint3"></product>
<product id="Paint4">
<product id="Paint5"></product>
<product id="Paint6"></product>
</product>
<product id="Paint7"></product>
<product id="Paint8">
<product id="Paint9"></product>
<product id="Paint10">
<product id="Paint11">
</product>
</product>
</product>
<product id="Paint2">
<product id="Paint12"></product>
</product>
</store>
So, how can I create the XSD for the above xml? Once I can do that, my problem
*should* be solved for my application.
Thanks a bunch!
Mythran the Pro-g(r)am(m)er