|}
==XPTY: Type XPath Errors==
{| class="wikitable" width="100%"
| The result of a step (other than the last step) in a path expression contains an atomic values.
|<code>(1 to 10)/*</code>
|}
==XQTY: Type XQuery Errors==
{| class="wikitable" width="100%"
! width="5%"|Code
! width="65%"|Description
! width="30%"|Examples
|- valign="top" scope="row"
|<code>XQTY0024</code>
| An attribute node cannot be bound to its parent element, as other nodes of a different type were specified before.
|<code><elem>text { attribute a { "val" } }</elem></code>
|}