the {scope} property of inherited attribute declearation.

Hello,

I'd like to know the treament of the {scope} property of inherited attribute declearation.

in the following sample, the complex type definition "CT2" has the attribute declearation
which inherited from "CT1". Then its {scope} property's value is CT1 or CT2 ?

<complexType name="CT1">
  <sequence>
     ...
  </sequence>
  <attribute name="attr1" ... />
</complexType>

<complexContent name="CT2">
  <extention base="original">
    ...

-----
 KAZUMI Saito  FUJITSU Ltd.

Received on Tuesday, 3 July 2001 05:03:25 UTC