RE: [XML Schema 1.1] I need an example that illustrates the usefulness of xs:error

> Doesn't this achieve the same result (I simply omitted the 
> third alternative):
> 
>    <element name="template">
>      <alternative test="@name" type="xslt:named-template"/>
>      <alternative test="@match" type="xslt:template"/>
>    </element>
> 

I think the default if none of the alternatives match is not xs:error, it is
the "declared type" of the element, which in this case is xs:anyType.

Regards,

Michael Kay
http://www.saxonica.com/
http://twitter.com/michaelhkay 

Received on Wednesday, 22 July 2009 19:02:07 UTC