deriving complexTypes from imported types

can I derive  a new complexType from an imported type with the same name. 
 
<complexType name="Camera">
 <complexContent>
  <extension base="camera:Camera">
   <sequence>
       <element name="Serial No" type="string"/>
    </sequence>
  </extension>
 </complexContent>
</complexType>
 
I know that this can be done by defining the complexType only with the same target namespace. here the new complex type is of different namespace. is this possible? 

with regards,

V.gayathri.

 



Yahoo! India Matrimony: Find your partner online.

Received on Friday, 16 April 2004 03:11:02 UTC