exprWrapper

Complex Type Information

Model

Children: expr

Used By

Elements arrowExpr/argExpr, binaryOperatorExpr/firstOperand, binaryOperatorExpr/secondOperand, castExpr/argExpr, castableExpr/argExpr, catchClause/catchExpr, computedAttributeConstructor/tagNameExpr, computedAttributeConstructor/valueExpr, computedCommentConstructor/argExpr, computedDocumentConstructor/argExpr, computedElementConstructor/contentExpr, computedElementConstructor/tagNameExpr, computedNamespaceConstructor/URIExpr, computedNamespaceConstructor/prefixExpr, computedPIConstructor/piTargetExpr, computedPIConstructor/piValueExpr, computedTextConstructor/argExpr, constructorFunctionExpr/argExpr, contextItemDecl/external/varValue, contextItemDecl/varValue, curlyArray/arrayElem, extensionExpr/argExpr, forClauseItem/forExpr, functionDecl/functionBody, groupingSpec/groupVarInitialize/varValue, ifThenElseExpr/elseClause, ifThenElseExpr/ifClause, ifThenElseExpr/thenClause, inlineFunctionExpr/functionBody, instanceOfExpr/argExpr, letClauseItem/letExpr, mainModule/queryBody, mapConstructorEntry/mapKeyExpr, mapConstructorEntry/mapValueExpr, orderBySpec/orderByExpr, orderedExpr/argExpr, quantifiedExpr/predicateExpr, quantifiedExprInClause/sourceExpr, rangeSequenceExpr/endExpr, rangeSequenceExpr/startExpr, returnClause, slidingWindowClause/bindingSequence, squareArray/arrayElem, switchExpr/argExpr, switchExprCaseClause/resultExpr, switchExprCaseClause/switchCaseExpr, switchExprDefaultClause/resultExpr, treatExpr/argExpr, tryCatchExpr/tryClause, tumblingWindowClause/bindingSequence, typeswitchExpr/argExpr, typeswitchExprCaseClause/resultExpr, typeswitchExprDefaultClause/resultExpr, unaryOperatorExpr/operand, unorderedExpr/argExpr, validateExpr/argExpr, varDecl/external/varValue, varDecl/varValue, whereClause, windowEndCondition/winEndExpr, windowStartCondition/winStartExpr

Source

<xsd:complexType name="exprWrapper">
  <xsd:sequence>
    <xsd:element ref="expr"/>
  </xsd:sequence>
</xsd:complexType>