1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
<?xml version="1.0"?>
<xqx:module xmlns:xqx="http://www.w3.org/2005/XQueryX"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.w3.org/2005/XQueryX
http://www.w3.org/2005/XQueryX/xqueryx.xsd">
<xqx:mainModule>
<xqx:prolog>
<xqx:defaultNamespaceDecl>
<xqx:defaultNamespaceCategory>function</xqx:defaultNamespaceCategory>
<xqx:uri>http://example.com/</xqx:uri>
</xqx:defaultNamespaceDecl>
</xqx:prolog>
<xqx:queryBody>
<xqx:eqOp>
<xqx:firstOperand>
<xqx:integerConstantExpr>
<xqx:value>1</xqx:value>
</xqx:integerConstantExpr>
</xqx:firstOperand>
<xqx:secondOperand>
<xqx:integerConstantExpr>
<xqx:value>1</xqx:value>
</xqx:integerConstantExpr>
</xqx:secondOperand>
</xqx:eqOp>
</xqx:queryBody>
</xqx:mainModule>
</xqx:module>
|