- From: Curt Arnold <carnold@houston.rr.com>
- Date: Fri, 16 Jan 2004 16:06:22 -0600
- To: www-dom-ts@w3.org
Curt Arnold wrote:
>
> If
>
> <complexType name="b">
> <extension base="a"/>
> </complexType>
>
> b.isDerivedFrom(otherType, METHOD_RESTRICTION) =
> otherType == xsd:anySimpleType || otherType == xsd:anyType
>
otherType == xsd:anySimpleType || otherType == xsd:anyType
Should have been
otherType == xsd:anyType
Received on Friday, 16 January 2004 17:08:42 UTC