Is it valid to have a local and global ref with the same name at the same
level. How does xerces handle it.
 <element name="Book">
 <xsd:complexType>
       <xsd:choice>
        <xsd:element ref="Title">
        <xsd:element name = "Title" type="xsd:string">
      </xsd:choice>
 </xsd:complexType>
</xsd:element>

 If the XML reads 
 <Book>
    <Title> - What title am I talking about. Local or global one??

Kiran
 

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to