[xsd-users] Elements of same time in different heirarchy
    Balasubramanyam, Shivakumar 
    sbalasub at qualcomm.com
       
    Thu Mar  6 22:09:41 EST 2008
    
    
  
Hi,
 
I noticed that an element X cannot be repeated even if it is present in
a different hierarchy. 
For example,
 
FileOne.xsd
<root_A>
            <A>
</root_A>
 
 
FileTwo.xsd
<root_B>
            <A>
</root_B>
 
 
When I compile each as FileOne.o and FileTwo.o and finally link to a
single executable, I would get multiple declaration error.
 
Is this CS limitation?
 
 
Thanks,
Shiva
    
    
More information about the xsd-users
mailing list