Re: L3 Core: Followup on TypeInfo.isDerivedFrom tests

Curt Arnold <[email protected]> Fri, 16 Jan 2004 16:06:22 -0600
Newsgroups gmane.comp.web.dom.test-suites.general
Message-ID <[email protected]>
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