- From: KAZUMI Saito <ksaito@jp.fujitsu.com>
- Date: Tue, 03 Jul 2001 18:06:29 +0900
- To: xmlschema-dev@w3.org
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