Circular References Inside a Schema
Posted: Wed Nov 08, 2006 4:47 pm
Hi,
I need help with a XMLBeans based App that I'm developing for a client. My client right now stores his info in some
XML's which he currently uses in a .NET based App :
I'm trying to create a XSD for that structure, however I'm stuck with the division reference inside the subdivisions. Is there any way to support this "circular" reference in XSD [/code]
I need help with a XMLBeans based App that I'm developing for a client. My client right now stores his info in some
XML's which he currently uses in a .NET based App :
Code: Select all
<company>
<division>
<manager/>
<email/>
<subdivisions>
<division>
...
</division>
</subdivisions>
<division>
</company