Files
sweinreuter 6515bc7d3a - IDEA-68397 XPath 2: schema-attribute(QName) kind test is not supported
- IDEA-68396 XPath 2: schema-element() kind test is resolved with wrong number of arguments
2011-04-20 22:13:10 +02:00

6 lines
315 B
Plaintext

schema-element(x) |
element() | element(*, xs:decimal) | element(x) |
schema-attribute(y) |
attribute() | attribute(x, xs:integer) | attribute(x) |
document-node() | document-node(element(x)) | document-node(schema-element(x)) |
processing-instruction() | processing-instruction('foo') | processing-instruction(abc)