XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
RE: [xml-dev] XML Schema Design: no local elements with anonymous types

> This is not true as written.
> 
> XPath 2.0 is schema aware for anonymous types too, and 
> leverages such types appropriately for operators, including 
> comparisons. What you can not do is refer to such a type by 
> name. 

Roger's primary aim was to take advantage of type information to get good
compile-time error checking, in particular to detect "impossible" path
expressions.

In both XQuery and XSLT this depends on declaring the types of parameters to
functions (and in XSLT, the type of the match pattern for a template rule).
The processor won't detect statically that $x/a/b/c is "impossible" unless
it knows that $x is an element whose complex type is a statically known type
T. And if $x is a parameter to a function, you can only achieve that if
either the element declaration or the type (or both) are global.

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



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS