<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<definitions namespace="https://dsntk.io"
name="compliance-level-3-test-0100"
id="_52be11f2-f3e8-4703-b7ac-455ae01846d0"
xmlns="https://www.omg.org/spec/DMN/20191111/MODEL/">
<description>arithmetic</description>
<decision name="multiply_lhs_number_by_rhs_number_001" id="_multiply_lhs_number_by_rhs_number_001">
<description>multiply_lhs_number_by_rhs_number_001</description>
<allowedAnswers>100 (number)</allowedAnswers>
<variable name="multiply_lhs_number_by_rhs_number_001"/>
<literalExpression>
<text>10 * 10</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_number_by_rhs_number_002" id="_multiply_lhs_number_by_rhs_number_002">
<description>multiply_lhs_number_by_rhs_number_002</description>
<allowedAnswers>-100 (number)</allowedAnswers>
<variable name="multiply_lhs_number_by_rhs_number_002"/>
<literalExpression>
<text>10 * -10</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_number_by_rhs_number_003" id="_multiply_lhs_number_by_rhs_number_003">
<description>multiply_lhs_number_by_rhs_number_003</description>
<allowedAnswers>100 (number)</allowedAnswers>
<variable name="multiply_lhs_number_by_rhs_number_003"/>
<literalExpression>
<text>-10 * -10</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_number_by_rhs_number_004" id="_multiply_lhs_number_by_rhs_number_004">
<description>multiply_lhs_number_by_rhs_number_004</description>
<allowedAnswers>0 (number)</allowedAnswers>
<variable name="multiply_lhs_number_by_rhs_number_004"/>
<literalExpression>
<text>10 * 0</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_number_by_rhs_dtDuration_001" id="_multiply_lhs_number_by_rhs_dtDuration_001">
<description>multiply_lhs_number_by_rhs_dtDuration_001</description>
<allowedAnswers>P10D (duration)</allowedAnswers>
<variable name="multiply_lhs_number_by_rhs_dtDuration_001"/>
<literalExpression>
<text>10 * @"P1D"</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_number_by_rhs_dtDuration_002" id="_multiply_lhs_number_by_rhs_dtDuration_002">
<description>multiply_lhs_number_by_rhs_dtDuration_002</description>
<allowedAnswers>-P10D (duration)</allowedAnswers>
<variable name="multiply_lhs_number_by_rhs_dtDuration_002"/>
<literalExpression>
<text>10 * @"-P1D"</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_number_by_rhs_dtDuration_003" id="_multiply_lhs_number_by_rhs_dtDuration_003">
<description>multiply_lhs_number_by_rhs_dtDuration_003</description>
<allowedAnswers>P10D (duration)</allowedAnswers>
<variable name="multiply_lhs_number_by_rhs_dtDuration_003"/>
<literalExpression>
<text>-10 * @"-P1D"</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_number_by_rhs_dtDuration_004" id="_multiply_lhs_number_by_rhs_dtDuration_004">
<description>multiply_lhs_number_by_rhs_dtDuration_004</description>
<allowedAnswers>P1D (duration)</allowedAnswers>
<variable name="multiply_lhs_number_by_rhs_dtDuration_004"/>
<literalExpression>
<text>24 * @"PT1H"</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_number_by_rhs_dtDuration_005" id="_multiply_lhs_number_by_rhs_dtDuration_005">
<description>multiply_lhs_number_by_rhs_dtDuration_005</description>
<allowedAnswers>P1DT2H (duration)</allowedAnswers>
<variable name="multiply_lhs_number_by_rhs_dtDuration_005"/>
<literalExpression>
<text>26 * @"PT1H"</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_number_by_rhs_dtDuration_006" id="_multiply_lhs_number_by_rhs_dtDuration_006">
<description>multiply_lhs_number_by_rhs_dtDuration_006</description>
<allowedAnswers>P0D (duration)</allowedAnswers>
<variable name="multiply_lhs_number_by_rhs_dtDuration_006"/>
<literalExpression>
<text>0 * @"P1D"</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_number_by_rhs_dtDuration_007" id="_multiply_lhs_number_by_rhs_dtDuration_007">
<description>multiply_lhs_number_by_rhs_dtDuration_007</description>
<allowedAnswers>P6DT1H30M (duration)</allowedAnswers>
<variable name="multiply_lhs_number_by_rhs_dtDuration_007"/>
<literalExpression>
<text>1.5 * @"P4DT1H"</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_number_by_rhs_dtDuration_008" id="_multiply_lhs_number_by_rhs_dtDuration_008">
<description>multiply_lhs_number_by_rhs_dtDuration_008</description>
<allowedAnswers>P2DT9H30M (duration)</allowedAnswers>
<variable name="multiply_lhs_number_by_rhs_dtDuration_008"/>
<literalExpression>
<text>2.5 * @"PT23H"</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_dtDuration_by_rhs_number_001" id="_multiply_lhs_dtDuration_by_rhs_number_001">
<description>multiply_lhs_dtDuration_by_rhs_number_001</description>
<allowedAnswers>P10D (duration)</allowedAnswers>
<variable name="multiply_lhs_dtDuration_by_rhs_number_001"/>
<literalExpression>
<text>@"P1D" * 10</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_dtDuration_by_rhs_number_002" id="_multiply_lhs_dtDuration_by_rhs_number_002">
<description>multiply_lhs_dtDuration_by_rhs_number_002</description>
<allowedAnswers>-P10D (duration)</allowedAnswers>
<variable name="multiply_lhs_dtDuration_by_rhs_number_002"/>
<literalExpression>
<text>@"-P1D" * 10</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_dtDuration_by_rhs_number_003" id="_multiply_lhs_dtDuration_by_rhs_number_003">
<description>multiply_lhs_dtDuration_by_rhs_number_003</description>
<allowedAnswers>P10D (duration)</allowedAnswers>
<variable name="multiply_lhs_dtDuration_by_rhs_number_003"/>
<literalExpression>
<text>@"-P1D" * -10</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_dtDuration_by_rhs_number_004" id="_multiply_lhs_dtDuration_by_rhs_number_004">
<description>multiply_lhs_dtDuration_by_rhs_number_004</description>
<allowedAnswers>P1D (duration)</allowedAnswers>
<variable name="multiply_lhs_dtDuration_by_rhs_number_004"/>
<literalExpression>
<text>@"PT1H" * 24</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_dtDuration_by_rhs_number_005" id="_multiply_lhs_dtDuration_by_rhs_number_005">
<description>multiply_lhs_dtDuration_by_rhs_number_005</description>
<allowedAnswers>P1DT2H (duration)</allowedAnswers>
<variable name="multiply_lhs_dtDuration_by_rhs_number_005"/>
<literalExpression>
<text>@"PT1H" * 26</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_dtDuration_by_rhs_number_006" id="_multiply_lhs_dtDuration_by_rhs_number_006">
<description>multiply_lhs_dtDuration_by_rhs_number_006</description>
<allowedAnswers>P0D (duration)</allowedAnswers>
<variable name="multiply_lhs_dtDuration_by_rhs_number_006"/>
<literalExpression>
<text>@"P1D" * 0</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_dtDuration_by_rhs_number_007" id="_multiply_lhs_dtDuration_by_rhs_number_007">
<description>multiply_lhs_dtDuration_by_rhs_number_007</description>
<allowedAnswers>P6DT1H30M (duration)</allowedAnswers>
<variable name="multiply_lhs_dtDuration_by_rhs_number_007"/>
<literalExpression>
<text>@"P4DT1H" * 1.5</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_dtDuration_by_rhs_number_008" id="_multiply_lhs_dtDuration_by_rhs_number_008">
<description>multiply_lhs_dtDuration_by_rhs_number_008</description>
<allowedAnswers>P2DT9H30M (duration)</allowedAnswers>
<variable name="multiply_lhs_dtDuration_by_rhs_number_008"/>
<literalExpression>
<text>@"PT23H" * 2.5</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_number_by_rhs_ymDuration_001" id="_multiply_lhs_number_by_rhs_ymDuration_001">
<description>multiply_lhs_number_by_rhs_ymDuration_001</description>
<allowedAnswers>P10Y (duration)</allowedAnswers>
<variable name="multiply_lhs_number_by_rhs_ymDuration_001"/>
<literalExpression>
<text>10 * @"P1Y"</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_number_by_rhs_ymDuration_002" id="_multiply_lhs_number_by_rhs_ymDuration_002">
<description>multiply_lhs_number_by_rhs_ymDuration_002</description>
<allowedAnswers>-P10Y (duration)</allowedAnswers>
<variable name="multiply_lhs_number_by_rhs_ymDuration_002"/>
<literalExpression>
<text>10 * @"-P1Y"</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_number_by_rhs_ymDuration_003" id="_multiply_lhs_number_by_rhs_ymDuration_003">
<description>multiply_lhs_number_by_rhs_ymDuration_003</description>
<allowedAnswers>P10Y (duration)</allowedAnswers>
<variable name="multiply_lhs_number_by_rhs_ymDuration_003"/>
<literalExpression>
<text>-10 * @"-P1Y"</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_number_by_rhs_ymDuration_004" id="_multiply_lhs_number_by_rhs_ymDuration_004">
<description>multiply_lhs_number_by_rhs_ymDuration_004</description>
<allowedAnswers>P1Y (duration)</allowedAnswers>
<variable name="multiply_lhs_number_by_rhs_ymDuration_004"/>
<literalExpression>
<text>12 * @"P1M"</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_number_by_rhs_ymDuration_005" id="_multiply_lhs_number_by_rhs_ymDuration_005">
<description>multiply_lhs_number_by_rhs_ymDuration_005</description>
<allowedAnswers>P2Y (duration)</allowedAnswers>
<variable name="multiply_lhs_number_by_rhs_ymDuration_005"/>
<literalExpression>
<text>24 * @"P1M"</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_number_by_rhs_ymDuration_006" id="_multiply_lhs_number_by_rhs_ymDuration_006">
<description>multiply_lhs_number_by_rhs_ymDuration_006</description>
<allowedAnswers>P2Y2M (duration)</allowedAnswers>
<variable name="multiply_lhs_number_by_rhs_ymDuration_006"/>
<literalExpression>
<text>26 * @"P1M"</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_number_by_rhs_ymDuration_007" id="_multiply_lhs_number_by_rhs_ymDuration_007">
<description>multiply_lhs_number_by_rhs_ymDuration_007</description>
<allowedAnswers>P0Y (duration)</allowedAnswers>
<variable name="multiply_lhs_number_by_rhs_ymDuration_007"/>
<literalExpression>
<text>0 * @"P1M"</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_number_by_rhs_ymDuration_008" id="_multiply_lhs_number_by_rhs_ymDuration_008">
<description>multiply_lhs_number_by_rhs_ymDuration_008</description>
<allowedAnswers>P3M (duration)</allowedAnswers>
<variable name="multiply_lhs_number_by_rhs_ymDuration_008"/>
<literalExpression>
<text>1.5 * @"P2M"</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_number_by_rhs_ymDuration_009" id="_multiply_lhs_number_by_rhs_ymDuration_009">
<description>multiply_lhs_number_by_rhs_ymDuration_009</description>
<allowedAnswers>-P3M (duration)</allowedAnswers>
<variable name="multiply_lhs_number_by_rhs_ymDuration_009"/>
<literalExpression>
<text>-1.5 * @"P2M"</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_number_by_rhs_ymDuration_010" id="_multiply_lhs_number_by_rhs_ymDuration_010">
<description>multiply_lhs_number_by_rhs_ymDuration_010</description>
<allowedAnswers>-P4Y9M (duration)</allowedAnswers>
<variable name="multiply_lhs_number_by_rhs_ymDuration_010"/>
<literalExpression>
<text>-2.5 * @"P1Y11M"</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_ymDuration_by_rhs_number_001" id="_multiply_lhs_ymDuration_by_rhs_number_001">
<description>multiply_lhs_ymDuration_by_rhs_number_001</description>
<allowedAnswers>P10Y (duration)</allowedAnswers>
<variable name="multiply_lhs_ymDuration_by_rhs_number_001"/>
<literalExpression>
<text>@"P1Y" * 10</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_ymDuration_by_rhs_number_002" id="_multiply_lhs_ymDuration_by_rhs_number_002">
<description>multiply_lhs_ymDuration_by_rhs_number_002</description>
<allowedAnswers>-P10Y (duration)</allowedAnswers>
<variable name="multiply_lhs_ymDuration_by_rhs_number_002"/>
<literalExpression>
<text>@"-P1Y" * 10</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_ymDuration_by_rhs_number_003" id="_multiply_lhs_ymDuration_by_rhs_number_003">
<description>multiply_lhs_ymDuration_by_rhs_number_003</description>
<allowedAnswers>P10Y (duration)</allowedAnswers>
<variable name="multiply_lhs_ymDuration_by_rhs_number_003"/>
<literalExpression>
<text>@"-P1Y" * -10</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_ymDuration_by_rhs_number_004" id="_multiply_lhs_ymDuration_by_rhs_number_004">
<description>multiply_lhs_ymDuration_by_rhs_number_004</description>
<allowedAnswers>P1Y (duration)</allowedAnswers>
<variable name="multiply_lhs_ymDuration_by_rhs_number_004"/>
<literalExpression>
<text>@"P1M" * 12</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_ymDuration_by_rhs_number_005" id="_multiply_lhs_ymDuration_by_rhs_number_005">
<description>multiply_lhs_ymDuration_by_rhs_number_005</description>
<allowedAnswers>P2Y (duration)</allowedAnswers>
<variable name="multiply_lhs_ymDuration_by_rhs_number_005"/>
<literalExpression>
<text>@"P1M" * 24</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_ymDuration_by_rhs_number_006" id="_multiply_lhs_ymDuration_by_rhs_number_006">
<description>multiply_lhs_ymDuration_by_rhs_number_006</description>
<allowedAnswers>P2Y2M (duration)</allowedAnswers>
<variable name="multiply_lhs_ymDuration_by_rhs_number_006"/>
<literalExpression>
<text>@"P1M" * 26</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_ymDuration_by_rhs_number_007" id="_multiply_lhs_ymDuration_by_rhs_number_007">
<description>multiply_lhs_ymDuration_by_rhs_number_007</description>
<allowedAnswers>P0Y (duration)</allowedAnswers>
<variable name="multiply_lhs_ymDuration_by_rhs_number_007"/>
<literalExpression>
<text>@"P1M" * 0</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_ymDuration_by_rhs_number_008" id="_multiply_lhs_ymDuration_by_rhs_number_008">
<description>multiply_lhs_ymDuration_by_rhs_number_008</description>
<allowedAnswers>P3M (duration)</allowedAnswers>
<variable name="multiply_lhs_ymDuration_by_rhs_number_008"/>
<literalExpression>
<text>@"P2M" * 1.5</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_ymDuration_by_rhs_number_009" id="_multiply_lhs_ymDuration_by_rhs_number_009">
<description>multiply_lhs_ymDuration_by_rhs_number_009</description>
<allowedAnswers>-P3M (duration)</allowedAnswers>
<variable name="multiply_lhs_ymDuration_by_rhs_number_009"/>
<literalExpression>
<text>@"P2M" * -1.5</text>
</literalExpression>
</decision>
<decision name="multiply_lhs_ymDuration_by_rhs_number_010" id="_multiply_lhs_ymDuration_by_rhs_number_010">
<description>multiply_lhs_ymDuration_by_rhs_number_010</description>
<allowedAnswers>-P4Y9M (duration)</allowedAnswers>
<variable name="multiply_lhs_ymDuration_by_rhs_number_010"/>
<literalExpression>
<text>@"P1Y11M" * -2.5</text>
</literalExpression>
</decision>
<decision name="divide_lhs_number_by_rhs_number_001" id="_divide_lhs_number_by_rhs_number_001">
<description>divide_lhs_number_by_rhs_number_001</description>
<allowedAnswers>10 (number)</allowedAnswers>
<variable name="divide_lhs_number_by_rhs_number_001"/>
<literalExpression>
<text>100 / 10</text>
</literalExpression>
</decision>
<decision name="divide_lhs_number_by_rhs_number_002" id="_divide_lhs_number_by_rhs_number_002">
<description>divide_lhs_number_by_rhs_number_002</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="divide_lhs_number_by_rhs_number_002"/>
<literalExpression>
<text>100 / 0</text>
</literalExpression>
</decision>
<decision name="divide_lhs_ymDuration_by_rhs_number_001" id="_divide_lhs_ymDuration_by_rhs_number_001">
<description>divide_lhs_ymDuration_by_rhs_number_001</description>
<allowedAnswers>P1Y (duration)</allowedAnswers>
<variable name="divide_lhs_ymDuration_by_rhs_number_001"/>
<literalExpression>
<text>@"P10Y" / 10</text>
</literalExpression>
</decision>
<decision name="divide_lhs_ymDuration_by_rhs_number_002" id="_divide_lhs_ymDuration_by_rhs_number_002">
<description>divide_lhs_ymDuration_by_rhs_number_002</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="divide_lhs_ymDuration_by_rhs_number_002"/>
<literalExpression>
<text>@"P10Y" / 0</text>
</literalExpression>
</decision>
<decision name="divide_lhs_ymDuration_by_rhs_number_003" id="_divide_lhs_ymDuration_by_rhs_number_003">
<description>divide_lhs_ymDuration_by_rhs_number_003</description>
<allowedAnswers>P4Y4M (duration)</allowedAnswers>
<variable name="divide_lhs_ymDuration_by_rhs_number_003"/>
<literalExpression>
<text>@"P10Y11M" / 2.5</text>
</literalExpression>
</decision>
<decision name="divide_lhs_ymDuration_by_rhs_number_004" id="_divide_lhs_ymDuration_by_rhs_number_004">
<description>divide_lhs_ymDuration_by_rhs_number_004</description>
<allowedAnswers>-P4Y4M (duration)</allowedAnswers>
<variable name="divide_lhs_ymDuration_by_rhs_number_004"/>
<literalExpression>
<text>@"P10Y11M" / -2.5</text>
</literalExpression>
</decision>
<decision name="divide_lhs_ymDuration_by_rhs_ymDuration_001" id="_divide_lhs_ymDuration_by_rhs_ymDuration_001">
<description>divide_lhs_ymDuration_by_rhs_ymDuration_001</description>
<allowedAnswers>2 (number)</allowedAnswers>
<variable name="divide_lhs_ymDuration_by_rhs_ymDuration_001"/>
<literalExpression>
<text>@"P10Y" / @"P5Y"</text>
</literalExpression>
</decision>
<decision name="divide_lhs_ymDuration_by_rhs_ymDuration_002" id="_divide_lhs_ymDuration_by_rhs_ymDuration_002">
<description>divide_lhs_ymDuration_by_rhs_ymDuration_002</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="divide_lhs_ymDuration_by_rhs_ymDuration_002"/>
<literalExpression>
<text>@"P10D" / @"P0Y"</text>
</literalExpression>
</decision>
<decision name="divide_lhs_dtDuration_by_rhs_number_001" id="_divide_lhs_dtDuration_by_rhs_number_001">
<description>divide_lhs_dtDuration_by_rhs_number_001</description>
<allowedAnswers>P1D (duration)</allowedAnswers>
<variable name="divide_lhs_dtDuration_by_rhs_number_001"/>
<literalExpression>
<text>@"P10D" / 10</text>
</literalExpression>
</decision>
<decision name="divide_lhs_dtDuration_by_rhs_number_002" id="_divide_lhs_dtDuration_by_rhs_number_002">
<description>divide_lhs_dtDuration_by_rhs_number_002</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="divide_lhs_dtDuration_by_rhs_number_002"/>
<literalExpression>
<text>@"P10D" / 0</text>
</literalExpression>
</decision>
<decision name="divide_lhs_dtDuration_by_rhs_number_003" id="_divide_lhs_dtDuration_by_rhs_number_003">
<description>divide_lhs_dtDuration_by_rhs_number_003</description>
<allowedAnswers>P4DT9H12M (duration)</allowedAnswers>
<variable name="divide_lhs_dtDuration_by_rhs_number_003"/>
<literalExpression>
<text>@"P10DT23H" / 2.5</text>
</literalExpression>
</decision>
<decision name="divide_lhs_dtDuration_by_rhs_dtDuration_001" id="_divide_lhs_dtDuration_by_rhs_dtDuration_001">
<description>divide_lhs_dtDuration_by_rhs_dtDuration_001</description>
<allowedAnswers>2 (number)</allowedAnswers>
<variable name="divide_lhs_dtDuration_by_rhs_dtDuration_001"/>
<literalExpression>
<text>@"P10D" / @"P5D"</text>
</literalExpression>
</decision>
<decision name="divide_lhs_dtDuration_by_rhs_dtDuration_002" id="_divide_lhs_dtDuration_by_rhs_dtDuration_002">
<description>divide_lhs_dtDuration_by_rhs_dtDuration_002</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="divide_lhs_dtDuration_by_rhs_dtDuration_002"/>
<literalExpression>
<text>@"P10D" / @"P0D"</text>
</literalExpression>
</decision>
<decision name="add_lhs_number_to_rhs_number_001" id="_add_lhs_number_to_rhs_number_001">
<description>add_lhs_number_to_rhs_number_001</description>
<allowedAnswers>15 (number)</allowedAnswers>
<variable name="add_lhs_number_to_rhs_number_001"/>
<literalExpression>
<text>10 + 5</text>
</literalExpression>
</decision>
<decision name="add_lhs_number_to_rhs_number_002" id="_add_lhs_number_to_rhs_number_002">
<description>add_lhs_number_to_rhs_number_002</description>
<allowedAnswers>5 (number)</allowedAnswers>
<variable name="add_lhs_number_to_rhs_number_002"/>
<literalExpression>
<text>10 + -5</text>
</literalExpression>
</decision>
<decision name="add_lhs_number_to_rhs_number_003" id="_add_lhs_number_to_rhs_number_003">
<description>add_lhs_number_to_rhs_number_003</description>
<allowedAnswers>-5 (number)</allowedAnswers>
<variable name="add_lhs_number_to_rhs_number_003"/>
<literalExpression>
<text>-10 + 5</text>
</literalExpression>
</decision>
<decision name="add_lhs_number_to_rhs_number_004" id="_add_lhs_number_to_rhs_number_004">
<description>add_lhs_number_to_rhs_number_004</description>
<allowedAnswers>-15 (number)</allowedAnswers>
<variable name="add_lhs_number_to_rhs_number_004"/>
<literalExpression>
<text>-10 + -5</text>
</literalExpression>
</decision>
<decision name="add_lhs_number_to_rhs_number_005" id="_add_lhs_number_to_rhs_number_005">
<description>add_lhs_number_to_rhs_number_005</description>
<allowedAnswers>3.4685 (number)</allowedAnswers>
<variable name="add_lhs_number_to_rhs_number_005"/>
<literalExpression>
<text>1.2345 + 2.234</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_ymDuration_001" id="_add_lhs_dateAndTime_to_rhs_ymDuration_001">
<description>add_lhs_dateAndTime_to_rhs_ymDuration_001</description>
<allowedAnswers>2022-01-01T10:10:10 (date and time)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_ymDuration_001"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" + @"P1Y"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_ymDuration_002" id="_add_lhs_dateAndTime_to_rhs_ymDuration_002">
<description>add_lhs_dateAndTime_to_rhs_ymDuration_002</description>
<allowedAnswers>2021-02-01T10:10:10 (date and time)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_ymDuration_002"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" + @"P1M"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_ymDuration_003" id="_add_lhs_dateAndTime_to_rhs_ymDuration_003">
<description>add_lhs_dateAndTime_to_rhs_ymDuration_003</description>
<allowedAnswers>2020-01-01T10:10:10 (date and time)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_ymDuration_003"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" + @"-P1Y"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_ymDuration_004" id="_add_lhs_dateAndTime_to_rhs_ymDuration_004">
<description>add_lhs_dateAndTime_to_rhs_ymDuration_004</description>
<allowedAnswers>2020-12-01T10:10:10 (date and time)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_ymDuration_004"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" + @"-P1M"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_ymDuration_005" id="_add_lhs_dateAndTime_to_rhs_ymDuration_005">
<description>add_lhs_dateAndTime_to_rhs_ymDuration_005</description>
<allowedAnswers>2021-01-01T10:10:10 (date and time)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_ymDuration_005"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" + @"P0Y"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_ymDuration_006" id="_add_lhs_dateAndTime_to_rhs_ymDuration_006">
<description>add_lhs_dateAndTime_to_rhs_ymDuration_006</description>
<allowedAnswers>2021-01-01T10:10:10 (date and time)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_ymDuration_006"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" + @"P0M"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_ymDuration_007" id="_add_lhs_dateAndTime_to_rhs_ymDuration_007">
<description>add_lhs_dateAndTime_to_rhs_ymDuration_007</description>
<allowedAnswers>2021-02-01T10:10:10+11:00 (date and time)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_ymDuration_007"/>
<literalExpression>
<text>@"2021-01-01T10:10:10+11:00" + @"P1M"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_ymDuration_008" id="_add_lhs_dateAndTime_to_rhs_ymDuration_008">
<description>add_lhs_dateAndTime_to_rhs_ymDuration_008</description>
<allowedAnswers>2020-12-01T10:10:10+11:00 (date and time)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_ymDuration_008"/>
<literalExpression>
<text>@"2021-01-01T10:10:10+11:00" + @"-P1M"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_ymDuration_009" id="_add_lhs_dateAndTime_to_rhs_ymDuration_009">
<description>add_lhs_dateAndTime_to_rhs_ymDuration_009</description>
<allowedAnswers>2021-02-01T10:10:10@Australia/Melbourne (string)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_ymDuration_009"/>
<literalExpression>
<text>string(@"2021-01-01T10:10:10@Australia/Melbourne" + @"P1M")</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_ymDuration_010" id="_add_lhs_dateAndTime_to_rhs_ymDuration_010">
<description>add_lhs_dateAndTime_to_rhs_ymDuration_010</description>
<allowedAnswers>-2021-02-01T10:10:10+11:00 (string)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_ymDuration_010"/>
<literalExpression>
<text>string(@"-2021-01-01T10:10:10+11:00" + @"P1M")</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_ymDuration_011" id="_add_lhs_dateAndTime_to_rhs_ymDuration_011">
<description>add_lhs_dateAndTime_to_rhs_ymDuration_011</description>
<allowedAnswers>-2020-01-01T10:10:10+11:00 (string)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_ymDuration_011"/>
<literalExpression>
<text>string(@"-2021-01-01T10:10:10+11:00" + @"P1Y")</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_ymDuration_012" id="_add_lhs_dateAndTime_to_rhs_ymDuration_012">
<description>add_lhs_dateAndTime_to_rhs_ymDuration_012</description>
<allowedAnswers>-2022-12-01T10:10:10+11:00 (string)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_ymDuration_012"/>
<literalExpression>
<text>string(@"-2021-01-01T10:10:10+11:00" + @"-P1M")</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_ymDuration_013" id="_add_lhs_dateAndTime_to_rhs_ymDuration_013">
<description>add_lhs_dateAndTime_to_rhs_ymDuration_013</description>
<allowedAnswers>-2022-01-01T10:10:10+11:00 (string)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_ymDuration_013"/>
<literalExpression>
<text>string(@"-2021-01-01T10:10:10+11:00" + @"-P1Y")</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_ymDuration_014" id="_add_lhs_dateAndTime_to_rhs_ymDuration_014">
<description>add_lhs_dateAndTime_to_rhs_ymDuration_014</description>
<allowedAnswers>-2021-02-01T10:10:10@Australia/Melbourne (string)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_ymDuration_014"/>
<literalExpression>
<text>string(@"-2021-01-01T10:10:10@Australia/Melbourne" + @"P1M")</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_ymDuration_015" id="_add_lhs_dateAndTime_to_rhs_ymDuration_015">
<description>add_lhs_dateAndTime_to_rhs_ymDuration_015</description>
<allowedAnswers>-2020-01-01T10:10:10@Australia/Melbourne (string)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_ymDuration_015"/>
<literalExpression>
<text>string(@"-2021-01-01T10:10:10@Australia/Melbourne" + @"P1Y")</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_ymDuration_016" id="_add_lhs_dateAndTime_to_rhs_ymDuration_016">
<description>add_lhs_dateAndTime_to_rhs_ymDuration_016</description>
<allowedAnswers>-2022-12-01T10:10:10@Australia/Melbourne (string)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_ymDuration_016"/>
<literalExpression>
<text>string(@"-2021-01-01T10:10:10@Australia/Melbourne" + @"-P1M")</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_ymDuration_017" id="_add_lhs_dateAndTime_to_rhs_ymDuration_017">
<description>add_lhs_dateAndTime_to_rhs_ymDuration_017</description>
<allowedAnswers>-2022-01-01T10:10:10@Australia/Melbourne (string)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_ymDuration_017"/>
<literalExpression>
<text>string(@"-2021-01-01T10:10:10@Australia/Melbourne" + @"-P1Y")</text>
</literalExpression>
</decision>
<decision name="add_lhs_ymDuration_to_rhs_dateAndTime_001" id="_add_lhs_ymDuration_to_rhs_dateAndTime_001">
<description>add_lhs_ymDuration_to_rhs_dateAndTime_001</description>
<allowedAnswers>2022-01-01T10:10:10 (date and time)</allowedAnswers>
<variable name="add_lhs_ymDuration_to_rhs_dateAndTime_001"/>
<literalExpression>
<text>@"P1Y" + @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="add_lhs_ymDuration_to_rhs_dateAndTime_002" id="_add_lhs_ymDuration_to_rhs_dateAndTime_002">
<description>add_lhs_ymDuration_to_rhs_dateAndTime_002</description>
<allowedAnswers>2021-02-01T10:10:10 (date and time)</allowedAnswers>
<variable name="add_lhs_ymDuration_to_rhs_dateAndTime_002"/>
<literalExpression>
<text>@"P1M" + @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="add_lhs_ymDuration_to_rhs_dateAndTime_003" id="_add_lhs_ymDuration_to_rhs_dateAndTime_003">
<description>add_lhs_ymDuration_to_rhs_dateAndTime_003</description>
<allowedAnswers>2020-01-01T10:10:10 (date and time)</allowedAnswers>
<variable name="add_lhs_ymDuration_to_rhs_dateAndTime_003"/>
<literalExpression>
<text>@"-P1Y" + @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="add_lhs_ymDuration_to_rhs_dateAndTime_004" id="_add_lhs_ymDuration_to_rhs_dateAndTime_004">
<description>add_lhs_ymDuration_to_rhs_dateAndTime_004</description>
<allowedAnswers>2020-12-01T10:10:10 (date and time)</allowedAnswers>
<variable name="add_lhs_ymDuration_to_rhs_dateAndTime_004"/>
<literalExpression>
<text>@"-P1M" + @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="add_lhs_ymDuration_to_rhs_dateAndTime_005" id="_add_lhs_ymDuration_to_rhs_dateAndTime_005">
<description>add_lhs_ymDuration_to_rhs_dateAndTime_005</description>
<allowedAnswers>2021-01-01T10:10:10 (date and time)</allowedAnswers>
<variable name="add_lhs_ymDuration_to_rhs_dateAndTime_005"/>
<literalExpression>
<text>@"P0Y" + @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="add_lhs_ymDuration_to_rhs_dateAndTime_006" id="_add_lhs_ymDuration_to_rhs_dateAndTime_006">
<description>add_lhs_ymDuration_to_rhs_dateAndTime_006</description>
<allowedAnswers>2021-01-01T10:10:10 (date and time)</allowedAnswers>
<variable name="add_lhs_ymDuration_to_rhs_dateAndTime_006"/>
<literalExpression>
<text>@"P0M" + @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="add_lhs_ymDuration_to_rhs_dateAndTime_007" id="_add_lhs_ymDuration_to_rhs_dateAndTime_007">
<description>add_lhs_ymDuration_to_rhs_dateAndTime_007</description>
<allowedAnswers>2021-02-01T10:10:10+11:00 (date and time)</allowedAnswers>
<variable name="add_lhs_ymDuration_to_rhs_dateAndTime_007"/>
<literalExpression>
<text>@"P1M" + @"2021-01-01T10:10:10+11:00"</text>
</literalExpression>
</decision>
<decision name="add_lhs_ymDuration_to_rhs_dateAndTime_008" id="_add_lhs_ymDuration_to_rhs_dateAndTime_008">
<description>add_lhs_ymDuration_to_rhs_dateAndTime_008</description>
<allowedAnswers>2020-12-01T10:10:10+11:00 (date and time)</allowedAnswers>
<variable name="add_lhs_ymDuration_to_rhs_dateAndTime_008"/>
<literalExpression>
<text>@"-P1M" + @"2021-01-01T10:10:10+11:00"</text>
</literalExpression>
</decision>
<decision name="add_lhs_ymDuration_to_rhs_dateAndTime_009" id="_add_lhs_ymDuration_to_rhs_dateAndTime_009">
<description>add_lhs_ymDuration_to_rhs_dateAndTime_009</description>
<allowedAnswers>2021-02-01T10:10:10@Australia/Melbourne (string)</allowedAnswers>
<variable name="add_lhs_ymDuration_to_rhs_dateAndTime_009"/>
<literalExpression>
<text>string(@"P1M" + @"2021-01-01T10:10:10@Australia/Melbourne")</text>
</literalExpression>
</decision>
<decision name="add_lhs_ymDuration_to_rhs_dateAndTime_010" id="_add_lhs_ymDuration_to_rhs_dateAndTime_010">
<description>add_lhs_ymDuration_to_rhs_dateAndTime_010</description>
<allowedAnswers>-2021-02-01T10:10:10+11:00 (string)</allowedAnswers>
<variable name="add_lhs_ymDuration_to_rhs_dateAndTime_010"/>
<literalExpression>
<text>string(@"P1M" + @"-2021-01-01T10:10:10+11:00")</text>
</literalExpression>
</decision>
<decision name="add_lhs_ymDuration_to_rhs_dateAndTime_011" id="_add_lhs_ymDuration_to_rhs_dateAndTime_011">
<description>add_lhs_ymDuration_to_rhs_dateAndTime_011</description>
<allowedAnswers>-2020-01-01T10:10:10+11:00 (string)</allowedAnswers>
<variable name="add_lhs_ymDuration_to_rhs_dateAndTime_011"/>
<literalExpression>
<text>string(@"P1Y" + @"-2021-01-01T10:10:10+11:00")</text>
</literalExpression>
</decision>
<decision name="add_lhs_ymDuration_to_rhs_dateAndTime_012" id="_add_lhs_ymDuration_to_rhs_dateAndTime_012">
<description>add_lhs_ymDuration_to_rhs_dateAndTime_012</description>
<allowedAnswers>-2022-12-01T10:10:10+11:00 (string)</allowedAnswers>
<variable name="add_lhs_ymDuration_to_rhs_dateAndTime_012"/>
<literalExpression>
<text>string(@"-P1M" + @"-2021-01-01T10:10:10+11:00")</text>
</literalExpression>
</decision>
<decision name="add_lhs_ymDuration_to_rhs_dateAndTime_013" id="_add_lhs_ymDuration_to_rhs_dateAndTime_013">
<description>add_lhs_ymDuration_to_rhs_dateAndTime_013</description>
<allowedAnswers>-2022-01-01T10:10:10+11:00 (string)</allowedAnswers>
<variable name="add_lhs_ymDuration_to_rhs_dateAndTime_013"/>
<literalExpression>
<text>string(@"-P1Y" + @"-2021-01-01T10:10:10+11:00")</text>
</literalExpression>
</decision>
<decision name="add_lhs_ymDuration_to_rhs_dateAndTime_014" id="_add_lhs_ymDuration_to_rhs_dateAndTime_014">
<description>add_lhs_ymDuration_to_rhs_dateAndTime_014</description>
<allowedAnswers>-2021-02-01T10:10:10@Australia/Melbourne (string)</allowedAnswers>
<variable name="add_lhs_ymDuration_to_rhs_dateAndTime_014"/>
<literalExpression>
<text>string(@"P1M" + @"-2021-01-01T10:10:10@Australia/Melbourne")</text>
</literalExpression>
</decision>
<decision name="add_lhs_ymDuration_to_rhs_dateAndTime_015" id="_add_lhs_ymDuration_to_rhs_dateAndTime_015">
<description>add_lhs_ymDuration_to_rhs_dateAndTime_015</description>
<allowedAnswers>-2020-01-01T10:10:10@Australia/Melbourne (string)</allowedAnswers>
<variable name="add_lhs_ymDuration_to_rhs_dateAndTime_015"/>
<literalExpression>
<text>string(@"P1Y" + @"-2021-01-01T10:10:10@Australia/Melbourne")</text>
</literalExpression>
</decision>
<decision name="add_lhs_ymDuration_to_rhs_dateAndTime_016" id="_add_lhs_ymDuration_to_rhs_dateAndTime_016">
<description>add_lhs_ymDuration_to_rhs_dateAndTime_016</description>
<allowedAnswers>-2022-12-01T10:10:10@Australia/Melbourne (string)</allowedAnswers>
<variable name="add_lhs_ymDuration_to_rhs_dateAndTime_016"/>
<literalExpression>
<text>string(@"-P1M" + @"-2021-01-01T10:10:10@Australia/Melbourne")</text>
</literalExpression>
</decision>
<decision name="add_lhs_ymDuration_to_rhs_dateAndTime_017" id="_add_lhs_ymDuration_to_rhs_dateAndTime_017">
<description>add_lhs_ymDuration_to_rhs_dateAndTime_017</description>
<allowedAnswers>-2022-01-01T10:10:10@Australia/Melbourne (string)</allowedAnswers>
<variable name="add_lhs_ymDuration_to_rhs_dateAndTime_017"/>
<literalExpression>
<text>string(@"-P1Y" + @"-2021-01-01T10:10:10@Australia/Melbourne")</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_dtDuration_001" id="_add_lhs_dateAndTime_to_rhs_dtDuration_001">
<description>add_lhs_dateAndTime_to_rhs_dtDuration_001</description>
<allowedAnswers>2021-01-13T11:10:10 (date and time)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_dtDuration_001"/>
<literalExpression>
<text>@"2021-01-12T10:10:10" + @"P1DT1H"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_dtDuration_002" id="_add_lhs_dateAndTime_to_rhs_dtDuration_002">
<description>add_lhs_dateAndTime_to_rhs_dtDuration_002</description>
<allowedAnswers>2021-01-13T11:10:10+11:00 (date and time)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_dtDuration_002"/>
<literalExpression>
<text>@"2021-01-12T10:10:10+11:00" + @"P1DT1H"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_dtDuration_003" id="_add_lhs_dateAndTime_to_rhs_dtDuration_003">
<description>add_lhs_dateAndTime_to_rhs_dtDuration_003</description>
<allowedAnswers>2021-01-02T10:10:10 (date and time)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_dtDuration_003"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" + @"P1D"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_dtDuration_004" id="_add_lhs_dateAndTime_to_rhs_dtDuration_004">
<description>add_lhs_dateAndTime_to_rhs_dtDuration_004</description>
<allowedAnswers>2021-01-01T11:10:10 (date and time)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_dtDuration_004"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" + @"PT1H"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_dtDuration_005" id="_add_lhs_dateAndTime_to_rhs_dtDuration_005">
<description>add_lhs_dateAndTime_to_rhs_dtDuration_005</description>
<allowedAnswers>2020-12-31T10:10:10 (date and time)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_dtDuration_005"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" + @"-P1D"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_dtDuration_006" id="_add_lhs_dateAndTime_to_rhs_dtDuration_006">
<description>add_lhs_dateAndTime_to_rhs_dtDuration_006</description>
<allowedAnswers>2021-01-01T09:10:10 (date and time)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_dtDuration_006"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" + @"-PT1H"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_dtDuration_007" id="_add_lhs_dateAndTime_to_rhs_dtDuration_007">
<description>add_lhs_dateAndTime_to_rhs_dtDuration_007</description>
<allowedAnswers>2021-01-01T10:10:10 (date and time)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_dtDuration_007"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" + @"P0D"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_dtDuration_008" id="_add_lhs_dateAndTime_to_rhs_dtDuration_008">
<description>add_lhs_dateAndTime_to_rhs_dtDuration_008</description>
<allowedAnswers>2021-01-01T10:10:10 (date and time)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_dtDuration_008"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" + @"PT0H"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_dtDuration_009" id="_add_lhs_dateAndTime_to_rhs_dtDuration_009">
<description>add_lhs_dateAndTime_to_rhs_dtDuration_009</description>
<allowedAnswers>2021-01-02T00:00:01 (date and time)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_dtDuration_009"/>
<literalExpression>
<text>@"2021-01-01T24:00:00" + @"PT1S"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_dtDuration_010" id="_add_lhs_dateAndTime_to_rhs_dtDuration_010">
<description>add_lhs_dateAndTime_to_rhs_dtDuration_010</description>
<allowedAnswers>2021-01-01T23:59:59 (date and time)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_dtDuration_010"/>
<literalExpression>
<text>@"2021-01-01T24:00:00" + @"-PT1S"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_dtDuration_011" id="_add_lhs_dateAndTime_to_rhs_dtDuration_011">
<description>add_lhs_dateAndTime_to_rhs_dtDuration_011</description>
<allowedAnswers>2021-01-01T11:10:10+11:00 (date and time)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_dtDuration_011"/>
<literalExpression>
<text>@"2021-01-01T10:10:10+11:00" + @"PT1H"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_dtDuration_012" id="_add_lhs_dateAndTime_to_rhs_dtDuration_012">
<description>add_lhs_dateAndTime_to_rhs_dtDuration_012</description>
<allowedAnswers>2021-01-01T09:10:10+11:00 (date and time)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_dtDuration_012"/>
<literalExpression>
<text>@"2021-01-01T10:10:10+11:00" + @"-PT1H"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_dtDuration_013" id="_add_lhs_dateAndTime_to_rhs_dtDuration_013">
<description>add_lhs_dateAndTime_to_rhs_dtDuration_013</description>
<allowedAnswers>2021-01-13T11:10:10@Australia/Melbourne (string)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_dtDuration_013"/>
<literalExpression>
<text>string(@"2021-01-12T10:10:10@Australia/Melbourne" + @"P1DT1H")</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_dtDuration_014" id="_add_lhs_dateAndTime_to_rhs_dtDuration_014">
<description>add_lhs_dateAndTime_to_rhs_dtDuration_014</description>
<allowedAnswers>-2021-01-01T11:10:10+11:00 (string)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_dtDuration_014"/>
<literalExpression>
<text>string(@"-2021-01-01T10:10:10+11:00" + @"PT1H")</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_dtDuration_015" id="_add_lhs_dateAndTime_to_rhs_dtDuration_015">
<description>add_lhs_dateAndTime_to_rhs_dtDuration_015</description>
<allowedAnswers>-2021-01-02T10:10:10+11:00 (string)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_dtDuration_015"/>
<literalExpression>
<text>string(@"-2021-01-01T10:10:10+11:00" + @"P1D")</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_dtDuration_016" id="_add_lhs_dateAndTime_to_rhs_dtDuration_016">
<description>add_lhs_dateAndTime_to_rhs_dtDuration_016</description>
<allowedAnswers>-2021-01-01T09:10:10+11:00 (string)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_dtDuration_016"/>
<literalExpression>
<text>string(@"-2021-01-01T10:10:10+11:00" + @"-PT1H")</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_dtDuration_017" id="_add_lhs_dateAndTime_to_rhs_dtDuration_017">
<description>add_lhs_dateAndTime_to_rhs_dtDuration_017</description>
<allowedAnswers>-2022-12-31T10:10:10+11:00 (string)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_dtDuration_017"/>
<literalExpression>
<text>string(@"-2021-01-01T10:10:10+11:00" + @"-P1D")</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_dtDuration_018" id="_add_lhs_dateAndTime_to_rhs_dtDuration_018">
<description>add_lhs_dateAndTime_to_rhs_dtDuration_018</description>
<allowedAnswers>-2021-01-01T11:10:10@Australia/Melbourne (string)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_dtDuration_018"/>
<literalExpression>
<text>string(@"-2021-01-01T10:10:10@Australia/Melbourne" + @"PT1H")</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_dtDuration_019" id="_add_lhs_dateAndTime_to_rhs_dtDuration_019">
<description>add_lhs_dateAndTime_to_rhs_dtDuration_019</description>
<allowedAnswers>-2021-01-02T10:10:10@Australia/Melbourne (string)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_dtDuration_019"/>
<literalExpression>
<text>string(@"-2021-01-01T10:10:10@Australia/Melbourne" + @"P1D")</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_dtDuration_020" id="_add_lhs_dateAndTime_to_rhs_dtDuration_020">
<description>add_lhs_dateAndTime_to_rhs_dtDuration_020</description>
<allowedAnswers>-2021-01-01T09:10:10@Australia/Melbourne (string)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_dtDuration_020"/>
<literalExpression>
<text>string(@"-2021-01-01T10:10:10@Australia/Melbourne" + @"-PT1H")</text>
</literalExpression>
</decision>
<decision name="add_lhs_dateAndTime_to_rhs_dtDuration_021" id="_add_lhs_dateAndTime_to_rhs_dtDuration_021">
<description>add_lhs_dateAndTime_to_rhs_dtDuration_021</description>
<allowedAnswers>-2022-12-31T10:10:10@Australia/Melbourne (string)</allowedAnswers>
<variable name="add_lhs_dateAndTime_to_rhs_dtDuration_021"/>
<literalExpression>
<text>string(@"-2021-01-01T10:10:10@Australia/Melbourne" + @"-P1D")</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_dateAndTime_001" id="_add_lhs_dtDuration_to_rhs_dateAndTime_001">
<description>add_lhs_dtDuration_to_rhs_dateAndTime_001</description>
<allowedAnswers>2021-01-13T11:10:10 (date and time)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_dateAndTime_001"/>
<literalExpression>
<text>@"P1DT1H" + @"2021-01-12T10:10:10"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_dateAndTime_002" id="_add_lhs_dtDuration_to_rhs_dateAndTime_002">
<description>add_lhs_dtDuration_to_rhs_dateAndTime_002</description>
<allowedAnswers>2021-01-13T11:10:10+11:00 (date and time)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_dateAndTime_002"/>
<literalExpression>
<text>@"P1DT1H" + @"2021-01-12T10:10:10+11:00"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_dateAndTime_003" id="_add_lhs_dtDuration_to_rhs_dateAndTime_003">
<description>add_lhs_dtDuration_to_rhs_dateAndTime_003</description>
<allowedAnswers>2021-01-02T10:10:10 (date and time)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_dateAndTime_003"/>
<literalExpression>
<text>@"P1D" + @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_dateAndTime_004" id="_add_lhs_dtDuration_to_rhs_dateAndTime_004">
<description>add_lhs_dtDuration_to_rhs_dateAndTime_004</description>
<allowedAnswers>2021-01-01T11:10:10 (date and time)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_dateAndTime_004"/>
<literalExpression>
<text>@"PT1H" + @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_dateAndTime_005" id="_add_lhs_dtDuration_to_rhs_dateAndTime_005">
<description>add_lhs_dtDuration_to_rhs_dateAndTime_005</description>
<allowedAnswers>2020-12-31T10:10:10 (date and time)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_dateAndTime_005"/>
<literalExpression>
<text>@"-P1D" + @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_dateAndTime_006" id="_add_lhs_dtDuration_to_rhs_dateAndTime_006">
<description>add_lhs_dtDuration_to_rhs_dateAndTime_006</description>
<allowedAnswers>2021-01-01T09:10:10 (date and time)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_dateAndTime_006"/>
<literalExpression>
<text>@"-PT1H" + @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_dateAndTime_007" id="_add_lhs_dtDuration_to_rhs_dateAndTime_007">
<description>add_lhs_dtDuration_to_rhs_dateAndTime_007</description>
<allowedAnswers>2021-01-01T10:10:10 (date and time)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_dateAndTime_007"/>
<literalExpression>
<text>@"P0D" + @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_dateAndTime_008" id="_add_lhs_dtDuration_to_rhs_dateAndTime_008">
<description>add_lhs_dtDuration_to_rhs_dateAndTime_008</description>
<allowedAnswers>2021-01-01T10:10:10 (date and time)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_dateAndTime_008"/>
<literalExpression>
<text>@"PT0H" + @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_dateAndTime_009" id="_add_lhs_dtDuration_to_rhs_dateAndTime_009">
<description>add_lhs_dtDuration_to_rhs_dateAndTime_009</description>
<allowedAnswers>2021-01-02T00:00:01 (date and time)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_dateAndTime_009"/>
<literalExpression>
<text>@"PT1S" + @"2021-01-01T24:00:00"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_dateAndTime_010" id="_add_lhs_dtDuration_to_rhs_dateAndTime_010">
<description>add_lhs_dtDuration_to_rhs_dateAndTime_010</description>
<allowedAnswers>2021-01-01T23:59:59 (date and time)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_dateAndTime_010"/>
<literalExpression>
<text>@"-PT1S" + @"2021-01-01T24:00:00"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_dateAndTime_011" id="_add_lhs_dtDuration_to_rhs_dateAndTime_011">
<description>add_lhs_dtDuration_to_rhs_dateAndTime_011</description>
<allowedAnswers>2021-01-01T11:10:10+11:00 (date and time)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_dateAndTime_011"/>
<literalExpression>
<text>@"PT1H" + @"2021-01-01T10:10:10+11:00"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_dateAndTime_012" id="_add_lhs_dtDuration_to_rhs_dateAndTime_012">
<description>add_lhs_dtDuration_to_rhs_dateAndTime_012</description>
<allowedAnswers>2021-01-01T09:10:10+11:00 (date and time)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_dateAndTime_012"/>
<literalExpression>
<text>@"-PT1H" + @"2021-01-01T10:10:10+11:00"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_dateAndTime_013" id="_add_lhs_dtDuration_to_rhs_dateAndTime_013">
<description>add_lhs_dtDuration_to_rhs_dateAndTime_013</description>
<allowedAnswers>2021-01-13T11:10:10@Australia/Melbourne (string)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_dateAndTime_013"/>
<literalExpression>
<text>string(@"P1DT1H" + @"2021-01-12T10:10:10@Australia/Melbourne")</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_dateAndTime_014" id="_add_lhs_dtDuration_to_rhs_dateAndTime_014">
<description>add_lhs_dtDuration_to_rhs_dateAndTime_014</description>
<allowedAnswers>-2021-01-01T11:10:10+11:00 (string)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_dateAndTime_014"/>
<literalExpression>
<text>string(@"PT1H" + @"-2021-01-01T10:10:10+11:00")</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_dateAndTime_015" id="_add_lhs_dtDuration_to_rhs_dateAndTime_015">
<description>add_lhs_dtDuration_to_rhs_dateAndTime_015</description>
<allowedAnswers>-2021-01-02T10:10:10+11:00 (string)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_dateAndTime_015"/>
<literalExpression>
<text>string(@"P1D" + @"-2021-01-01T10:10:10+11:00")</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_dateAndTime_016" id="_add_lhs_dtDuration_to_rhs_dateAndTime_016">
<description>add_lhs_dtDuration_to_rhs_dateAndTime_016</description>
<allowedAnswers>-2021-01-01T09:10:10+11:00 (string)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_dateAndTime_016"/>
<literalExpression>
<text>string(@"-PT1H" + @"-2021-01-01T10:10:10+11:00")</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_dateAndTime_017" id="_add_lhs_dtDuration_to_rhs_dateAndTime_017">
<description>add_lhs_dtDuration_to_rhs_dateAndTime_017</description>
<allowedAnswers>-2022-12-31T10:10:10+11:00 (string)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_dateAndTime_017"/>
<literalExpression>
<text>string(@"-P1D" + @"-2021-01-01T10:10:10+11:00")</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_dateAndTime_018" id="_add_lhs_dtDuration_to_rhs_dateAndTime_018">
<description>add_lhs_dtDuration_to_rhs_dateAndTime_018</description>
<allowedAnswers>-2021-01-01T11:10:10@Australia/Melbourne (string)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_dateAndTime_018"/>
<literalExpression>
<text>string(@"PT1H" + @"-2021-01-01T10:10:10@Australia/Melbourne")</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_dateAndTime_019" id="_add_lhs_dtDuration_to_rhs_dateAndTime_019">
<description>add_lhs_dtDuration_to_rhs_dateAndTime_019</description>
<allowedAnswers>-2021-01-02T10:10:10@Australia/Melbourne (string)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_dateAndTime_019"/>
<literalExpression>
<text>string(@"P1D" + @"-2021-01-01T10:10:10@Australia/Melbourne")</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_dateAndTime_020" id="_add_lhs_dtDuration_to_rhs_dateAndTime_020">
<description>add_lhs_dtDuration_to_rhs_dateAndTime_020</description>
<allowedAnswers>-2021-01-01T09:10:10@Australia/Melbourne (string)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_dateAndTime_020"/>
<literalExpression>
<text>string(@"-PT1H" + @"-2021-01-01T10:10:10@Australia/Melbourne")</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_dateAndTime_021" id="_add_lhs_dtDuration_to_rhs_dateAndTime_021">
<description>add_lhs_dtDuration_to_rhs_dateAndTime_021</description>
<allowedAnswers>-2022-12-31T10:10:10@Australia/Melbourne (string)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_dateAndTime_021"/>
<literalExpression>
<text>string(@"-P1D" + @"-2021-01-01T10:10:10@Australia/Melbourne")</text>
</literalExpression>
</decision>
<decision name="add_lhs_date_to_rhs_ymDuration_001" id="_add_lhs_date_to_rhs_ymDuration_001">
<description>add_lhs_date_to_rhs_ymDuration_001</description>
<allowedAnswers>2022-01-01 (date)</allowedAnswers>
<variable name="add_lhs_date_to_rhs_ymDuration_001"/>
<literalExpression>
<text>@"P1Y" + @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="add_lhs_date_to_rhs_ymDuration_002" id="_add_lhs_date_to_rhs_ymDuration_002">
<description>add_lhs_date_to_rhs_ymDuration_002</description>
<allowedAnswers>2021-02-01 (date)</allowedAnswers>
<variable name="add_lhs_date_to_rhs_ymDuration_002"/>
<literalExpression>
<text>@"P1M" + @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="add_lhs_ymDuration_to_rhs_date_001" id="_add_lhs_ymDuration_to_rhs_date_001">
<description>add_lhs_ymDuration_to_rhs_date_001</description>
<allowedAnswers>2022-01-01 (date)</allowedAnswers>
<variable name="add_lhs_ymDuration_to_rhs_date_001"/>
<literalExpression>
<text>@"2021-01-01" + @"P1Y"</text>
</literalExpression>
</decision>
<decision name="add_lhs_ymDuration_to_rhs_date_002" id="_add_lhs_ymDuration_to_rhs_date_002">
<description>add_lhs_ymDuration_to_rhs_date_002</description>
<allowedAnswers>2021-02-01 (date)</allowedAnswers>
<variable name="add_lhs_ymDuration_to_rhs_date_002"/>
<literalExpression>
<text>@"2021-01-01" + @"P1M"</text>
</literalExpression>
</decision>
<decision name="add_lhs_date_to_rhs_dtDuration_001" id="_add_lhs_date_to_rhs_dtDuration_001">
<description>add_lhs_date_to_rhs_dtDuration_001</description>
<allowedAnswers>2021-01-02 (date)</allowedAnswers>
<variable name="add_lhs_date_to_rhs_dtDuration_001"/>
<literalExpression>
<text>@"2021-01-01" + @"P1D"</text>
</literalExpression>
</decision>
<decision name="add_lhs_date_to_rhs_dtDuration_002" id="_add_lhs_date_to_rhs_dtDuration_002">
<description>Date + 1.5 days (in hours) gives date + 1 day</description>
<allowedAnswers>2021-01-02 (date)</allowedAnswers>
<variable name="add_lhs_date_to_rhs_dtDuration_002"/>
<literalExpression>
<text>@"2021-01-01" + @"PT36H"</text>
</literalExpression>
</decision>
<decision name="add_lhs_date_to_rhs_dtDuration_003" id="_add_lhs_date_to_rhs_dtDuration_003">
<description>Date + 2 days (in hours) gives date + 2 days</description>
<allowedAnswers>2021-01-03 (date)</allowedAnswers>
<variable name="add_lhs_date_to_rhs_dtDuration_003"/>
<literalExpression>
<text>@"2021-01-01" + @"PT48H"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_date_001" id="_add_lhs_dtDuration_to_rhs_date_001">
<description>add_lhs_dtDuration_to_rhs_date_001</description>
<allowedAnswers>2021-01-02 (date)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_date_001"/>
<literalExpression>
<text>@"P1D" + @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_date_002" id="_add_lhs_dtDuration_to_rhs_date_002">
<description>Date + 1.5 days (in hours) gives date + 1 day</description>
<allowedAnswers>2021-01-02 (date)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_date_002"/>
<literalExpression>
<text>@"PT36H" + @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_date_003" id="_add_lhs_dtDuration_to_rhs_date_003">
<description>Date + 2 days (in hours) gives date + 2 days</description>
<allowedAnswers>2021-01-03 (date)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_date_003"/>
<literalExpression>
<text>@"PT48H" + @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="add_lhs_time_to_rhs_dtDuration_001" id="_add_lhs_time_to_rhs_dtDuration_001">
<description>add_lhs_time_to_rhs_dtDuration_001</description>
<allowedAnswers>11:15:00 (time)</allowedAnswers>
<variable name="add_lhs_time_to_rhs_dtDuration_001"/>
<literalExpression>
<text>@"10:15:00" + @"PT1H"</text>
</literalExpression>
</decision>
<decision name="add_lhs_time_to_rhs_dtDuration_002" id="_add_lhs_time_to_rhs_dtDuration_002">
<description>Time + days duration gives time</description>
<allowedAnswers>10:15:00 (time)</allowedAnswers>
<variable name="add_lhs_time_to_rhs_dtDuration_002"/>
<literalExpression>
<text>@"10:15:00" + @"P1D"</text>
</literalExpression>
</decision>
<decision name="add_lhs_time_to_rhs_dtDuration_003" id="_add_lhs_time_to_rhs_dtDuration_003">
<description>add_lhs_time_to_rhs_dtDuration_003</description>
<allowedAnswers>10:15:00+11:00 (time)</allowedAnswers>
<variable name="add_lhs_time_to_rhs_dtDuration_003"/>
<literalExpression>
<text>@"10:15:00+11:00" + @"P1D"</text>
</literalExpression>
</decision>
<decision name="add_lhs_time_to_rhs_dtDuration_004" id="_add_lhs_time_to_rhs_dtDuration_004">
<description>add_lhs_time_to_rhs_dtDuration_004</description>
<allowedAnswers>10:15:00@Australia/Melbourne (string)</allowedAnswers>
<variable name="add_lhs_time_to_rhs_dtDuration_004"/>
<literalExpression>
<text>string(@"10:15:00@Australia/Melbourne" + @"P1D")</text>
</literalExpression>
</decision>
<decision name="add_lhs_time_to_rhs_dtDuration_005" id="_add_lhs_time_to_rhs_dtDuration_005">
<description>add_lhs_time_to_rhs_dtDuration_005</description>
<allowedAnswers>10:15:00@Australia/Melbourne (string)</allowedAnswers>
<variable name="add_lhs_time_to_rhs_dtDuration_005"/>
<literalExpression>
<text>string(@"10:15:00@Australia/Melbourne" + @"-P1D")</text>
</literalExpression>
</decision>
<decision name="add_lhs_time_to_rhs_dtDuration_006" id="_add_lhs_time_to_rhs_dtDuration_006">
<description>add_lhs_time_to_rhs_dtDuration_006</description>
<allowedAnswers>11:15:00@Australia/Melbourne (string)</allowedAnswers>
<variable name="add_lhs_time_to_rhs_dtDuration_006"/>
<literalExpression>
<text>string(@"10:15:00@Australia/Melbourne" + @"PT1H")</text>
</literalExpression>
</decision>
<decision name="add_lhs_time_to_rhs_dtDuration_007" id="_add_lhs_time_to_rhs_dtDuration_007">
<description>add_lhs_time_to_rhs_dtDuration_007</description>
<allowedAnswers>09:15:00@Australia/Melbourne (string)</allowedAnswers>
<variable name="add_lhs_time_to_rhs_dtDuration_007"/>
<literalExpression>
<text>string(@"10:15:00@Australia/Melbourne" + @"-PT1H")</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_time_001" id="_add_lhs_dtDuration_to_rhs_time_001">
<description>add_lhs_dtDuration_to_rhs_time_001</description>
<allowedAnswers>11:15:00 (time)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_time_001"/>
<literalExpression>
<text>@"PT1H" + @"10:15:00"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_time_002" id="_add_lhs_dtDuration_to_rhs_time_002">
<description>Time + days duration gives time</description>
<allowedAnswers>10:15:00 (time)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_time_002"/>
<literalExpression>
<text>@"P1D" + @"10:15:00"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_time_003" id="_add_lhs_dtDuration_to_rhs_time_003">
<description>add_lhs_dtDuration_to_rhs_time_003</description>
<allowedAnswers>10:15:00+11:00 (time)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_time_003"/>
<literalExpression>
<text>@"P1D" + @"10:15:00+11:00"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_time_004" id="_add_lhs_dtDuration_to_rhs_time_004">
<description>add_lhs_dtDuration_to_rhs_time_004</description>
<allowedAnswers>10:15:00@Australia/Melbourne (string)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_time_004"/>
<literalExpression>
<text>string(@"P1D" + @"10:15:00@Australia/Melbourne")</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_time_005" id="_add_lhs_dtDuration_to_rhs_time_005">
<description>add_lhs_dtDuration_to_rhs_time_005</description>
<allowedAnswers>10:15:00@Australia/Melbourne (string)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_time_005"/>
<literalExpression>
<text>string(@"-P1D" + @"10:15:00@Australia/Melbourne")</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_time_006" id="_add_lhs_dtDuration_to_rhs_time_006">
<description>add_lhs_dtDuration_to_rhs_time_006</description>
<allowedAnswers>11:15:00@Australia/Melbourne (string)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_time_006"/>
<literalExpression>
<text>string(@"PT1H" + @"10:15:00@Australia/Melbourne")</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_time_007" id="_add_lhs_dtDuration_to_rhs_time_007">
<description>add_lhs_dtDuration_to_rhs_time_007</description>
<allowedAnswers>09:15:00@Australia/Melbourne (string)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_time_007"/>
<literalExpression>
<text>string(@"-PT1H" + @"10:15:00@Australia/Melbourne")</text>
</literalExpression>
</decision>
<decision name="add_lhs_ymDuration_to_rhs_ymDuration_001" id="_add_lhs_ymDuration_to_rhs_ymDuration_001">
<description>add_lhs_ymDuration_to_rhs_ymDuration_001</description>
<allowedAnswers>P1Y2M (duration)</allowedAnswers>
<variable name="add_lhs_ymDuration_to_rhs_ymDuration_001"/>
<literalExpression>
<text>@"P1Y" + @"P2M"</text>
</literalExpression>
</decision>
<decision name="add_lhs_ymDuration_to_rhs_ymDuration_002" id="_add_lhs_ymDuration_to_rhs_ymDuration_002">
<description>add_lhs_ymDuration_to_rhs_ymDuration_002</description>
<allowedAnswers>P10M (duration)</allowedAnswers>
<variable name="add_lhs_ymDuration_to_rhs_ymDuration_002"/>
<literalExpression>
<text>@"P1Y" + @"-P2M"</text>
</literalExpression>
</decision>
<decision name="add_lhs_ymDuration_to_rhs_ymDuration_003" id="_add_lhs_ymDuration_to_rhs_ymDuration_003">
<description>add_lhs_ymDuration_to_rhs_ymDuration_003</description>
<allowedAnswers>-P10M (duration)</allowedAnswers>
<variable name="add_lhs_ymDuration_to_rhs_ymDuration_003"/>
<literalExpression>
<text>@"-P1Y" + @"P2M"</text>
</literalExpression>
</decision>
<decision name="add_lhs_ymDuration_to_rhs_ymDuration_004" id="_add_lhs_ymDuration_to_rhs_ymDuration_004">
<description>add_lhs_ymDuration_to_rhs_ymDuration_004</description>
<allowedAnswers>-P1Y2M (duration)</allowedAnswers>
<variable name="add_lhs_ymDuration_to_rhs_ymDuration_004"/>
<literalExpression>
<text>@"-P1Y" + @"-P2M"</text>
</literalExpression>
</decision>
<decision name="add_lhs_ymDuration_to_rhs_ymDuration_005" id="_add_lhs_ymDuration_to_rhs_ymDuration_005">
<description>add_lhs_ymDuration_to_rhs_ymDuration_005</description>
<allowedAnswers>P1Y (duration)</allowedAnswers>
<variable name="add_lhs_ymDuration_to_rhs_ymDuration_005"/>
<literalExpression>
<text>@"P1Y" + @"P0M"</text>
</literalExpression>
</decision>
<decision name="add_lhs_ymDuration_to_rhs_ymDuration_006" id="_add_lhs_ymDuration_to_rhs_ymDuration_006">
<description>add_lhs_ymDuration_to_rhs_ymDuration_006</description>
<allowedAnswers>P1Y (duration)</allowedAnswers>
<variable name="add_lhs_ymDuration_to_rhs_ymDuration_006"/>
<literalExpression>
<text>@"P1Y" + @"-P0M"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_dtDuration_001" id="_add_lhs_dtDuration_to_rhs_dtDuration_001">
<description>add_lhs_dtDuration_to_rhs_dtDuration_001</description>
<allowedAnswers>P3D (duration)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_dtDuration_001"/>
<literalExpression>
<text>@"P1D" + @"P2D"</text>
</literalExpression>
</decision>
<decision name="add_lhs_dtDuration_to_rhs_dtDuration_002" id="_add_lhs_dtDuration_to_rhs_dtDuration_002">
<description>add_lhs_dtDuration_to_rhs_dtDuration_002</description>
<allowedAnswers>P2D (duration)</allowedAnswers>
<variable name="add_lhs_dtDuration_to_rhs_dtDuration_002"/>
<literalExpression>
<text>@"PT24H" + @"P1D"</text>
</literalExpression>
</decision>
<decision name="add_lhs_string_to_rhs_string_001" id="_add_lhs_string_to_rhs_string_001">
<description>add_lhs_string_to_rhs_string_001</description>
<allowedAnswers>foobar (string)</allowedAnswers>
<variable name="add_lhs_string_to_rhs_string_001"/>
<literalExpression>
<text>string("foo" + "bar")</text>
</literalExpression>
</decision>
<decision name="add_lhs_string_to_rhs_string_002" id="_add_lhs_string_to_rhs_string_002">
<description>add_lhs_string_to_rhs_string_002</description>
<allowedAnswers>11 (string)</allowedAnswers>
<variable name="add_lhs_string_to_rhs_string_002"/>
<literalExpression>
<text>string("1" + "1")</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_number_minus_rhs_number_001" id="_subtract_lhs_number_minus_rhs_number_001">
<description>subtract_lhs_number_minus_rhs_number_001</description>
<allowedAnswers>5 (number)</allowedAnswers>
<variable name="subtract_lhs_number_minus_rhs_number_001"/>
<literalExpression>
<text>10 - 5</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_number_minus_rhs_number_002" id="_subtract_lhs_number_minus_rhs_number_002">
<description>subtract_lhs_number_minus_rhs_number_002</description>
<allowedAnswers>15 (number)</allowedAnswers>
<variable name="subtract_lhs_number_minus_rhs_number_002"/>
<literalExpression>
<text>10 - -5</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_number_minus_rhs_number_003" id="_subtract_lhs_number_minus_rhs_number_003">
<description>subtract_lhs_number_minus_rhs_number_003</description>
<allowedAnswers>-15 (number)</allowedAnswers>
<variable name="subtract_lhs_number_minus_rhs_number_003"/>
<literalExpression>
<text>-10 - 5</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_number_minus_rhs_number_004" id="_subtract_lhs_number_minus_rhs_number_004">
<description>subtract_lhs_number_minus_rhs_number_004</description>
<allowedAnswers>-5 (number)</allowedAnswers>
<variable name="subtract_lhs_number_minus_rhs_number_004"/>
<literalExpression>
<text>-10 - -5</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_number_minus_rhs_number_005" id="_subtract_lhs_number_minus_rhs_number_005">
<description>subtract_lhs_number_minus_rhs_number_005</description>
<allowedAnswers>0.8889 (number)</allowedAnswers>
<variable name="subtract_lhs_number_minus_rhs_number_005"/>
<literalExpression>
<text>1.1234 - 0.2345</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_number_minus_rhs_number_006" id="_subtract_lhs_number_minus_rhs_number_006">
<description>subtract_lhs_number_minus_rhs_number_006</description>
<allowedAnswers>1.3579 (number)</allowedAnswers>
<variable name="subtract_lhs_number_minus_rhs_number_006"/>
<literalExpression>
<text>1.1234 - -0.2345</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_number_minus_rhs_number_007" id="_subtract_lhs_number_minus_rhs_number_007">
<description>subtract_lhs_number_minus_rhs_number_007</description>
<allowedAnswers>-0.8889 (number)</allowedAnswers>
<variable name="subtract_lhs_number_minus_rhs_number_007"/>
<literalExpression>
<text>-1.1234 - -0.2345</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_dateAndTime_001" id="_subtract_lhs_dateAndTime_minus_rhs_dateAndTime_001">
<description>subtract_lhs_dateAndTime_minus_rhs_dateAndTime_001</description>
<allowedAnswers>P1D (duration)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_dateAndTime_001"/>
<literalExpression>
<text>@"2021-01-02T10:10:10" - @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_dateAndTime_002" id="_subtract_lhs_dateAndTime_minus_rhs_dateAndTime_002">
<description>Both or neither values must have zone info</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_dateAndTime_002"/>
<literalExpression>
<text>@"2021-01-02T10:10:10@Europe/Paris" - @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_dateAndTime_003" id="_subtract_lhs_dateAndTime_minus_rhs_dateAndTime_003">
<description>Both or neither values must have zone info</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_dateAndTime_003"/>
<literalExpression>
<text>@"2021-01-02T10:10:10" - @"2021-01-01T10:10:10@Europe/Paris"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_dateAndTime_004" id="_subtract_lhs_dateAndTime_minus_rhs_dateAndTime_004">
<description>Both or neither values must have zone info</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_dateAndTime_004"/>
<literalExpression>
<text>@"2021-01-02T10:10:10+02:00" - @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_dateAndTime_005" id="_subtract_lhs_dateAndTime_minus_rhs_dateAndTime_005">
<description>Both or neither values must have zone info</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_dateAndTime_005"/>
<literalExpression>
<text>@"2021-01-02T10:10:10" - @"2021-01-01T10:10:10+02:00"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_dateAndTime_006" id="_subtract_lhs_dateAndTime_minus_rhs_dateAndTime_006">
<description>subtract_lhs_dateAndTime_minus_rhs_dateAndTime_006</description>
<allowedAnswers>P1D (duration)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_dateAndTime_006"/>
<literalExpression>
<text>@"2021-01-02T10:10:10@Europe/Paris" - @"2021-01-01T10:10:10@Europe/Paris"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_dateAndTime_007" id="_subtract_lhs_dateAndTime_minus_rhs_dateAndTime_007">
<description>subtract_lhs_dateAndTime_minus_rhs_dateAndTime_007</description>
<allowedAnswers>P1DT5H (duration)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_dateAndTime_007"/>
<literalExpression>
<text>@"2021-01-02T10:10:10@Europe/Paris" - @"2021-01-01T10:10:10@Asia/Dhaka"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_dateAndTime_008" id="_subtract_lhs_dateAndTime_minus_rhs_dateAndTime_008">
<description>Offset datetime is UTC and datetime has zone</description>
<allowedAnswers>P1D (duration)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_dateAndTime_008"/>
<literalExpression>
<text>@"2021-01-02T10:10:10+01:00" - @"2021-01-01T10:10:10@Europe/Paris"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_dateAndTime_009" id="_subtract_lhs_dateAndTime_minus_rhs_dateAndTime_009">
<description>Offset datetime is UTC and datetime has no zone</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_dateAndTime_009"/>
<literalExpression>
<text>@"2021-01-02T10:10:10+01:00" - @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_dateAndTime_010" id="_subtract_lhs_dateAndTime_minus_rhs_dateAndTime_010">
<description>Date is implicitly UTC 00:00:00</description>
<allowedAnswers>P0D (duration)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_dateAndTime_010"/>
<literalExpression>
<text>@"2021-01-02T00:00:00Z" - @"2021-01-02"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_dateAndTime_011" id="_subtract_lhs_dateAndTime_minus_rhs_dateAndTime_011">
<description>year differences are expressed as days and time duration</description>
<allowedAnswers>P9498D (duration)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_dateAndTime_011"/>
<literalExpression>
<text>@"2021-01-02T10:10:10@Europe/Paris" - @"1995-01-01T10:10:10@Europe/Paris"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_dateAndTime_012" id="_subtract_lhs_dateAndTime_minus_rhs_dateAndTime_012">
<description>year differences are expressed as days and time duration</description>
<allowedAnswers>P9498DT5H (duration)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_dateAndTime_012"/>
<literalExpression>
<text>@"2021-01-02T10:10:10@Europe/Paris" - @"1995-01-01T10:10:10@Asia/Dhaka"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_ymDuration_001" id="_subtract_lhs_dateAndTime_minus_rhs_ymDuration_001">
<description>subtract_lhs_dateAndTime_minus_rhs_ymDuration_001</description>
<allowedAnswers>2020-01-01T10:10:10 (date and time)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_ymDuration_001"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" - @"P1Y"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_ymDuration_002" id="_subtract_lhs_dateAndTime_minus_rhs_ymDuration_002">
<description>subtract_lhs_dateAndTime_minus_rhs_ymDuration_002</description>
<allowedAnswers>2020-12-01T10:10:10 (date and time)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_ymDuration_002"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" - @"P1M"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_ymDuration_003" id="_subtract_lhs_dateAndTime_minus_rhs_ymDuration_003">
<description>subtract_lhs_dateAndTime_minus_rhs_ymDuration_003</description>
<allowedAnswers>2022-01-01T10:10:10 (date and time)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_ymDuration_003"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" - @"-P1Y"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_ymDuration_004" id="_subtract_lhs_dateAndTime_minus_rhs_ymDuration_004">
<description>subtract_lhs_dateAndTime_minus_rhs_ymDuration_004</description>
<allowedAnswers>2021-02-01T10:10:10 (date and time)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_ymDuration_004"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" - @"-P1M"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_ymDuration_005" id="_subtract_lhs_dateAndTime_minus_rhs_ymDuration_005">
<description>subtract_lhs_dateAndTime_minus_rhs_ymDuration_005</description>
<allowedAnswers>2021-01-01T10:10:10 (date and time)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_ymDuration_005"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" - @"P0Y"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_ymDuration_006" id="_subtract_lhs_dateAndTime_minus_rhs_ymDuration_006">
<description>subtract_lhs_dateAndTime_minus_rhs_ymDuration_006</description>
<allowedAnswers>2021-01-01T10:10:10 (date and time)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_ymDuration_006"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" - @"P0M"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_ymDuration_007" id="_subtract_lhs_dateAndTime_minus_rhs_ymDuration_007">
<description>subtract_lhs_dateAndTime_minus_rhs_ymDuration_007</description>
<allowedAnswers>2020-01-01T10:10:10+11:00 (date and time)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_ymDuration_007"/>
<literalExpression>
<text>@"2021-01-01T10:10:10+11:00" - @"P1Y"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_ymDuration_008" id="_subtract_lhs_dateAndTime_minus_rhs_ymDuration_008">
<description>subtract_lhs_dateAndTime_minus_rhs_ymDuration_008</description>
<allowedAnswers>2020-01-01T10:10:10@Australia/Melbourne (string)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_ymDuration_008"/>
<literalExpression>
<text>string(@"2021-01-01T10:10:10@Australia/Melbourne" - @"P1Y")</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_ymDuration_009" id="_subtract_lhs_dateAndTime_minus_rhs_ymDuration_009">
<description>subtract_lhs_dateAndTime_minus_rhs_ymDuration_009</description>
<allowedAnswers>-2022-12-01T10:10:10+11:00 (string)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_ymDuration_009"/>
<literalExpression>
<text>string(@"-2021-01-01T10:10:10+11:00" - @"P1M")</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_ymDuration_010" id="_subtract_lhs_dateAndTime_minus_rhs_ymDuration_010">
<description>subtract_lhs_dateAndTime_minus_rhs_ymDuration_010</description>
<allowedAnswers>-2022-01-01T10:10:10+11:00 (string)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_ymDuration_010"/>
<literalExpression>
<text>string(@"-2021-01-01T10:10:10+11:00" - @"P1Y")</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_ymDuration_011" id="_subtract_lhs_dateAndTime_minus_rhs_ymDuration_011">
<description>subtract_lhs_dateAndTime_minus_rhs_ymDuration_011</description>
<allowedAnswers>-2021-02-01T10:10:10+11:00 (string)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_ymDuration_011"/>
<literalExpression>
<text>string(@"-2021-01-01T10:10:10+11:00" - @"-P1M")</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_ymDuration_012" id="_subtract_lhs_dateAndTime_minus_rhs_ymDuration_012">
<description>subtract_lhs_dateAndTime_minus_rhs_ymDuration_012</description>
<allowedAnswers>-2020-01-01T10:10:10+11:00 (string)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_ymDuration_012"/>
<literalExpression>
<text>string(@"-2021-01-01T10:10:10+11:00" - @"-P1Y")</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_ymDuration_013" id="_subtract_lhs_dateAndTime_minus_rhs_ymDuration_013">
<description>subtract_lhs_dateAndTime_minus_rhs_ymDuration_013</description>
<allowedAnswers>-2022-12-01T10:10:10@Australia/Melbourne (string)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_ymDuration_013"/>
<literalExpression>
<text>string(@"-2021-01-01T10:10:10@Australia/Melbourne" - @"P1M")</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_ymDuration_014" id="_subtract_lhs_dateAndTime_minus_rhs_ymDuration_014">
<description>subtract_lhs_dateAndTime_minus_rhs_ymDuration_014</description>
<allowedAnswers>-2022-01-01T10:10:10@Australia/Melbourne (string)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_ymDuration_014"/>
<literalExpression>
<text>string(@"-2021-01-01T10:10:10@Australia/Melbourne" - @"P1Y")</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_ymDuration_015" id="_subtract_lhs_dateAndTime_minus_rhs_ymDuration_015">
<description>subtract_lhs_dateAndTime_minus_rhs_ymDuration_015</description>
<allowedAnswers>-2021-02-01T10:10:10@Australia/Melbourne (string)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_ymDuration_015"/>
<literalExpression>
<text>string(@"-2021-01-01T10:10:10@Australia/Melbourne" - @"-P1M")</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_ymDuration_016" id="_subtract_lhs_dateAndTime_minus_rhs_ymDuration_016">
<description>subtract_lhs_dateAndTime_minus_rhs_ymDuration_016</description>
<allowedAnswers>-2020-01-01T10:10:10@Australia/Melbourne (string)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_ymDuration_016"/>
<literalExpression>
<text>string(@"-2021-01-01T10:10:10@Australia/Melbourne" - @"-P1Y")</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_date_001" id="_subtract_lhs_dateAndTime_minus_rhs_date_001">
<description>Both must have zone info and date implies UTC</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_date_001"/>
<literalExpression>
<text>@"2021-01-01T00:00:00" - @"2021-01-02"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_date_002" id="_subtract_lhs_dateAndTime_minus_rhs_date_002">
<description>datetime has zone and date implies UTC</description>
<allowedAnswers>P1DT9H10M10S (duration)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_date_002"/>
<literalExpression>
<text>@"2021-01-02T10:10:10@Europe/Paris" - @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_date_003" id="_subtract_lhs_dateAndTime_minus_rhs_date_003">
<description>Offset datetime is UTC and date implies UTC</description>
<allowedAnswers>P1DT9H10M10S (duration)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_date_003"/>
<literalExpression>
<text>@"2021-01-02T10:10:10+01:00" - @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_date_004" id="_subtract_lhs_dateAndTime_minus_rhs_date_004">
<description>year differences are expressed as days and time duration</description>
<allowedAnswers>P9498DT9H10M10S (duration)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_date_004"/>
<literalExpression>
<text>@"2021-01-02T10:10:10@Europe/Paris" - @"1995-01-01"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_date_005" id="_subtract_lhs_dateAndTime_minus_rhs_date_005">
<description>year differences are expressed as days and time duration</description>
<allowedAnswers>P9498DT9H10M10S (duration)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_date_005"/>
<literalExpression>
<text>@"2021-01-02T10:10:10+01:00" - @"1995-01-01"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_001" id="_subtract_lhs_dateAndTime_minus_rhs_dtDuration_001">
<description>subtract_lhs_dateAndTime_minus_rhs_dtDuration_001</description>
<allowedAnswers>2020-12-31T10:10:10 (date and time)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_001"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" - @"P1D"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_002" id="_subtract_lhs_dateAndTime_minus_rhs_dtDuration_002">
<description>subtract_lhs_dateAndTime_minus_rhs_dtDuration_002</description>
<allowedAnswers>2021-01-01T09:10:10 (date and time)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_002"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" - @"PT1H"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_003" id="_subtract_lhs_dateAndTime_minus_rhs_dtDuration_003">
<description>subtract_lhs_dateAndTime_minus_rhs_dtDuration_003</description>
<allowedAnswers>2021-01-01T23:00:00 (date and time)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_003"/>
<literalExpression>
<text>@"2021-01-02T00:00:00" - @"PT1H"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_004" id="_subtract_lhs_dateAndTime_minus_rhs_dtDuration_004">
<description>subtract_lhs_dateAndTime_minus_rhs_dtDuration_004</description>
<allowedAnswers>2020-12-31T10:10:10+11:00 (date and time)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_004"/>
<literalExpression>
<text>@"2021-01-01T10:10:10+11:00" - @"P1D"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_005" id="_subtract_lhs_dateAndTime_minus_rhs_dtDuration_005">
<description>subtract_lhs_dateAndTime_minus_rhs_dtDuration_005</description>
<allowedAnswers>2021-01-01T23:59:59 (date and time)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_005"/>
<literalExpression>
<text>@"2021-01-01T24:00:00" - @"PT1S"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_006" id="_subtract_lhs_dateAndTime_minus_rhs_dtDuration_006">
<description>subtract_lhs_dateAndTime_minus_rhs_dtDuration_006</description>
<allowedAnswers>2021-01-02T00:00:01 (date and time)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_006"/>
<literalExpression>
<text>@"2021-01-01T24:00:00" - @"-PT1S"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_007" id="_subtract_lhs_dateAndTime_minus_rhs_dtDuration_007">
<description>subtract_lhs_dateAndTime_minus_rhs_dtDuration_007</description>
<allowedAnswers>2020-12-31T10:10:10@Australia/Melbourne (string)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_007"/>
<literalExpression>
<text>string(@"2021-01-01T10:10:10@Australia/Melbourne" - @"P1D")</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_008" id="_subtract_lhs_dateAndTime_minus_rhs_dtDuration_008">
<description>subtract_lhs_dateAndTime_minus_rhs_dtDuration_008</description>
<allowedAnswers>2021-01-01T23:59:59 (date and time)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_008"/>
<literalExpression>
<text>@"2021-01-01T24:00:00" - @"PT1S"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_009" id="_subtract_lhs_dateAndTime_minus_rhs_dtDuration_009">
<description>subtract_lhs_dateAndTime_minus_rhs_dtDuration_009</description>
<allowedAnswers>2021-01-02T00:00:01 (date and time)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_009"/>
<literalExpression>
<text>@"2021-01-01T24:00:00" - @"-PT1S"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_010" id="_subtract_lhs_dateAndTime_minus_rhs_dtDuration_010">
<description>subtract_lhs_dateAndTime_minus_rhs_dtDuration_010</description>
<allowedAnswers>-2021-01-01T09:10:10+11:00 (string)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_010"/>
<literalExpression>
<text>string(@"-2021-01-01T10:10:10+11:00" - @"PT1H")</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_011" id="_subtract_lhs_dateAndTime_minus_rhs_dtDuration_011">
<description>subtract_lhs_dateAndTime_minus_rhs_dtDuration_011</description>
<allowedAnswers>-2022-12-31T10:10:10+11:00 (string)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_011"/>
<literalExpression>
<text>string(@"-2021-01-01T10:10:10+11:00" - @"P1D")</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_012" id="_subtract_lhs_dateAndTime_minus_rhs_dtDuration_012">
<description>subtract_lhs_dateAndTime_minus_rhs_dtDuration_012</description>
<allowedAnswers>-2021-01-01T11:10:10+11:00 (string)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_012"/>
<literalExpression>
<text>string(@"-2021-01-01T10:10:10+11:00" - @"-PT1H")</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_013" id="_subtract_lhs_dateAndTime_minus_rhs_dtDuration_013">
<description>subtract_lhs_dateAndTime_minus_rhs_dtDuration_013</description>
<allowedAnswers>-2021-01-02T10:10:10+11:00 (string)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_013"/>
<literalExpression>
<text>string(@"-2021-01-01T10:10:10+11:00" - @"-P1D")</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_014" id="_subtract_lhs_dateAndTime_minus_rhs_dtDuration_014">
<description>subtract_lhs_dateAndTime_minus_rhs_dtDuration_014</description>
<allowedAnswers>-2021-01-01T09:10:10@Australia/Melbourne (string)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_014"/>
<literalExpression>
<text>string(@"-2021-01-01T10:10:10@Australia/Melbourne" - @"PT1H")</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_015" id="_subtract_lhs_dateAndTime_minus_rhs_dtDuration_015">
<description>subtract_lhs_dateAndTime_minus_rhs_dtDuration_015</description>
<allowedAnswers>-2022-12-31T10:10:10@Australia/Melbourne (string)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_015"/>
<literalExpression>
<text>string(@"-2021-01-01T10:10:10@Australia/Melbourne" - @"P1D")</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_016" id="_subtract_lhs_dateAndTime_minus_rhs_dtDuration_016">
<description>subtract_lhs_dateAndTime_minus_rhs_dtDuration_016</description>
<allowedAnswers>-2021-01-01T11:10:10@Australia/Melbourne (string)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_016"/>
<literalExpression>
<text>string(@"-2021-01-01T10:10:10@Australia/Melbourne" - @"-PT1H")</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_017" id="_subtract_lhs_dateAndTime_minus_rhs_dtDuration_017">
<description>subtract_lhs_dateAndTime_minus_rhs_dtDuration_017</description>
<allowedAnswers>-2021-01-02T10:10:10@Australia/Melbourne (string)</allowedAnswers>
<variable name="subtract_lhs_dateAndTime_minus_rhs_dtDuration_017"/>
<literalExpression>
<text>string(@"-2021-01-01T10:10:10@Australia/Melbourne" - @"-P1D")</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_date_minus_rhs_dateAndTime_001" id="_subtract_lhs_date_minus_rhs_dateAndTime_001">
<description>subtract_lhs_date_minus_rhs_dateAndTime_001</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="subtract_lhs_date_minus_rhs_dateAndTime_001"/>
<literalExpression>
<text>@"2021-01-02" - @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_date_minus_rhs_dateAndTime_002" id="_subtract_lhs_date_minus_rhs_dateAndTime_002">
<description>subtract_lhs_date_minus_rhs_dateAndTime_002</description>
<allowedAnswers>P1DT49M50S (duration)</allowedAnswers>
<variable name="subtract_lhs_date_minus_rhs_dateAndTime_002"/>
<literalExpression>
<text>@"2021-01-02" - @"2021-01-01T10:10:10+11:00"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_date_minus_rhs_dateAndTime_003" id="_subtract_lhs_date_minus_rhs_dateAndTime_003">
<description>subtract_lhs_date_minus_rhs_dateAndTime_003</description>
<allowedAnswers>P1DT49M50S (duration)</allowedAnswers>
<variable name="subtract_lhs_date_minus_rhs_dateAndTime_003"/>
<literalExpression>
<text>@"2021-01-02" - @"2021-01-01T10:10:10@Australia/Melbourne"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_date_minus_rhs_dateAndTime_004" id="_subtract_lhs_date_minus_rhs_dateAndTime_004">
<description>Date is implicitly UTC 00:00:00</description>
<allowedAnswers>P0D (duration)</allowedAnswers>
<variable name="subtract_lhs_date_minus_rhs_dateAndTime_004"/>
<literalExpression>
<text>@"2021-01-02" - @"2021-01-02T00:00:00Z"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_date_minus_rhs_dateAndTime_005" id="_subtract_lhs_date_minus_rhs_dateAndTime_005">
<description>subtract_lhs_date_minus_rhs_dateAndTime_005</description>
<allowedAnswers>P9498DT49M50S (duration)</allowedAnswers>
<variable name="subtract_lhs_date_minus_rhs_dateAndTime_005"/>
<literalExpression>
<text>@"2021-01-02" - @"1995-01-01T10:10:10@Australia/Melbourne"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_date_minus_rhs_date_001" id="_subtract_lhs_date_minus_rhs_date_001">
<description>subtract_lhs_date_minus_rhs_date_001</description>
<allowedAnswers>P1D (duration)</allowedAnswers>
<variable name="subtract_lhs_date_minus_rhs_date_001"/>
<literalExpression>
<text>@"2021-01-02" - @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_date_minus_rhs_date_002" id="_subtract_lhs_date_minus_rhs_date_002">
<description>subtract_lhs_date_minus_rhs_date_002</description>
<allowedAnswers>P9498D (duration)</allowedAnswers>
<variable name="subtract_lhs_date_minus_rhs_date_002"/>
<literalExpression>
<text>@"2021-01-02" - @"1995-01-01"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_date_minus_rhs_date_003" id="_subtract_lhs_date_minus_rhs_date_003">
<description>subtract_lhs_date_minus_rhs_date_003</description>
<allowedAnswers>P9498D (duration)</allowedAnswers>
<variable name="subtract_lhs_date_minus_rhs_date_003"/>
<literalExpression>
<text>@"2021-01-02" - @"1995-01-01"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_date_minus_rhs_ymDuration_001" id="_subtract_lhs_date_minus_rhs_ymDuration_001">
<description>subtract_lhs_date_minus_rhs_ymDuration_001</description>
<allowedAnswers>2020-01-02 (date)</allowedAnswers>
<variable name="subtract_lhs_date_minus_rhs_ymDuration_001"/>
<literalExpression>
<text>@"2021-01-02" - @"P1Y"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_date_minus_rhs_ymDuration_002" id="_subtract_lhs_date_minus_rhs_ymDuration_002">
<description>subtract_lhs_date_minus_rhs_ymDuration_002</description>
<allowedAnswers>2021-01-01 (date)</allowedAnswers>
<variable name="subtract_lhs_date_minus_rhs_ymDuration_002"/>
<literalExpression>
<text>@"2021-01-02" - @"P1D"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_date_minus_rhs_ymDuration_003" id="_subtract_lhs_date_minus_rhs_ymDuration_003">
<description>subtract_lhs_date_minus_rhs_ymDuration_003</description>
<allowedAnswers>2020-12-02 (date)</allowedAnswers>
<variable name="subtract_lhs_date_minus_rhs_ymDuration_003"/>
<literalExpression>
<text>@"2021-01-02" - @"P1M"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_date_minus_rhs_ymDuration_004" id="_subtract_lhs_date_minus_rhs_ymDuration_004">
<description>subtract_lhs_date_minus_rhs_ymDuration_004</description>
<allowedAnswers>2022-01-02 (date)</allowedAnswers>
<variable name="subtract_lhs_date_minus_rhs_ymDuration_004"/>
<literalExpression>
<text>@"2021-01-02" - @"-P1Y"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_date_minus_rhs_dtDuration_001" id="_subtract_lhs_date_minus_rhs_dtDuration_001">
<description>subtract_lhs_date_minus_rhs_dtDuration_001</description>
<allowedAnswers>2021-01-01 (date)</allowedAnswers>
<variable name="subtract_lhs_date_minus_rhs_dtDuration_001"/>
<literalExpression>
<text>@"2021-01-02" - @"P1D"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_date_minus_rhs_dtDuration_002" id="_subtract_lhs_date_minus_rhs_dtDuration_002">
<description>subtract_lhs_date_minus_rhs_dtDuration_002</description>
<allowedAnswers>2021-01-01 (date)</allowedAnswers>
<variable name="subtract_lhs_date_minus_rhs_dtDuration_002"/>
<literalExpression>
<text>@"2021-01-02" - @"PT1H"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_date_minus_rhs_dtDuration_003" id="_subtract_lhs_date_minus_rhs_dtDuration_003">
<description>subtract_lhs_date_minus_rhs_dtDuration_003</description>
<allowedAnswers>2021-01-01 (date)</allowedAnswers>
<variable name="subtract_lhs_date_minus_rhs_dtDuration_003"/>
<literalExpression>
<text>@"2021-01-02" - @"PT1M"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_date_minus_rhs_dtDuration_004" id="_subtract_lhs_date_minus_rhs_dtDuration_004">
<description>subtract_lhs_date_minus_rhs_dtDuration_004</description>
<allowedAnswers>2021-01-01 (date)</allowedAnswers>
<variable name="subtract_lhs_date_minus_rhs_dtDuration_004"/>
<literalExpression>
<text>@"2021-01-02" - @"PT1S"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_date_minus_rhs_dtDuration_005" id="_subtract_lhs_date_minus_rhs_dtDuration_005">
<description>subtract_lhs_date_minus_rhs_dtDuration_005</description>
<allowedAnswers>2021-01-02 (date)</allowedAnswers>
<variable name="subtract_lhs_date_minus_rhs_dtDuration_005"/>
<literalExpression>
<text>@"2021-01-02" - @"-PT1H"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_date_minus_rhs_dtDuration_006" id="_subtract_lhs_date_minus_rhs_dtDuration_006">
<description>subtract_lhs_date_minus_rhs_dtDuration_006</description>
<allowedAnswers>2021-01-02 (date)</allowedAnswers>
<variable name="subtract_lhs_date_minus_rhs_dtDuration_006"/>
<literalExpression>
<text>@"2021-01-02" - @"-PT1M"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_date_minus_rhs_dtDuration_007" id="_subtract_lhs_date_minus_rhs_dtDuration_007">
<description>subtract_lhs_date_minus_rhs_dtDuration_007</description>
<allowedAnswers>2021-01-02 (date)</allowedAnswers>
<variable name="subtract_lhs_date_minus_rhs_dtDuration_007"/>
<literalExpression>
<text>@"2021-01-02" - @"-PT1S"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_date_minus_rhs_dtDuration_008" id="_subtract_lhs_date_minus_rhs_dtDuration_008">
<description>subtract_lhs_date_minus_rhs_dtDuration_008</description>
<allowedAnswers>2021-01-01 (date)</allowedAnswers>
<variable name="subtract_lhs_date_minus_rhs_dtDuration_008"/>
<literalExpression>
<text>@"2021-01-02" - @"PT24H"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_date_minus_rhs_dtDuration_009" id="_subtract_lhs_date_minus_rhs_dtDuration_009">
<description>subtract_lhs_date_minus_rhs_dtDuration_009</description>
<allowedAnswers>2020-12-31 (date)</allowedAnswers>
<variable name="subtract_lhs_date_minus_rhs_dtDuration_009"/>
<literalExpression>
<text>@"2021-01-02" - @"PT25H"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_date_minus_rhs_dtDuration_010" id="_subtract_lhs_date_minus_rhs_dtDuration_010">
<description>subtract_lhs_date_minus_rhs_dtDuration_010</description>
<allowedAnswers>2021-01-03 (date)</allowedAnswers>
<variable name="subtract_lhs_date_minus_rhs_dtDuration_010"/>
<literalExpression>
<text>@"2021-01-02" - @"-PT25H"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_date_minus_rhs_dtDuration_011" id="_subtract_lhs_date_minus_rhs_dtDuration_011">
<description>subtract_lhs_date_minus_rhs_dtDuration_011</description>
<allowedAnswers>2021-01-03 (date)</allowedAnswers>
<variable name="subtract_lhs_date_minus_rhs_dtDuration_011"/>
<literalExpression>
<text>@"2021-01-02" - @"-PT24H"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_date_minus_rhs_dtDuration_012" id="_subtract_lhs_date_minus_rhs_dtDuration_012">
<description>subtract_lhs_date_minus_rhs_dtDuration_012</description>
<allowedAnswers>2020-02-29 (date)</allowedAnswers>
<variable name="subtract_lhs_date_minus_rhs_dtDuration_012"/>
<literalExpression>
<text>@"2020-03-01" - @"PT24H"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_time_minus_rhs_time_001" id="_subtract_lhs_time_minus_rhs_time_001">
<description>subtract_lhs_time_minus_rhs_time_001</description>
<allowedAnswers>PT1H (duration)</allowedAnswers>
<variable name="subtract_lhs_time_minus_rhs_time_001"/>
<literalExpression>
<text>@"10:10:10" - @"09:10:10"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_time_minus_rhs_time_002" id="_subtract_lhs_time_minus_rhs_time_002">
<description>subtract_lhs_time_minus_rhs_time_002</description>
<allowedAnswers>-PT1H (duration)</allowedAnswers>
<variable name="subtract_lhs_time_minus_rhs_time_002"/>
<literalExpression>
<text>@"10:10:10" - @"11:10:10"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_time_minus_rhs_time_003" id="_subtract_lhs_time_minus_rhs_time_003">
<description>subtract_lhs_time_minus_rhs_time_003</description>
<allowedAnswers>-PT1H (duration)</allowedAnswers>
<variable name="subtract_lhs_time_minus_rhs_time_003"/>
<literalExpression>
<text>@"10:10:10+11:00" - @"11:10:10+11:00"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_time_minus_rhs_time_004" id="_subtract_lhs_time_minus_rhs_time_004">
<description>subtract_lhs_time_minus_rhs_time_004</description>
<allowedAnswers>PT1H (duration)</allowedAnswers>
<variable name="subtract_lhs_time_minus_rhs_time_004"/>
<literalExpression>
<text>@"10:10:10+11:00" - @"09:10:10+11:00"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_time_minus_rhs_time_005" id="_subtract_lhs_time_minus_rhs_time_005">
<description>subtract_lhs_time_minus_rhs_time_005</description>
<allowedAnswers>-PT1H (duration)</allowedAnswers>
<variable name="subtract_lhs_time_minus_rhs_time_005"/>
<literalExpression>
<text>@"10:10:10@Australia/Melbourne" - @"11:10:10@Australia/Melbourne"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_time_minus_rhs_time_006" id="_subtract_lhs_time_minus_rhs_time_006">
<description>subtract_lhs_time_minus_rhs_time_006</description>
<allowedAnswers>PT1H (duration)</allowedAnswers>
<variable name="subtract_lhs_time_minus_rhs_time_006"/>
<literalExpression>
<text>@"10:10:10@Australia/Melbourne" - @"09:10:10@Australia/Melbourne"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_time_minus_rhs_dtDuration_001" id="_subtract_lhs_time_minus_rhs_dtDuration_001">
<description>subtract_lhs_time_minus_rhs_dtDuration_001</description>
<allowedAnswers>09:10:10 (time)</allowedAnswers>
<variable name="subtract_lhs_time_minus_rhs_dtDuration_001"/>
<literalExpression>
<text>@"10:10:10" - @"PT1H"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_time_minus_rhs_dtDuration_002" id="_subtract_lhs_time_minus_rhs_dtDuration_002">
<description>subtract_lhs_time_minus_rhs_dtDuration_002</description>
<allowedAnswers>10:10:10 (time)</allowedAnswers>
<variable name="subtract_lhs_time_minus_rhs_dtDuration_002"/>
<literalExpression>
<text>@"10:10:10" - @"P1D"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_time_minus_rhs_dtDuration_003" id="_subtract_lhs_time_minus_rhs_dtDuration_003">
<description>subtract_lhs_time_minus_rhs_dtDuration_003</description>
<allowedAnswers>10:10:10+11:00 (time)</allowedAnswers>
<variable name="subtract_lhs_time_minus_rhs_dtDuration_003"/>
<literalExpression>
<text>@"10:10:10+11:00" - @"P1D"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_time_minus_rhs_dtDuration_004" id="_subtract_lhs_time_minus_rhs_dtDuration_004">
<description>subtract_lhs_time_minus_rhs_dtDuration_004</description>
<allowedAnswers>10:10:10@Australia/Melbourne (string)</allowedAnswers>
<variable name="subtract_lhs_time_minus_rhs_dtDuration_004"/>
<literalExpression>
<text>string(@"10:10:10@Australia/Melbourne" - @"P1D")</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_time_minus_rhs_dtDuration_005" id="_subtract_lhs_time_minus_rhs_dtDuration_005">
<description>subtract_lhs_time_minus_rhs_dtDuration_005</description>
<allowedAnswers>09:10:10+11:00 (time)</allowedAnswers>
<variable name="subtract_lhs_time_minus_rhs_dtDuration_005"/>
<literalExpression>
<text>@"10:10:10+11:00" - @"PT1H"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_time_minus_rhs_dtDuration_006" id="_subtract_lhs_time_minus_rhs_dtDuration_006">
<description>subtract_lhs_time_minus_rhs_dtDuration_006</description>
<allowedAnswers>09:10:10@Australia/Melbourne (string)</allowedAnswers>
<variable name="subtract_lhs_time_minus_rhs_dtDuration_006"/>
<literalExpression>
<text>string(@"10:10:10@Australia/Melbourne" - @"PT1H")</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_ymDuration_minus_rhs_ymDuration_001" id="_subtract_lhs_ymDuration_minus_rhs_ymDuration_001">
<description>subtract_lhs_ymDuration_minus_rhs_ymDuration_001</description>
<allowedAnswers>P10M (duration)</allowedAnswers>
<variable name="subtract_lhs_ymDuration_minus_rhs_ymDuration_001"/>
<literalExpression>
<text>@"P1Y" - @"P2M"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_ymDuration_minus_rhs_ymDuration_002" id="_subtract_lhs_ymDuration_minus_rhs_ymDuration_002">
<description>subtract_lhs_ymDuration_minus_rhs_ymDuration_002</description>
<allowedAnswers>-P1Y2M (duration)</allowedAnswers>
<variable name="subtract_lhs_ymDuration_minus_rhs_ymDuration_002"/>
<literalExpression>
<text>@"-P1Y" - @"P2M"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_ymDuration_minus_rhs_ymDuration_003" id="_subtract_lhs_ymDuration_minus_rhs_ymDuration_003">
<description>subtract_lhs_ymDuration_minus_rhs_ymDuration_003</description>
<allowedAnswers>-P10M (duration)</allowedAnswers>
<variable name="subtract_lhs_ymDuration_minus_rhs_ymDuration_003"/>
<literalExpression>
<text>@"-P1Y" - @"-P2M"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_ymDuration_minus_rhs_ymDuration_004" id="_subtract_lhs_ymDuration_minus_rhs_ymDuration_004">
<description>subtract_lhs_ymDuration_minus_rhs_ymDuration_004</description>
<allowedAnswers>P1Y2M (duration)</allowedAnswers>
<variable name="subtract_lhs_ymDuration_minus_rhs_ymDuration_004"/>
<literalExpression>
<text>@"P1Y" - @"-P2M"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_ymDuration_minus_rhs_ymDuration_005" id="_subtract_lhs_ymDuration_minus_rhs_ymDuration_005">
<description>subtract_lhs_ymDuration_minus_rhs_ymDuration_005</description>
<allowedAnswers>P1Y (duration)</allowedAnswers>
<variable name="subtract_lhs_ymDuration_minus_rhs_ymDuration_005"/>
<literalExpression>
<text>@"P1Y" - @"P0M"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_ymDuration_minus_rhs_ymDuration_006" id="_subtract_lhs_ymDuration_minus_rhs_ymDuration_006">
<description>subtract_lhs_ymDuration_minus_rhs_ymDuration_006</description>
<allowedAnswers>P1Y (duration)</allowedAnswers>
<variable name="subtract_lhs_ymDuration_minus_rhs_ymDuration_006"/>
<literalExpression>
<text>@"P1Y" - @"-P0M"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dtDuration_minus_rhs_dtDuration_001" id="_subtract_lhs_dtDuration_minus_rhs_dtDuration_001">
<description>subtract_lhs_dtDuration_minus_rhs_dtDuration_001</description>
<allowedAnswers>PT22H (duration)</allowedAnswers>
<variable name="subtract_lhs_dtDuration_minus_rhs_dtDuration_001"/>
<literalExpression>
<text>@"P1D" - @"PT2H"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dtDuration_minus_rhs_dtDuration_002" id="_subtract_lhs_dtDuration_minus_rhs_dtDuration_002">
<description>subtract_lhs_dtDuration_minus_rhs_dtDuration_002</description>
<allowedAnswers>-P1DT2H (duration)</allowedAnswers>
<variable name="subtract_lhs_dtDuration_minus_rhs_dtDuration_002"/>
<literalExpression>
<text>@"-P1D" - @"PT2H"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dtDuration_minus_rhs_dtDuration_003" id="_subtract_lhs_dtDuration_minus_rhs_dtDuration_003">
<description>subtract_lhs_dtDuration_minus_rhs_dtDuration_003</description>
<allowedAnswers>-PT22H (duration)</allowedAnswers>
<variable name="subtract_lhs_dtDuration_minus_rhs_dtDuration_003"/>
<literalExpression>
<text>@"-P1D" - @"-PT2H"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dtDuration_minus_rhs_dtDuration_004" id="_subtract_lhs_dtDuration_minus_rhs_dtDuration_004">
<description>subtract_lhs_dtDuration_minus_rhs_dtDuration_004</description>
<allowedAnswers>P1DT2H (duration)</allowedAnswers>
<variable name="subtract_lhs_dtDuration_minus_rhs_dtDuration_004"/>
<literalExpression>
<text>@"P1D" - @"-PT2H"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dtDuration_minus_rhs_dtDuration_005" id="_subtract_lhs_dtDuration_minus_rhs_dtDuration_005">
<description>subtract_lhs_dtDuration_minus_rhs_dtDuration_005</description>
<allowedAnswers>P1D (duration)</allowedAnswers>
<variable name="subtract_lhs_dtDuration_minus_rhs_dtDuration_005"/>
<literalExpression>
<text>@"P1D" - @"PT0H"</text>
</literalExpression>
</decision>
<decision name="subtract_lhs_dtDuration_minus_rhs_dtDuration_006" id="_subtract_lhs_dtDuration_minus_rhs_dtDuration_006">
<description>subtract_lhs_dtDuration_minus_rhs_dtDuration_006</description>
<allowedAnswers>P1D (duration)</allowedAnswers>
<variable name="subtract_lhs_dtDuration_minus_rhs_dtDuration_006"/>
<literalExpression>
<text>@"P1D" - @"-PT0H"</text>
</literalExpression>
</decision>
<decision name="exponent_lhs_number_exp_rhs_number_001" id="_exponent_lhs_number_exp_rhs_number_001">
<description>exponent_lhs_number_exp_rhs_number_001</description>
<allowedAnswers>25 (number)</allowedAnswers>
<variable name="exponent_lhs_number_exp_rhs_number_001"/>
<literalExpression>
<text>5 ** 2</text>
</literalExpression>
</decision>
<decision name="exponent_lhs_number_exp_rhs_number_002" id="_exponent_lhs_number_exp_rhs_number_002">
<description>exponent_lhs_number_exp_rhs_number_002</description>
<allowedAnswers>0.04 (number)</allowedAnswers>
<variable name="exponent_lhs_number_exp_rhs_number_002"/>
<literalExpression>
<text>5 ** -2</text>
</literalExpression>
</decision>
<decision name="exponent_lhs_number_exp_rhs_number_003" id="_exponent_lhs_number_exp_rhs_number_003">
<description>exponent is left associative</description>
<allowedAnswers>3486784401 (number)</allowedAnswers>
<variable name="exponent_lhs_number_exp_rhs_number_003"/>
<literalExpression>
<text>3 ** 4 ** 5</text>
</literalExpression>
</decision>
<decision name="exponent_lhs_number_exp_rhs_number_004" id="_exponent_lhs_number_exp_rhs_number_004">
<description>-a**b parses as (-a)**b not -(a**b)</description>
<allowedAnswers>25 (number)</allowedAnswers>
<variable name="exponent_lhs_number_exp_rhs_number_004"/>
<literalExpression>
<text>-5 ** 2</text>
</literalExpression>
</decision>
<decision name="exponent_lhs_number_exp_rhs_number_005" id="_exponent_lhs_number_exp_rhs_number_005">
<description>decimal exponent</description>
<allowedAnswers>60.58617166606 (number)</allowedAnswers>
<variable name="exponent_lhs_number_exp_rhs_number_005"/>
<literalExpression>
<text>5 ** 2.55</text>
</literalExpression>
</decision>
<decision name="exponent_lhs_number_exp_rhs_number_006" id="_exponent_lhs_number_exp_rhs_number_006">
<description>decimal exponent permitted if integer</description>
<allowedAnswers>25 (number)</allowedAnswers>
<variable name="exponent_lhs_number_exp_rhs_number_006"/>
<literalExpression>
<text>5 ** 2</text>
</literalExpression>
</decision>
<decision name="exponent_lhs_number_exp_rhs_number_007" id="_exponent_lhs_number_exp_rhs_number_007">
<description>base may be a decimal number</description>
<allowedAnswers>30.25 (number)</allowedAnswers>
<variable name="exponent_lhs_number_exp_rhs_number_007"/>
<literalExpression>
<text>5.5 ** 2</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_number_by_rhs_string" id="_error_when_multiply_lhs_number_by_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_number_by_rhs_string"/>
<literalExpression>
<text>10 * "10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_number_by_rhs_boolean" id="_error_when_multiply_lhs_number_by_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_number_by_rhs_boolean"/>
<literalExpression>
<text>10 * true</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_number_by_rhs_date" id="_error_when_multiply_lhs_number_by_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_number_by_rhs_date"/>
<literalExpression>
<text>10 * @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_number_by_rhs_dateAndTime" id="_error_when_multiply_lhs_number_by_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_number_by_rhs_dateAndTime"/>
<literalExpression>
<text>10 * @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_number_by_rhs_time" id="_error_when_multiply_lhs_number_by_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_number_by_rhs_time"/>
<literalExpression>
<text>10 * @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_number_by_rhs_list" id="_error_when_multiply_lhs_number_by_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_number_by_rhs_list"/>
<literalExpression>
<text>10 * [10]</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_number_by_rhs_context" id="_error_when_multiply_lhs_number_by_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_number_by_rhs_context"/>
<literalExpression>
<text>10 * {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_number_by_rhs_range" id="_error_when_multiply_lhs_number_by_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_number_by_rhs_range"/>
<literalExpression>
<text>10 * [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_number_by_rhs_function" id="_error_when_multiply_lhs_number_by_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_number_by_rhs_function"/>
<literalExpression>
<text>10 * (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_number_by_rhs_null" id="_error_when_multiply_lhs_number_by_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_number_by_rhs_null"/>
<literalExpression>
<text>10 * null</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_string_by_rhs_number" id="_error_when_multiply_lhs_string_by_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_string_by_rhs_number"/>
<literalExpression>
<text>"10" * 10</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_string_by_rhs_string" id="_error_when_multiply_lhs_string_by_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_string_by_rhs_string"/>
<literalExpression>
<text>"10" * "10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_string_by_rhs_boolean" id="_error_when_multiply_lhs_string_by_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_string_by_rhs_boolean"/>
<literalExpression>
<text>"10" * true</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_string_by_rhs_date" id="_error_when_multiply_lhs_string_by_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_string_by_rhs_date"/>
<literalExpression>
<text>"10" * @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_string_by_rhs_dateAndTime" id="_error_when_multiply_lhs_string_by_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_string_by_rhs_dateAndTime"/>
<literalExpression>
<text>"10" * @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_string_by_rhs_time" id="_error_when_multiply_lhs_string_by_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_string_by_rhs_time"/>
<literalExpression>
<text>"10" * @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_string_by_rhs_list" id="_error_when_multiply_lhs_string_by_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_string_by_rhs_list"/>
<literalExpression>
<text>"10" * [10]</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_string_by_rhs_context" id="_error_when_multiply_lhs_string_by_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_string_by_rhs_context"/>
<literalExpression>
<text>"10" * {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_string_by_rhs_dtDuration" id="_error_when_multiply_lhs_string_by_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_string_by_rhs_dtDuration"/>
<literalExpression>
<text>"10" * @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_string_by_rhs_ymDuration" id="_error_when_multiply_lhs_string_by_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_string_by_rhs_ymDuration"/>
<literalExpression>
<text>"10" * @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_string_by_rhs_range" id="_error_when_multiply_lhs_string_by_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_string_by_rhs_range"/>
<literalExpression>
<text>"10" * [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_string_by_rhs_function" id="_error_when_multiply_lhs_string_by_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_string_by_rhs_function"/>
<literalExpression>
<text>"10" * (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_string_by_rhs_null" id="_error_when_multiply_lhs_string_by_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_string_by_rhs_null"/>
<literalExpression>
<text>"10" * null</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_boolean_by_rhs_number" id="_error_when_multiply_lhs_boolean_by_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_boolean_by_rhs_number"/>
<literalExpression>
<text>true * 10</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_boolean_by_rhs_string" id="_error_when_multiply_lhs_boolean_by_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_boolean_by_rhs_string"/>
<literalExpression>
<text>true * "10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_boolean_by_rhs_boolean" id="_error_when_multiply_lhs_boolean_by_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_boolean_by_rhs_boolean"/>
<literalExpression>
<text>true * true</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_boolean_by_rhs_date" id="_error_when_multiply_lhs_boolean_by_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_boolean_by_rhs_date"/>
<literalExpression>
<text>true * @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_boolean_by_rhs_dateAndTime" id="_error_when_multiply_lhs_boolean_by_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_boolean_by_rhs_dateAndTime"/>
<literalExpression>
<text>true * @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_boolean_by_rhs_time" id="_error_when_multiply_lhs_boolean_by_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_boolean_by_rhs_time"/>
<literalExpression>
<text>true * @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_boolean_by_rhs_list" id="_error_when_multiply_lhs_boolean_by_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_boolean_by_rhs_list"/>
<literalExpression>
<text>true * [10]</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_boolean_by_rhs_context" id="_error_when_multiply_lhs_boolean_by_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_boolean_by_rhs_context"/>
<literalExpression>
<text>true * {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_boolean_by_rhs_dtDuration" id="_error_when_multiply_lhs_boolean_by_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_boolean_by_rhs_dtDuration"/>
<literalExpression>
<text>true * @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_boolean_by_rhs_ymDuration" id="_error_when_multiply_lhs_boolean_by_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_boolean_by_rhs_ymDuration"/>
<literalExpression>
<text>true * @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_boolean_by_rhs_range" id="_error_when_multiply_lhs_boolean_by_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_boolean_by_rhs_range"/>
<literalExpression>
<text>true * [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_boolean_by_rhs_function" id="_error_when_multiply_lhs_boolean_by_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_boolean_by_rhs_function"/>
<literalExpression>
<text>true * (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_boolean_by_rhs_null" id="_error_when_multiply_lhs_boolean_by_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_boolean_by_rhs_null"/>
<literalExpression>
<text>true * null</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_date_by_rhs_number" id="_error_when_multiply_lhs_date_by_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_date_by_rhs_number"/>
<literalExpression>
<text>@"2021-01-01" * 10</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_date_by_rhs_string" id="_error_when_multiply_lhs_date_by_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_date_by_rhs_string"/>
<literalExpression>
<text>@"2021-01-01" * "10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_date_by_rhs_boolean" id="_error_when_multiply_lhs_date_by_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_date_by_rhs_boolean"/>
<literalExpression>
<text>@"2021-01-01" * true</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_date_by_rhs_date" id="_error_when_multiply_lhs_date_by_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_date_by_rhs_date"/>
<literalExpression>
<text>@"2021-01-01" * @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_date_by_rhs_dateAndTime" id="_error_when_multiply_lhs_date_by_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_date_by_rhs_dateAndTime"/>
<literalExpression>
<text>@"2021-01-01" * @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_date_by_rhs_time" id="_error_when_multiply_lhs_date_by_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_date_by_rhs_time"/>
<literalExpression>
<text>@"2021-01-01" * @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_date_by_rhs_list" id="_error_when_multiply_lhs_date_by_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_date_by_rhs_list"/>
<literalExpression>
<text>@"2021-01-01" * [10]</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_date_by_rhs_context" id="_error_when_multiply_lhs_date_by_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_date_by_rhs_context"/>
<literalExpression>
<text>@"2021-01-01" * {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_date_by_rhs_dtDuration" id="_error_when_multiply_lhs_date_by_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_date_by_rhs_dtDuration"/>
<literalExpression>
<text>@"2021-01-01" * @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_date_by_rhs_ymDuration" id="_error_when_multiply_lhs_date_by_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_date_by_rhs_ymDuration"/>
<literalExpression>
<text>@"2021-01-01" * @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_date_by_rhs_range" id="_error_when_multiply_lhs_date_by_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_date_by_rhs_range"/>
<literalExpression>
<text>@"2021-01-01" * [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_date_by_rhs_function" id="_error_when_multiply_lhs_date_by_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_date_by_rhs_function"/>
<literalExpression>
<text>@"2021-01-01" * (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_date_by_rhs_null" id="_error_when_multiply_lhs_date_by_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_date_by_rhs_null"/>
<literalExpression>
<text>@"2021-01-01" * null</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_dateAndTime_by_rhs_number" id="_error_when_multiply_lhs_dateAndTime_by_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_dateAndTime_by_rhs_number"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" * 10</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_dateAndTime_by_rhs_string" id="_error_when_multiply_lhs_dateAndTime_by_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_dateAndTime_by_rhs_string"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" * "10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_dateAndTime_by_rhs_boolean" id="_error_when_multiply_lhs_dateAndTime_by_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_dateAndTime_by_rhs_boolean"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" * true</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_dateAndTime_by_rhs_date" id="_error_when_multiply_lhs_dateAndTime_by_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_dateAndTime_by_rhs_date"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" * @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_dateAndTime_by_rhs_dateAndTime" id="_error_when_multiply_lhs_dateAndTime_by_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_dateAndTime_by_rhs_dateAndTime"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" * @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_dateAndTime_by_rhs_time" id="_error_when_multiply_lhs_dateAndTime_by_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_dateAndTime_by_rhs_time"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" * @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_dateAndTime_by_rhs_list" id="_error_when_multiply_lhs_dateAndTime_by_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_dateAndTime_by_rhs_list"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" * [10]</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_dateAndTime_by_rhs_context" id="_error_when_multiply_lhs_dateAndTime_by_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_dateAndTime_by_rhs_context"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" * {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_dateAndTime_by_rhs_dtDuration" id="_error_when_multiply_lhs_dateAndTime_by_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_dateAndTime_by_rhs_dtDuration"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" * @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_dateAndTime_by_rhs_ymDuration" id="_error_when_multiply_lhs_dateAndTime_by_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_dateAndTime_by_rhs_ymDuration"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" * @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_dateAndTime_by_rhs_range" id="_error_when_multiply_lhs_dateAndTime_by_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_dateAndTime_by_rhs_range"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" * [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_dateAndTime_by_rhs_function" id="_error_when_multiply_lhs_dateAndTime_by_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_dateAndTime_by_rhs_function"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" * (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_dateAndTime_by_rhs_null" id="_error_when_multiply_lhs_dateAndTime_by_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_dateAndTime_by_rhs_null"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" * null</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_time_by_rhs_number" id="_error_when_multiply_lhs_time_by_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_time_by_rhs_number"/>
<literalExpression>
<text>@"10:10:10" * 10</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_time_by_rhs_string" id="_error_when_multiply_lhs_time_by_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_time_by_rhs_string"/>
<literalExpression>
<text>@"10:10:10" * "10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_time_by_rhs_boolean" id="_error_when_multiply_lhs_time_by_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_time_by_rhs_boolean"/>
<literalExpression>
<text>@"10:10:10" * true</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_time_by_rhs_date" id="_error_when_multiply_lhs_time_by_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_time_by_rhs_date"/>
<literalExpression>
<text>@"10:10:10" * @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_time_by_rhs_dateAndTime" id="_error_when_multiply_lhs_time_by_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_time_by_rhs_dateAndTime"/>
<literalExpression>
<text>@"10:10:10" * @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_time_by_rhs_time" id="_error_when_multiply_lhs_time_by_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_time_by_rhs_time"/>
<literalExpression>
<text>@"10:10:10" * @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_time_by_rhs_list" id="_error_when_multiply_lhs_time_by_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_time_by_rhs_list"/>
<literalExpression>
<text>@"10:10:10" * [10]</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_time_by_rhs_context" id="_error_when_multiply_lhs_time_by_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_time_by_rhs_context"/>
<literalExpression>
<text>@"10:10:10" * {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_time_by_rhs_dtDuration" id="_error_when_multiply_lhs_time_by_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_time_by_rhs_dtDuration"/>
<literalExpression>
<text>@"10:10:10" * @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_time_by_rhs_ymDuration" id="_error_when_multiply_lhs_time_by_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_time_by_rhs_ymDuration"/>
<literalExpression>
<text>@"10:10:10" * @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_time_by_rhs_range" id="_error_when_multiply_lhs_time_by_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_time_by_rhs_range"/>
<literalExpression>
<text>@"10:10:10" * [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_time_by_rhs_function" id="_error_when_multiply_lhs_time_by_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_time_by_rhs_function"/>
<literalExpression>
<text>@"10:10:10" * (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_time_by_rhs_null" id="_error_when_multiply_lhs_time_by_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_time_by_rhs_null"/>
<literalExpression>
<text>@"10:10:10" * null</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_list_by_rhs_number" id="_error_when_multiply_lhs_list_by_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_list_by_rhs_number"/>
<literalExpression>
<text>[10] * 10</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_list_by_rhs_string" id="_error_when_multiply_lhs_list_by_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_list_by_rhs_string"/>
<literalExpression>
<text>[10] * "10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_list_by_rhs_boolean" id="_error_when_multiply_lhs_list_by_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_list_by_rhs_boolean"/>
<literalExpression>
<text>[10] * true</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_list_by_rhs_date" id="_error_when_multiply_lhs_list_by_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_list_by_rhs_date"/>
<literalExpression>
<text>[10] * @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_list_by_rhs_dateAndTime" id="_error_when_multiply_lhs_list_by_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_list_by_rhs_dateAndTime"/>
<literalExpression>
<text>[10] * @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_list_by_rhs_time" id="_error_when_multiply_lhs_list_by_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_list_by_rhs_time"/>
<literalExpression>
<text>[10] * @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_list_by_rhs_list" id="_error_when_multiply_lhs_list_by_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_list_by_rhs_list"/>
<literalExpression>
<text>[10] * [10]</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_list_by_rhs_context" id="_error_when_multiply_lhs_list_by_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_list_by_rhs_context"/>
<literalExpression>
<text>[10] * {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_list_by_rhs_dtDuration" id="_error_when_multiply_lhs_list_by_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_list_by_rhs_dtDuration"/>
<literalExpression>
<text>[10] * @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_list_by_rhs_ymDuration" id="_error_when_multiply_lhs_list_by_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_list_by_rhs_ymDuration"/>
<literalExpression>
<text>[10] * @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_list_by_rhs_range" id="_error_when_multiply_lhs_list_by_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_list_by_rhs_range"/>
<literalExpression>
<text>[10] * [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_list_by_rhs_function" id="_error_when_multiply_lhs_list_by_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_list_by_rhs_function"/>
<literalExpression>
<text>[10] * (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_list_by_rhs_null" id="_error_when_multiply_lhs_list_by_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_list_by_rhs_null"/>
<literalExpression>
<text>[10] * null</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_context_by_rhs_number" id="_error_when_multiply_lhs_context_by_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_context_by_rhs_number"/>
<literalExpression>
<text>{a: 10} * 10</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_context_by_rhs_string" id="_error_when_multiply_lhs_context_by_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_context_by_rhs_string"/>
<literalExpression>
<text>{a: 10} * "10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_context_by_rhs_boolean" id="_error_when_multiply_lhs_context_by_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_context_by_rhs_boolean"/>
<literalExpression>
<text>{a: 10} * true</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_context_by_rhs_date" id="_error_when_multiply_lhs_context_by_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_context_by_rhs_date"/>
<literalExpression>
<text>{a: 10} * @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_context_by_rhs_dateAndTime" id="_error_when_multiply_lhs_context_by_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_context_by_rhs_dateAndTime"/>
<literalExpression>
<text>{a: 10} * @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_context_by_rhs_time" id="_error_when_multiply_lhs_context_by_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_context_by_rhs_time"/>
<literalExpression>
<text>{a: 10} * @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_context_by_rhs_list" id="_error_when_multiply_lhs_context_by_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_context_by_rhs_list"/>
<literalExpression>
<text>{a: 10} * [10]</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_context_by_rhs_context" id="_error_when_multiply_lhs_context_by_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_context_by_rhs_context"/>
<literalExpression>
<text>{a: 10} * {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_context_by_rhs_dtDuration" id="_error_when_multiply_lhs_context_by_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_context_by_rhs_dtDuration"/>
<literalExpression>
<text>{a: 10} * @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_context_by_rhs_ymDuration" id="_error_when_multiply_lhs_context_by_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_context_by_rhs_ymDuration"/>
<literalExpression>
<text>{a: 10} * @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_context_by_rhs_range" id="_error_when_multiply_lhs_context_by_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_context_by_rhs_range"/>
<literalExpression>
<text>{a: 10} * [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_context_by_rhs_function" id="_error_when_multiply_lhs_context_by_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_context_by_rhs_function"/>
<literalExpression>
<text>{a: 10} * (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_context_by_rhs_null" id="_error_when_multiply_lhs_context_by_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_context_by_rhs_null"/>
<literalExpression>
<text>{a: 10} * null</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_dtDuration_by_rhs_string" id="_error_when_multiply_lhs_dtDuration_by_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_dtDuration_by_rhs_string"/>
<literalExpression>
<text>@"P1D" * "10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_dtDuration_by_rhs_boolean" id="_error_when_multiply_lhs_dtDuration_by_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_dtDuration_by_rhs_boolean"/>
<literalExpression>
<text>@"P1D" * true</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_dtDuration_by_rhs_date" id="_error_when_multiply_lhs_dtDuration_by_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_dtDuration_by_rhs_date"/>
<literalExpression>
<text>@"P1D" * @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_dtDuration_by_rhs_dateAndTime" id="_error_when_multiply_lhs_dtDuration_by_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_dtDuration_by_rhs_dateAndTime"/>
<literalExpression>
<text>@"P1D" * @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_dtDuration_by_rhs_time" id="_error_when_multiply_lhs_dtDuration_by_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_dtDuration_by_rhs_time"/>
<literalExpression>
<text>@"P1D" * @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_dtDuration_by_rhs_list" id="_error_when_multiply_lhs_dtDuration_by_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_dtDuration_by_rhs_list"/>
<literalExpression>
<text>@"P1D" * [10]</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_dtDuration_by_rhs_context" id="_error_when_multiply_lhs_dtDuration_by_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_dtDuration_by_rhs_context"/>
<literalExpression>
<text>@"P1D" * {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_dtDuration_by_rhs_dtDuration" id="_error_when_multiply_lhs_dtDuration_by_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_dtDuration_by_rhs_dtDuration"/>
<literalExpression>
<text>@"P1D" * @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_dtDuration_by_rhs_ymDuration" id="_error_when_multiply_lhs_dtDuration_by_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_dtDuration_by_rhs_ymDuration"/>
<literalExpression>
<text>@"P1D" * @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_dtDuration_by_rhs_range" id="_error_when_multiply_lhs_dtDuration_by_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_dtDuration_by_rhs_range"/>
<literalExpression>
<text>@"P1D" * [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_dtDuration_by_rhs_function" id="_error_when_multiply_lhs_dtDuration_by_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_dtDuration_by_rhs_function"/>
<literalExpression>
<text>@"P1D" * (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_dtDuration_by_rhs_null" id="_error_when_multiply_lhs_dtDuration_by_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_dtDuration_by_rhs_null"/>
<literalExpression>
<text>@"P1D" * null</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_ymDuration_by_rhs_string" id="_error_when_multiply_lhs_ymDuration_by_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_ymDuration_by_rhs_string"/>
<literalExpression>
<text>@"P1Y" * "10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_ymDuration_by_rhs_boolean" id="_error_when_multiply_lhs_ymDuration_by_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_ymDuration_by_rhs_boolean"/>
<literalExpression>
<text>@"P1Y" * true</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_ymDuration_by_rhs_date" id="_error_when_multiply_lhs_ymDuration_by_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_ymDuration_by_rhs_date"/>
<literalExpression>
<text>@"P1Y" * @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_ymDuration_by_rhs_dateAndTime" id="_error_when_multiply_lhs_ymDuration_by_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_ymDuration_by_rhs_dateAndTime"/>
<literalExpression>
<text>@"P1Y" * @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_ymDuration_by_rhs_time" id="_error_when_multiply_lhs_ymDuration_by_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_ymDuration_by_rhs_time"/>
<literalExpression>
<text>@"P1Y" * @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_ymDuration_by_rhs_list" id="_error_when_multiply_lhs_ymDuration_by_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_ymDuration_by_rhs_list"/>
<literalExpression>
<text>@"P1Y" * [10]</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_ymDuration_by_rhs_context" id="_error_when_multiply_lhs_ymDuration_by_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_ymDuration_by_rhs_context"/>
<literalExpression>
<text>@"P1Y" * {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_ymDuration_by_rhs_dtDuration" id="_error_when_multiply_lhs_ymDuration_by_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_ymDuration_by_rhs_dtDuration"/>
<literalExpression>
<text>@"P1Y" * @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_ymDuration_by_rhs_ymDuration" id="_error_when_multiply_lhs_ymDuration_by_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_ymDuration_by_rhs_ymDuration"/>
<literalExpression>
<text>@"P1Y" * @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_ymDuration_by_rhs_range" id="_error_when_multiply_lhs_ymDuration_by_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_ymDuration_by_rhs_range"/>
<literalExpression>
<text>@"P1Y" * [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_ymDuration_by_rhs_function" id="_error_when_multiply_lhs_ymDuration_by_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_ymDuration_by_rhs_function"/>
<literalExpression>
<text>@"P1Y" * (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_ymDuration_by_rhs_null" id="_error_when_multiply_lhs_ymDuration_by_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_ymDuration_by_rhs_null"/>
<literalExpression>
<text>@"P1Y" * null</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_range_by_rhs_number" id="_error_when_multiply_lhs_range_by_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_range_by_rhs_number"/>
<literalExpression>
<text>[1..10] * 10</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_range_by_rhs_string" id="_error_when_multiply_lhs_range_by_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_range_by_rhs_string"/>
<literalExpression>
<text>[1..10] * "10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_range_by_rhs_boolean" id="_error_when_multiply_lhs_range_by_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_range_by_rhs_boolean"/>
<literalExpression>
<text>[1..10] * true</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_range_by_rhs_date" id="_error_when_multiply_lhs_range_by_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_range_by_rhs_date"/>
<literalExpression>
<text>[1..10] * @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_range_by_rhs_dateAndTime" id="_error_when_multiply_lhs_range_by_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_range_by_rhs_dateAndTime"/>
<literalExpression>
<text>[1..10] * @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_range_by_rhs_time" id="_error_when_multiply_lhs_range_by_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_range_by_rhs_time"/>
<literalExpression>
<text>[1..10] * @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_range_by_rhs_list" id="_error_when_multiply_lhs_range_by_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_range_by_rhs_list"/>
<literalExpression>
<text>[1..10] * [10]</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_range_by_rhs_context" id="_error_when_multiply_lhs_range_by_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_range_by_rhs_context"/>
<literalExpression>
<text>[1..10] * {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_range_by_rhs_dtDuration" id="_error_when_multiply_lhs_range_by_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_range_by_rhs_dtDuration"/>
<literalExpression>
<text>[1..10] * @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_range_by_rhs_ymDuration" id="_error_when_multiply_lhs_range_by_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_range_by_rhs_ymDuration"/>
<literalExpression>
<text>[1..10] * @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_range_by_rhs_range" id="_error_when_multiply_lhs_range_by_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_range_by_rhs_range"/>
<literalExpression>
<text>[1..10] * [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_range_by_rhs_function" id="_error_when_multiply_lhs_range_by_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_range_by_rhs_function"/>
<literalExpression>
<text>[1..10] * (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_range_by_rhs_null" id="_error_when_multiply_lhs_range_by_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_range_by_rhs_null"/>
<literalExpression>
<text>[1..10] * null</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_function_by_rhs_number" id="_error_when_multiply_lhs_function_by_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_function_by_rhs_number"/>
<literalExpression>
<text>(function(a) a) * 10</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_function_by_rhs_string" id="_error_when_multiply_lhs_function_by_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_function_by_rhs_string"/>
<literalExpression>
<text>(function(a) a) * "10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_function_by_rhs_boolean" id="_error_when_multiply_lhs_function_by_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_function_by_rhs_boolean"/>
<literalExpression>
<text>(function(a) a) * true</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_function_by_rhs_date" id="_error_when_multiply_lhs_function_by_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_function_by_rhs_date"/>
<literalExpression>
<text>(function(a) a) * @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_function_by_rhs_dateAndTime" id="_error_when_multiply_lhs_function_by_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_function_by_rhs_dateAndTime"/>
<literalExpression>
<text>(function(a) a) * @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_function_by_rhs_time" id="_error_when_multiply_lhs_function_by_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_function_by_rhs_time"/>
<literalExpression>
<text>(function(a) a) * @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_function_by_rhs_list" id="_error_when_multiply_lhs_function_by_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_function_by_rhs_list"/>
<literalExpression>
<text>(function(a) a) * [10]</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_function_by_rhs_context" id="_error_when_multiply_lhs_function_by_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_function_by_rhs_context"/>
<literalExpression>
<text>(function(a) a) * {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_function_by_rhs_dtDuration" id="_error_when_multiply_lhs_function_by_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_function_by_rhs_dtDuration"/>
<literalExpression>
<text>(function(a) a) * @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_function_by_rhs_ymDuration" id="_error_when_multiply_lhs_function_by_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_function_by_rhs_ymDuration"/>
<literalExpression>
<text>(function(a) a) * @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_function_by_rhs_range" id="_error_when_multiply_lhs_function_by_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_function_by_rhs_range"/>
<literalExpression>
<text>(function(a) a) * [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_function_by_rhs_function" id="_error_when_multiply_lhs_function_by_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_function_by_rhs_function"/>
<literalExpression>
<text>(function(a) a) * (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_function_by_rhs_null" id="_error_when_multiply_lhs_function_by_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_function_by_rhs_null"/>
<literalExpression>
<text>(function(a) a) * null</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_null_by_rhs_number" id="_error_when_multiply_lhs_null_by_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_null_by_rhs_number"/>
<literalExpression>
<text>null * 10</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_null_by_rhs_string" id="_error_when_multiply_lhs_null_by_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_null_by_rhs_string"/>
<literalExpression>
<text>null * "10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_null_by_rhs_boolean" id="_error_when_multiply_lhs_null_by_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_null_by_rhs_boolean"/>
<literalExpression>
<text>null * true</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_null_by_rhs_date" id="_error_when_multiply_lhs_null_by_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_null_by_rhs_date"/>
<literalExpression>
<text>null * @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_null_by_rhs_dateAndTime" id="_error_when_multiply_lhs_null_by_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_null_by_rhs_dateAndTime"/>
<literalExpression>
<text>null * @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_null_by_rhs_time" id="_error_when_multiply_lhs_null_by_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_null_by_rhs_time"/>
<literalExpression>
<text>null * @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_null_by_rhs_list" id="_error_when_multiply_lhs_null_by_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_null_by_rhs_list"/>
<literalExpression>
<text>null * [10]</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_null_by_rhs_context" id="_error_when_multiply_lhs_null_by_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_null_by_rhs_context"/>
<literalExpression>
<text>null * {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_null_by_rhs_dtDuration" id="_error_when_multiply_lhs_null_by_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_null_by_rhs_dtDuration"/>
<literalExpression>
<text>null * @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_null_by_rhs_ymDuration" id="_error_when_multiply_lhs_null_by_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_null_by_rhs_ymDuration"/>
<literalExpression>
<text>null * @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_null_by_rhs_range" id="_error_when_multiply_lhs_null_by_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_null_by_rhs_range"/>
<literalExpression>
<text>null * [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_null_by_rhs_function" id="_error_when_multiply_lhs_null_by_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_null_by_rhs_function"/>
<literalExpression>
<text>null * (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_multiply_lhs_null_by_rhs_null" id="_error_when_multiply_lhs_null_by_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_multiply_lhs_null_by_rhs_null"/>
<literalExpression>
<text>null * null</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_number_by_rhs_string" id="_error_when_divide_lhs_number_by_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_number_by_rhs_string"/>
<literalExpression>
<text>10 / "10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_number_by_rhs_boolean" id="_error_when_divide_lhs_number_by_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_number_by_rhs_boolean"/>
<literalExpression>
<text>10 / true</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_number_by_rhs_date" id="_error_when_divide_lhs_number_by_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_number_by_rhs_date"/>
<literalExpression>
<text>10 / @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_number_by_rhs_dateAndTime" id="_error_when_divide_lhs_number_by_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_number_by_rhs_dateAndTime"/>
<literalExpression>
<text>10 / @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_number_by_rhs_time" id="_error_when_divide_lhs_number_by_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_number_by_rhs_time"/>
<literalExpression>
<text>10 / @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_number_by_rhs_list" id="_error_when_divide_lhs_number_by_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_number_by_rhs_list"/>
<literalExpression>
<text>10 / [10]</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_number_by_rhs_context" id="_error_when_divide_lhs_number_by_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_number_by_rhs_context"/>
<literalExpression>
<text>10 / {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_number_by_rhs_dtDuration" id="_error_when_divide_lhs_number_by_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_number_by_rhs_dtDuration"/>
<literalExpression>
<text>10 / @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_number_by_rhs_ymDuration" id="_error_when_divide_lhs_number_by_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_number_by_rhs_ymDuration"/>
<literalExpression>
<text>10 / @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_number_by_rhs_range" id="_error_when_divide_lhs_number_by_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_number_by_rhs_range"/>
<literalExpression>
<text>10 / [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_number_by_rhs_function" id="_error_when_divide_lhs_number_by_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_number_by_rhs_function"/>
<literalExpression>
<text>10 / (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_number_by_rhs_null" id="_error_when_divide_lhs_number_by_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_number_by_rhs_null"/>
<literalExpression>
<text>10 / null</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_string_by_rhs_number" id="_error_when_divide_lhs_string_by_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_string_by_rhs_number"/>
<literalExpression>
<text>"10" / 10</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_string_by_rhs_string" id="_error_when_divide_lhs_string_by_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_string_by_rhs_string"/>
<literalExpression>
<text>"10" / "10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_string_by_rhs_boolean" id="_error_when_divide_lhs_string_by_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_string_by_rhs_boolean"/>
<literalExpression>
<text>"10" / true</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_string_by_rhs_date" id="_error_when_divide_lhs_string_by_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_string_by_rhs_date"/>
<literalExpression>
<text>"10" / @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_string_by_rhs_dateAndTime" id="_error_when_divide_lhs_string_by_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_string_by_rhs_dateAndTime"/>
<literalExpression>
<text>"10" / @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_string_by_rhs_time" id="_error_when_divide_lhs_string_by_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_string_by_rhs_time"/>
<literalExpression>
<text>"10" / @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_string_by_rhs_list" id="_error_when_divide_lhs_string_by_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_string_by_rhs_list"/>
<literalExpression>
<text>"10" / [10]</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_string_by_rhs_context" id="_error_when_divide_lhs_string_by_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_string_by_rhs_context"/>
<literalExpression>
<text>"10" / {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_string_by_rhs_dtDuration" id="_error_when_divide_lhs_string_by_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_string_by_rhs_dtDuration"/>
<literalExpression>
<text>"10" / @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_string_by_rhs_ymDuration" id="_error_when_divide_lhs_string_by_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_string_by_rhs_ymDuration"/>
<literalExpression>
<text>"10" / @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_string_by_rhs_range" id="_error_when_divide_lhs_string_by_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_string_by_rhs_range"/>
<literalExpression>
<text>"10" / [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_string_by_rhs_function" id="_error_when_divide_lhs_string_by_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_string_by_rhs_function"/>
<literalExpression>
<text>"10" / (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_string_by_rhs_null" id="_error_when_divide_lhs_string_by_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_string_by_rhs_null"/>
<literalExpression>
<text>"10" / null</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_boolean_by_rhs_number" id="_error_when_divide_lhs_boolean_by_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_boolean_by_rhs_number"/>
<literalExpression>
<text>true / 10</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_boolean_by_rhs_string" id="_error_when_divide_lhs_boolean_by_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_boolean_by_rhs_string"/>
<literalExpression>
<text>true / "10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_boolean_by_rhs_boolean" id="_error_when_divide_lhs_boolean_by_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_boolean_by_rhs_boolean"/>
<literalExpression>
<text>true / true</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_boolean_by_rhs_date" id="_error_when_divide_lhs_boolean_by_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_boolean_by_rhs_date"/>
<literalExpression>
<text>true / @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_boolean_by_rhs_dateAndTime" id="_error_when_divide_lhs_boolean_by_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_boolean_by_rhs_dateAndTime"/>
<literalExpression>
<text>true / @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_boolean_by_rhs_time" id="_error_when_divide_lhs_boolean_by_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_boolean_by_rhs_time"/>
<literalExpression>
<text>true / @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_boolean_by_rhs_list" id="_error_when_divide_lhs_boolean_by_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_boolean_by_rhs_list"/>
<literalExpression>
<text>true / [10]</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_boolean_by_rhs_context" id="_error_when_divide_lhs_boolean_by_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_boolean_by_rhs_context"/>
<literalExpression>
<text>true / {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_boolean_by_rhs_dtDuration" id="_error_when_divide_lhs_boolean_by_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_boolean_by_rhs_dtDuration"/>
<literalExpression>
<text>true / @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_boolean_by_rhs_ymDuration" id="_error_when_divide_lhs_boolean_by_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_boolean_by_rhs_ymDuration"/>
<literalExpression>
<text>true / @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_boolean_by_rhs_range" id="_error_when_divide_lhs_boolean_by_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_boolean_by_rhs_range"/>
<literalExpression>
<text>true / [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_boolean_by_rhs_function" id="_error_when_divide_lhs_boolean_by_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_boolean_by_rhs_function"/>
<literalExpression>
<text>true / (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_boolean_by_rhs_null" id="_error_when_divide_lhs_boolean_by_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_boolean_by_rhs_null"/>
<literalExpression>
<text>true / null</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_date_by_rhs_number" id="_error_when_divide_lhs_date_by_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_date_by_rhs_number"/>
<literalExpression>
<text>@"2021-01-01" / 10</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_date_by_rhs_string" id="_error_when_divide_lhs_date_by_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_date_by_rhs_string"/>
<literalExpression>
<text>@"2021-01-01" / "10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_date_by_rhs_boolean" id="_error_when_divide_lhs_date_by_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_date_by_rhs_boolean"/>
<literalExpression>
<text>@"2021-01-01" / true</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_date_by_rhs_date" id="_error_when_divide_lhs_date_by_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_date_by_rhs_date"/>
<literalExpression>
<text>@"2021-01-01" / @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_date_by_rhs_dateAndTime" id="_error_when_divide_lhs_date_by_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_date_by_rhs_dateAndTime"/>
<literalExpression>
<text>@"2021-01-01" / @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_date_by_rhs_time" id="_error_when_divide_lhs_date_by_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_date_by_rhs_time"/>
<literalExpression>
<text>@"2021-01-01" / @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_date_by_rhs_list" id="_error_when_divide_lhs_date_by_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_date_by_rhs_list"/>
<literalExpression>
<text>@"2021-01-01" / [10]</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_date_by_rhs_context" id="_error_when_divide_lhs_date_by_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_date_by_rhs_context"/>
<literalExpression>
<text>@"2021-01-01" / {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_date_by_rhs_dtDuration" id="_error_when_divide_lhs_date_by_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_date_by_rhs_dtDuration"/>
<literalExpression>
<text>@"2021-01-01" / @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_date_by_rhs_ymDuration" id="_error_when_divide_lhs_date_by_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_date_by_rhs_ymDuration"/>
<literalExpression>
<text>@"2021-01-01" / @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_date_by_rhs_range" id="_error_when_divide_lhs_date_by_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_date_by_rhs_range"/>
<literalExpression>
<text>@"2021-01-01" / [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_date_by_rhs_function" id="_error_when_divide_lhs_date_by_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_date_by_rhs_function"/>
<literalExpression>
<text>@"2021-01-01" / (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_date_by_rhs_null" id="_error_when_divide_lhs_date_by_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_date_by_rhs_null"/>
<literalExpression>
<text>@"2021-01-01" / null</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_dateAndTime_by_rhs_number" id="_error_when_divide_lhs_dateAndTime_by_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_dateAndTime_by_rhs_number"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" / 10</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_dateAndTime_by_rhs_string" id="_error_when_divide_lhs_dateAndTime_by_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_dateAndTime_by_rhs_string"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" / "10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_dateAndTime_by_rhs_boolean" id="_error_when_divide_lhs_dateAndTime_by_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_dateAndTime_by_rhs_boolean"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" / true</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_dateAndTime_by_rhs_date" id="_error_when_divide_lhs_dateAndTime_by_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_dateAndTime_by_rhs_date"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" / @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_dateAndTime_by_rhs_dateAndTime" id="_error_when_divide_lhs_dateAndTime_by_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_dateAndTime_by_rhs_dateAndTime"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" / @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_dateAndTime_by_rhs_time" id="_error_when_divide_lhs_dateAndTime_by_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_dateAndTime_by_rhs_time"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" / @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_dateAndTime_by_rhs_list" id="_error_when_divide_lhs_dateAndTime_by_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_dateAndTime_by_rhs_list"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" / [10]</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_dateAndTime_by_rhs_context" id="_error_when_divide_lhs_dateAndTime_by_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_dateAndTime_by_rhs_context"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" / {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_dateAndTime_by_rhs_dtDuration" id="_error_when_divide_lhs_dateAndTime_by_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_dateAndTime_by_rhs_dtDuration"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" / @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_dateAndTime_by_rhs_ymDuration" id="_error_when_divide_lhs_dateAndTime_by_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_dateAndTime_by_rhs_ymDuration"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" / @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_dateAndTime_by_rhs_range" id="_error_when_divide_lhs_dateAndTime_by_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_dateAndTime_by_rhs_range"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" / [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_dateAndTime_by_rhs_function" id="_error_when_divide_lhs_dateAndTime_by_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_dateAndTime_by_rhs_function"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" / (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_dateAndTime_by_rhs_null" id="_error_when_divide_lhs_dateAndTime_by_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_dateAndTime_by_rhs_null"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" / null</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_time_by_rhs_number" id="_error_when_divide_lhs_time_by_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_time_by_rhs_number"/>
<literalExpression>
<text>@"10:10:10" / 10</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_time_by_rhs_string" id="_error_when_divide_lhs_time_by_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_time_by_rhs_string"/>
<literalExpression>
<text>@"10:10:10" / "10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_time_by_rhs_boolean" id="_error_when_divide_lhs_time_by_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_time_by_rhs_boolean"/>
<literalExpression>
<text>@"10:10:10" / true</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_time_by_rhs_date" id="_error_when_divide_lhs_time_by_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_time_by_rhs_date"/>
<literalExpression>
<text>@"10:10:10" / @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_time_by_rhs_dateAndTime" id="_error_when_divide_lhs_time_by_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_time_by_rhs_dateAndTime"/>
<literalExpression>
<text>@"10:10:10" / @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_time_by_rhs_time" id="_error_when_divide_lhs_time_by_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_time_by_rhs_time"/>
<literalExpression>
<text>@"10:10:10" / @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_time_by_rhs_list" id="_error_when_divide_lhs_time_by_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_time_by_rhs_list"/>
<literalExpression>
<text>@"10:10:10" / [10]</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_time_by_rhs_context" id="_error_when_divide_lhs_time_by_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_time_by_rhs_context"/>
<literalExpression>
<text>@"10:10:10" / {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_time_by_rhs_dtDuration" id="_error_when_divide_lhs_time_by_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_time_by_rhs_dtDuration"/>
<literalExpression>
<text>@"10:10:10" / @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_time_by_rhs_ymDuration" id="_error_when_divide_lhs_time_by_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_time_by_rhs_ymDuration"/>
<literalExpression>
<text>@"10:10:10" / @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_time_by_rhs_range" id="_error_when_divide_lhs_time_by_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_time_by_rhs_range"/>
<literalExpression>
<text>@"10:10:10" / [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_time_by_rhs_function" id="_error_when_divide_lhs_time_by_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_time_by_rhs_function"/>
<literalExpression>
<text>@"10:10:10" / (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_time_by_rhs_null" id="_error_when_divide_lhs_time_by_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_time_by_rhs_null"/>
<literalExpression>
<text>@"10:10:10" / null</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_list_by_rhs_number" id="_error_when_divide_lhs_list_by_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_list_by_rhs_number"/>
<literalExpression>
<text>[10] / 10</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_list_by_rhs_string" id="_error_when_divide_lhs_list_by_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_list_by_rhs_string"/>
<literalExpression>
<text>[10] / "10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_list_by_rhs_boolean" id="_error_when_divide_lhs_list_by_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_list_by_rhs_boolean"/>
<literalExpression>
<text>[10] / true</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_list_by_rhs_date" id="_error_when_divide_lhs_list_by_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_list_by_rhs_date"/>
<literalExpression>
<text>[10] / @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_list_by_rhs_dateAndTime" id="_error_when_divide_lhs_list_by_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_list_by_rhs_dateAndTime"/>
<literalExpression>
<text>[10] / @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_list_by_rhs_time" id="_error_when_divide_lhs_list_by_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_list_by_rhs_time"/>
<literalExpression>
<text>[10] / @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_list_by_rhs_list" id="_error_when_divide_lhs_list_by_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_list_by_rhs_list"/>
<literalExpression>
<text>[10] / [10]</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_list_by_rhs_context" id="_error_when_divide_lhs_list_by_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_list_by_rhs_context"/>
<literalExpression>
<text>[10] / {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_list_by_rhs_dtDuration" id="_error_when_divide_lhs_list_by_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_list_by_rhs_dtDuration"/>
<literalExpression>
<text>[10] / @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_list_by_rhs_ymDuration" id="_error_when_divide_lhs_list_by_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_list_by_rhs_ymDuration"/>
<literalExpression>
<text>[10] / @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_list_by_rhs_range" id="_error_when_divide_lhs_list_by_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_list_by_rhs_range"/>
<literalExpression>
<text>[10] / [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_list_by_rhs_function" id="_error_when_divide_lhs_list_by_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_list_by_rhs_function"/>
<literalExpression>
<text>[10] / (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_list_by_rhs_null" id="_error_when_divide_lhs_list_by_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_list_by_rhs_null"/>
<literalExpression>
<text>[10] / null</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_context_by_rhs_number" id="_error_when_divide_lhs_context_by_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_context_by_rhs_number"/>
<literalExpression>
<text>{a: 10} / 10</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_context_by_rhs_string" id="_error_when_divide_lhs_context_by_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_context_by_rhs_string"/>
<literalExpression>
<text>{a: 10} / "10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_context_by_rhs_boolean" id="_error_when_divide_lhs_context_by_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_context_by_rhs_boolean"/>
<literalExpression>
<text>{a: 10} / true</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_context_by_rhs_date" id="_error_when_divide_lhs_context_by_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_context_by_rhs_date"/>
<literalExpression>
<text>{a: 10} / @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_context_by_rhs_dateAndTime" id="_error_when_divide_lhs_context_by_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_context_by_rhs_dateAndTime"/>
<literalExpression>
<text>{a: 10} / @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_context_by_rhs_time" id="_error_when_divide_lhs_context_by_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_context_by_rhs_time"/>
<literalExpression>
<text>{a: 10} / @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_context_by_rhs_list" id="_error_when_divide_lhs_context_by_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_context_by_rhs_list"/>
<literalExpression>
<text>{a: 10} / [10]</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_context_by_rhs_context" id="_error_when_divide_lhs_context_by_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_context_by_rhs_context"/>
<literalExpression>
<text>{a: 10} / {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_context_by_rhs_dtDuration" id="_error_when_divide_lhs_context_by_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_context_by_rhs_dtDuration"/>
<literalExpression>
<text>{a: 10} / @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_context_by_rhs_ymDuration" id="_error_when_divide_lhs_context_by_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_context_by_rhs_ymDuration"/>
<literalExpression>
<text>{a: 10} / @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_context_by_rhs_range" id="_error_when_divide_lhs_context_by_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_context_by_rhs_range"/>
<literalExpression>
<text>{a: 10} / [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_context_by_rhs_function" id="_error_when_divide_lhs_context_by_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_context_by_rhs_function"/>
<literalExpression>
<text>{a: 10} / (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_context_by_rhs_null" id="_error_when_divide_lhs_context_by_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_context_by_rhs_null"/>
<literalExpression>
<text>{a: 10} / null</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_dtDuration_by_rhs_string" id="_error_when_divide_lhs_dtDuration_by_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_dtDuration_by_rhs_string"/>
<literalExpression>
<text>@"P1D" / "10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_dtDuration_by_rhs_boolean" id="_error_when_divide_lhs_dtDuration_by_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_dtDuration_by_rhs_boolean"/>
<literalExpression>
<text>@"P1D" / true</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_dtDuration_by_rhs_date" id="_error_when_divide_lhs_dtDuration_by_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_dtDuration_by_rhs_date"/>
<literalExpression>
<text>@"P1D" / @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_dtDuration_by_rhs_dateAndTime" id="_error_when_divide_lhs_dtDuration_by_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_dtDuration_by_rhs_dateAndTime"/>
<literalExpression>
<text>@"P1D" / @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_dtDuration_by_rhs_time" id="_error_when_divide_lhs_dtDuration_by_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_dtDuration_by_rhs_time"/>
<literalExpression>
<text>@"P1D" / @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_dtDuration_by_rhs_list" id="_error_when_divide_lhs_dtDuration_by_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_dtDuration_by_rhs_list"/>
<literalExpression>
<text>@"P1D" / [10]</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_dtDuration_by_rhs_context" id="_error_when_divide_lhs_dtDuration_by_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_dtDuration_by_rhs_context"/>
<literalExpression>
<text>@"P1D" / {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_dtDuration_by_rhs_ymDuration" id="_error_when_divide_lhs_dtDuration_by_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_dtDuration_by_rhs_ymDuration"/>
<literalExpression>
<text>@"P1D" / @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_dtDuration_by_rhs_range" id="_error_when_divide_lhs_dtDuration_by_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_dtDuration_by_rhs_range"/>
<literalExpression>
<text>@"P1D" / [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_dtDuration_by_rhs_function" id="_error_when_divide_lhs_dtDuration_by_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_dtDuration_by_rhs_function"/>
<literalExpression>
<text>@"P1D" / (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_dtDuration_by_rhs_null" id="_error_when_divide_lhs_dtDuration_by_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_dtDuration_by_rhs_null"/>
<literalExpression>
<text>@"P1D" / null</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_ymDuration_by_rhs_string" id="_error_when_divide_lhs_ymDuration_by_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_ymDuration_by_rhs_string"/>
<literalExpression>
<text>@"P1Y" / "10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_ymDuration_by_rhs_boolean" id="_error_when_divide_lhs_ymDuration_by_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_ymDuration_by_rhs_boolean"/>
<literalExpression>
<text>@"P1Y" / true</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_ymDuration_by_rhs_date" id="_error_when_divide_lhs_ymDuration_by_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_ymDuration_by_rhs_date"/>
<literalExpression>
<text>@"P1Y" / @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_ymDuration_by_rhs_dateAndTime" id="_error_when_divide_lhs_ymDuration_by_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_ymDuration_by_rhs_dateAndTime"/>
<literalExpression>
<text>@"P1Y" / @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_ymDuration_by_rhs_time" id="_error_when_divide_lhs_ymDuration_by_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_ymDuration_by_rhs_time"/>
<literalExpression>
<text>@"P1Y" / @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_ymDuration_by_rhs_list" id="_error_when_divide_lhs_ymDuration_by_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_ymDuration_by_rhs_list"/>
<literalExpression>
<text>@"P1Y" / [10]</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_ymDuration_by_rhs_context" id="_error_when_divide_lhs_ymDuration_by_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_ymDuration_by_rhs_context"/>
<literalExpression>
<text>@"P1Y" / {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_ymDuration_by_rhs_dtDuration" id="_error_when_divide_lhs_ymDuration_by_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_ymDuration_by_rhs_dtDuration"/>
<literalExpression>
<text>@"P1Y" / @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_ymDuration_by_rhs_range" id="_error_when_divide_lhs_ymDuration_by_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_ymDuration_by_rhs_range"/>
<literalExpression>
<text>@"P1Y" / [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_ymDuration_by_rhs_function" id="_error_when_divide_lhs_ymDuration_by_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_ymDuration_by_rhs_function"/>
<literalExpression>
<text>@"P1Y" / (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_ymDuration_by_rhs_null" id="_error_when_divide_lhs_ymDuration_by_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_ymDuration_by_rhs_null"/>
<literalExpression>
<text>@"P1Y" / null</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_range_by_rhs_number" id="_error_when_divide_lhs_range_by_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_range_by_rhs_number"/>
<literalExpression>
<text>[1..10] / 10</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_range_by_rhs_string" id="_error_when_divide_lhs_range_by_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_range_by_rhs_string"/>
<literalExpression>
<text>[1..10] / "10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_range_by_rhs_boolean" id="_error_when_divide_lhs_range_by_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_range_by_rhs_boolean"/>
<literalExpression>
<text>[1..10] / true</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_range_by_rhs_date" id="_error_when_divide_lhs_range_by_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_range_by_rhs_date"/>
<literalExpression>
<text>[1..10] / @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_range_by_rhs_dateAndTime" id="_error_when_divide_lhs_range_by_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_range_by_rhs_dateAndTime"/>
<literalExpression>
<text>[1..10] / @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_range_by_rhs_time" id="_error_when_divide_lhs_range_by_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_range_by_rhs_time"/>
<literalExpression>
<text>[1..10] / @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_range_by_rhs_list" id="_error_when_divide_lhs_range_by_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_range_by_rhs_list"/>
<literalExpression>
<text>[1..10] / [10]</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_range_by_rhs_context" id="_error_when_divide_lhs_range_by_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_range_by_rhs_context"/>
<literalExpression>
<text>[1..10] / {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_range_by_rhs_dtDuration" id="_error_when_divide_lhs_range_by_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_range_by_rhs_dtDuration"/>
<literalExpression>
<text>[1..10] / @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_range_by_rhs_ymDuration" id="_error_when_divide_lhs_range_by_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_range_by_rhs_ymDuration"/>
<literalExpression>
<text>[1..10] / @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_range_by_rhs_range" id="_error_when_divide_lhs_range_by_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_range_by_rhs_range"/>
<literalExpression>
<text>[1..10] / [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_range_by_rhs_function" id="_error_when_divide_lhs_range_by_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_range_by_rhs_function"/>
<literalExpression>
<text>[1..10] / (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_range_by_rhs_null" id="_error_when_divide_lhs_range_by_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_range_by_rhs_null"/>
<literalExpression>
<text>[1..10] / null</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_function_by_rhs_number" id="_error_when_divide_lhs_function_by_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_function_by_rhs_number"/>
<literalExpression>
<text>(function(a) a) / 10</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_function_by_rhs_string" id="_error_when_divide_lhs_function_by_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_function_by_rhs_string"/>
<literalExpression>
<text>(function(a) a) / "10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_function_by_rhs_boolean" id="_error_when_divide_lhs_function_by_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_function_by_rhs_boolean"/>
<literalExpression>
<text>(function(a) a) / true</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_function_by_rhs_date" id="_error_when_divide_lhs_function_by_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_function_by_rhs_date"/>
<literalExpression>
<text>(function(a) a) / @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_function_by_rhs_dateAndTime" id="_error_when_divide_lhs_function_by_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_function_by_rhs_dateAndTime"/>
<literalExpression>
<text>(function(a) a) / @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_function_by_rhs_time" id="_error_when_divide_lhs_function_by_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_function_by_rhs_time"/>
<literalExpression>
<text>(function(a) a) / @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_function_by_rhs_list" id="_error_when_divide_lhs_function_by_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_function_by_rhs_list"/>
<literalExpression>
<text>(function(a) a) / [10]</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_function_by_rhs_context" id="_error_when_divide_lhs_function_by_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_function_by_rhs_context"/>
<literalExpression>
<text>(function(a) a) / {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_function_by_rhs_dtDuration" id="_error_when_divide_lhs_function_by_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_function_by_rhs_dtDuration"/>
<literalExpression>
<text>(function(a) a) / @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_function_by_rhs_ymDuration" id="_error_when_divide_lhs_function_by_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_function_by_rhs_ymDuration"/>
<literalExpression>
<text>(function(a) a) / @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_function_by_rhs_range" id="_error_when_divide_lhs_function_by_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_function_by_rhs_range"/>
<literalExpression>
<text>(function(a) a) / [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_function_by_rhs_function" id="_error_when_divide_lhs_function_by_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_function_by_rhs_function"/>
<literalExpression>
<text>(function(a) a) / (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_function_by_rhs_null" id="_error_when_divide_lhs_function_by_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_function_by_rhs_null"/>
<literalExpression>
<text>(function(a) a) / null</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_null_by_rhs_number" id="_error_when_divide_lhs_null_by_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_null_by_rhs_number"/>
<literalExpression>
<text>null / 10</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_null_by_rhs_string" id="_error_when_divide_lhs_null_by_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_null_by_rhs_string"/>
<literalExpression>
<text>null / "10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_null_by_rhs_boolean" id="_error_when_divide_lhs_null_by_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_null_by_rhs_boolean"/>
<literalExpression>
<text>null / true</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_null_by_rhs_date" id="_error_when_divide_lhs_null_by_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_null_by_rhs_date"/>
<literalExpression>
<text>null / @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_null_by_rhs_dateAndTime" id="_error_when_divide_lhs_null_by_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_null_by_rhs_dateAndTime"/>
<literalExpression>
<text>null / @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_null_by_rhs_time" id="_error_when_divide_lhs_null_by_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_null_by_rhs_time"/>
<literalExpression>
<text>null / @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_null_by_rhs_list" id="_error_when_divide_lhs_null_by_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_null_by_rhs_list"/>
<literalExpression>
<text>null / [10]</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_null_by_rhs_context" id="_error_when_divide_lhs_null_by_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_null_by_rhs_context"/>
<literalExpression>
<text>null / {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_null_by_rhs_dtDuration" id="_error_when_divide_lhs_null_by_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_null_by_rhs_dtDuration"/>
<literalExpression>
<text>null / @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_null_by_rhs_ymDuration" id="_error_when_divide_lhs_null_by_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_null_by_rhs_ymDuration"/>
<literalExpression>
<text>null / @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_null_by_rhs_range" id="_error_when_divide_lhs_null_by_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_null_by_rhs_range"/>
<literalExpression>
<text>null / [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_null_by_rhs_function" id="_error_when_divide_lhs_null_by_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_null_by_rhs_function"/>
<literalExpression>
<text>null / (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_divide_lhs_null_by_rhs_null" id="_error_when_divide_lhs_null_by_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_divide_lhs_null_by_rhs_null"/>
<literalExpression>
<text>null / null</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_number_to_rhs_string" id="_error_when_add_lhs_number_to_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_number_to_rhs_string"/>
<literalExpression>
<text>10 + "10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_number_to_rhs_boolean" id="_error_when_add_lhs_number_to_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_number_to_rhs_boolean"/>
<literalExpression>
<text>10 + true</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_number_to_rhs_date" id="_error_when_add_lhs_number_to_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_number_to_rhs_date"/>
<literalExpression>
<text>10 + @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_number_to_rhs_dateAndTime" id="_error_when_add_lhs_number_to_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_number_to_rhs_dateAndTime"/>
<literalExpression>
<text>10 + @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_number_to_rhs_time" id="_error_when_add_lhs_number_to_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_number_to_rhs_time"/>
<literalExpression>
<text>10 + @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_number_to_rhs_list" id="_error_when_add_lhs_number_to_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_number_to_rhs_list"/>
<literalExpression>
<text>10 + [10]</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_number_to_rhs_context" id="_error_when_add_lhs_number_to_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_number_to_rhs_context"/>
<literalExpression>
<text>10 + {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_number_to_rhs_dtDuration" id="_error_when_add_lhs_number_to_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_number_to_rhs_dtDuration"/>
<literalExpression>
<text>10 + @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_number_to_rhs_ymDuration" id="_error_when_add_lhs_number_to_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_number_to_rhs_ymDuration"/>
<literalExpression>
<text>10 + @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_number_to_rhs_range" id="_error_when_add_lhs_number_to_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_number_to_rhs_range"/>
<literalExpression>
<text>10 + [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_number_to_rhs_function" id="_error_when_add_lhs_number_to_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_number_to_rhs_function"/>
<literalExpression>
<text>10 + (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_number_to_rhs_null" id="_error_when_add_lhs_number_to_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_number_to_rhs_null"/>
<literalExpression>
<text>10 + null</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_string_to_rhs_number" id="_error_when_add_lhs_string_to_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_string_to_rhs_number"/>
<literalExpression>
<text>"10" + 10</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_string_to_rhs_boolean" id="_error_when_add_lhs_string_to_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_string_to_rhs_boolean"/>
<literalExpression>
<text>"10" + true</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_string_to_rhs_date" id="_error_when_add_lhs_string_to_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_string_to_rhs_date"/>
<literalExpression>
<text>"10" + @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_string_to_rhs_dateAndTime" id="_error_when_add_lhs_string_to_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_string_to_rhs_dateAndTime"/>
<literalExpression>
<text>"10" + @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_string_to_rhs_time" id="_error_when_add_lhs_string_to_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_string_to_rhs_time"/>
<literalExpression>
<text>"10" + @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_string_to_rhs_list" id="_error_when_add_lhs_string_to_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_string_to_rhs_list"/>
<literalExpression>
<text>"10" + [10]</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_string_to_rhs_context" id="_error_when_add_lhs_string_to_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_string_to_rhs_context"/>
<literalExpression>
<text>"10" + {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_string_to_rhs_dtDuration" id="_error_when_add_lhs_string_to_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_string_to_rhs_dtDuration"/>
<literalExpression>
<text>"10" + @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_string_to_rhs_ymDuration" id="_error_when_add_lhs_string_to_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_string_to_rhs_ymDuration"/>
<literalExpression>
<text>"10" + @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_string_to_rhs_range" id="_error_when_add_lhs_string_to_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_string_to_rhs_range"/>
<literalExpression>
<text>"10" + [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_string_to_rhs_function" id="_error_when_add_lhs_string_to_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_string_to_rhs_function"/>
<literalExpression>
<text>"10" + (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_string_to_rhs_null" id="_error_when_add_lhs_string_to_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_string_to_rhs_null"/>
<literalExpression>
<text>"10" + null</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_boolean_to_rhs_number" id="_error_when_add_lhs_boolean_to_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_boolean_to_rhs_number"/>
<literalExpression>
<text>true + 10</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_boolean_to_rhs_string" id="_error_when_add_lhs_boolean_to_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_boolean_to_rhs_string"/>
<literalExpression>
<text>true + "10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_boolean_to_rhs_boolean" id="_error_when_add_lhs_boolean_to_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_boolean_to_rhs_boolean"/>
<literalExpression>
<text>true + true</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_boolean_to_rhs_date" id="_error_when_add_lhs_boolean_to_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_boolean_to_rhs_date"/>
<literalExpression>
<text>true + @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_boolean_to_rhs_dateAndTime" id="_error_when_add_lhs_boolean_to_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_boolean_to_rhs_dateAndTime"/>
<literalExpression>
<text>true + @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_boolean_to_rhs_time" id="_error_when_add_lhs_boolean_to_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_boolean_to_rhs_time"/>
<literalExpression>
<text>true + @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_boolean_to_rhs_list" id="_error_when_add_lhs_boolean_to_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_boolean_to_rhs_list"/>
<literalExpression>
<text>true + [10]</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_boolean_to_rhs_context" id="_error_when_add_lhs_boolean_to_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_boolean_to_rhs_context"/>
<literalExpression>
<text>true + {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_boolean_to_rhs_dtDuration" id="_error_when_add_lhs_boolean_to_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_boolean_to_rhs_dtDuration"/>
<literalExpression>
<text>true + @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_boolean_to_rhs_ymDuration" id="_error_when_add_lhs_boolean_to_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_boolean_to_rhs_ymDuration"/>
<literalExpression>
<text>true + @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_boolean_to_rhs_range" id="_error_when_add_lhs_boolean_to_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_boolean_to_rhs_range"/>
<literalExpression>
<text>true + [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_boolean_to_rhs_function" id="_error_when_add_lhs_boolean_to_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_boolean_to_rhs_function"/>
<literalExpression>
<text>true + (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_boolean_to_rhs_null" id="_error_when_add_lhs_boolean_to_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_boolean_to_rhs_null"/>
<literalExpression>
<text>true + null</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_date_to_rhs_number" id="_error_when_add_lhs_date_to_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_date_to_rhs_number"/>
<literalExpression>
<text>@"2021-01-01" + 10</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_date_to_rhs_string" id="_error_when_add_lhs_date_to_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_date_to_rhs_string"/>
<literalExpression>
<text>@"2021-01-01" + "10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_date_to_rhs_boolean" id="_error_when_add_lhs_date_to_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_date_to_rhs_boolean"/>
<literalExpression>
<text>@"2021-01-01" + true</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_date_to_rhs_date" id="_error_when_add_lhs_date_to_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_date_to_rhs_date"/>
<literalExpression>
<text>@"2021-01-01" + @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_date_to_rhs_dateAndTime" id="_error_when_add_lhs_date_to_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_date_to_rhs_dateAndTime"/>
<literalExpression>
<text>@"2021-01-01" + @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_date_to_rhs_time" id="_error_when_add_lhs_date_to_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_date_to_rhs_time"/>
<literalExpression>
<text>@"2021-01-01" + @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_date_to_rhs_list" id="_error_when_add_lhs_date_to_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_date_to_rhs_list"/>
<literalExpression>
<text>@"2021-01-01" + [10]</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_date_to_rhs_context" id="_error_when_add_lhs_date_to_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_date_to_rhs_context"/>
<literalExpression>
<text>@"2021-01-01" + {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_date_to_rhs_range" id="_error_when_add_lhs_date_to_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_date_to_rhs_range"/>
<literalExpression>
<text>@"2021-01-01" + [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_date_to_rhs_function" id="_error_when_add_lhs_date_to_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_date_to_rhs_function"/>
<literalExpression>
<text>@"2021-01-01" + (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_date_to_rhs_null" id="_error_when_add_lhs_date_to_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_date_to_rhs_null"/>
<literalExpression>
<text>@"2021-01-01" + null</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_dateAndTime_to_rhs_number" id="_error_when_add_lhs_dateAndTime_to_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_dateAndTime_to_rhs_number"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" + 10</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_dateAndTime_to_rhs_string" id="_error_when_add_lhs_dateAndTime_to_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_dateAndTime_to_rhs_string"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" + "10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_dateAndTime_to_rhs_boolean" id="_error_when_add_lhs_dateAndTime_to_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_dateAndTime_to_rhs_boolean"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" + true</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_dateAndTime_to_rhs_date" id="_error_when_add_lhs_dateAndTime_to_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_dateAndTime_to_rhs_date"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" + @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_dateAndTime_to_rhs_dateAndTime" id="_error_when_add_lhs_dateAndTime_to_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_dateAndTime_to_rhs_dateAndTime"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" + @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_dateAndTime_to_rhs_time" id="_error_when_add_lhs_dateAndTime_to_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_dateAndTime_to_rhs_time"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" + @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_dateAndTime_to_rhs_list" id="_error_when_add_lhs_dateAndTime_to_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_dateAndTime_to_rhs_list"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" + [10]</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_dateAndTime_to_rhs_context" id="_error_when_add_lhs_dateAndTime_to_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_dateAndTime_to_rhs_context"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" + {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_dateAndTime_to_rhs_range" id="_error_when_add_lhs_dateAndTime_to_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_dateAndTime_to_rhs_range"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" + [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_dateAndTime_to_rhs_function" id="_error_when_add_lhs_dateAndTime_to_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_dateAndTime_to_rhs_function"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" + (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_dateAndTime_to_rhs_null" id="_error_when_add_lhs_dateAndTime_to_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_dateAndTime_to_rhs_null"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" + null</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_time_to_rhs_number" id="_error_when_add_lhs_time_to_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_time_to_rhs_number"/>
<literalExpression>
<text>@"10:10:10" + 10</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_time_to_rhs_string" id="_error_when_add_lhs_time_to_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_time_to_rhs_string"/>
<literalExpression>
<text>@"10:10:10" + "10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_time_to_rhs_boolean" id="_error_when_add_lhs_time_to_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_time_to_rhs_boolean"/>
<literalExpression>
<text>@"10:10:10" + true</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_time_to_rhs_date" id="_error_when_add_lhs_time_to_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_time_to_rhs_date"/>
<literalExpression>
<text>@"10:10:10" + @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_time_to_rhs_dateAndTime" id="_error_when_add_lhs_time_to_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_time_to_rhs_dateAndTime"/>
<literalExpression>
<text>@"10:10:10" + @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_time_to_rhs_time" id="_error_when_add_lhs_time_to_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_time_to_rhs_time"/>
<literalExpression>
<text>@"10:10:10" + @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_time_to_rhs_list" id="_error_when_add_lhs_time_to_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_time_to_rhs_list"/>
<literalExpression>
<text>@"10:10:10" + [10]</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_time_to_rhs_context" id="_error_when_add_lhs_time_to_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_time_to_rhs_context"/>
<literalExpression>
<text>@"10:10:10" + {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_time_to_rhs_ymDuration" id="_error_when_add_lhs_time_to_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_time_to_rhs_ymDuration"/>
<literalExpression>
<text>@"10:10:10" + @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_time_to_rhs_range" id="_error_when_add_lhs_time_to_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_time_to_rhs_range"/>
<literalExpression>
<text>@"10:10:10" + [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_time_to_rhs_function" id="_error_when_add_lhs_time_to_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_time_to_rhs_function"/>
<literalExpression>
<text>@"10:10:10" + (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_time_to_rhs_null" id="_error_when_add_lhs_time_to_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_time_to_rhs_null"/>
<literalExpression>
<text>@"10:10:10" + null</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_list_to_rhs_number" id="_error_when_add_lhs_list_to_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_list_to_rhs_number"/>
<literalExpression>
<text>[10] + 10</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_list_to_rhs_string" id="_error_when_add_lhs_list_to_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_list_to_rhs_string"/>
<literalExpression>
<text>[10] + "10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_list_to_rhs_boolean" id="_error_when_add_lhs_list_to_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_list_to_rhs_boolean"/>
<literalExpression>
<text>[10] + true</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_list_to_rhs_date" id="_error_when_add_lhs_list_to_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_list_to_rhs_date"/>
<literalExpression>
<text>[10] + @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_list_to_rhs_dateAndTime" id="_error_when_add_lhs_list_to_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_list_to_rhs_dateAndTime"/>
<literalExpression>
<text>[10] + @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_list_to_rhs_time" id="_error_when_add_lhs_list_to_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_list_to_rhs_time"/>
<literalExpression>
<text>[10] + @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_list_to_rhs_list" id="_error_when_add_lhs_list_to_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_list_to_rhs_list"/>
<literalExpression>
<text>[10] + [10]</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_list_to_rhs_context" id="_error_when_add_lhs_list_to_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_list_to_rhs_context"/>
<literalExpression>
<text>[10] + {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_list_to_rhs_dtDuration" id="_error_when_add_lhs_list_to_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_list_to_rhs_dtDuration"/>
<literalExpression>
<text>[10] + @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_list_to_rhs_ymDuration" id="_error_when_add_lhs_list_to_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_list_to_rhs_ymDuration"/>
<literalExpression>
<text>[10] + @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_list_to_rhs_range" id="_error_when_add_lhs_list_to_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_list_to_rhs_range"/>
<literalExpression>
<text>[10] + [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_list_to_rhs_function" id="_error_when_add_lhs_list_to_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_list_to_rhs_function"/>
<literalExpression>
<text>[10] + (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_list_to_rhs_null" id="_error_when_add_lhs_list_to_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_list_to_rhs_null"/>
<literalExpression>
<text>[10] + null</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_context_to_rhs_number" id="_error_when_add_lhs_context_to_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_context_to_rhs_number"/>
<literalExpression>
<text>{a: 10} + 10</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_context_to_rhs_string" id="_error_when_add_lhs_context_to_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_context_to_rhs_string"/>
<literalExpression>
<text>{a: 10} + "10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_context_to_rhs_boolean" id="_error_when_add_lhs_context_to_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_context_to_rhs_boolean"/>
<literalExpression>
<text>{a: 10} + true</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_context_to_rhs_date" id="_error_when_add_lhs_context_to_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_context_to_rhs_date"/>
<literalExpression>
<text>{a: 10} + @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_context_to_rhs_dateAndTime" id="_error_when_add_lhs_context_to_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_context_to_rhs_dateAndTime"/>
<literalExpression>
<text>{a: 10} + @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_context_to_rhs_time" id="_error_when_add_lhs_context_to_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_context_to_rhs_time"/>
<literalExpression>
<text>{a: 10} + @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_context_to_rhs_list" id="_error_when_add_lhs_context_to_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_context_to_rhs_list"/>
<literalExpression>
<text>{a: 10} + [10]</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_context_to_rhs_context" id="_error_when_add_lhs_context_to_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_context_to_rhs_context"/>
<literalExpression>
<text>{a: 10} + {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_context_to_rhs_dtDuration" id="_error_when_add_lhs_context_to_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_context_to_rhs_dtDuration"/>
<literalExpression>
<text>{a: 10} + @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_context_to_rhs_ymDuration" id="_error_when_add_lhs_context_to_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_context_to_rhs_ymDuration"/>
<literalExpression>
<text>{a: 10} + @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_context_to_rhs_range" id="_error_when_add_lhs_context_to_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_context_to_rhs_range"/>
<literalExpression>
<text>{a: 10} + [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_context_to_rhs_function" id="_error_when_add_lhs_context_to_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_context_to_rhs_function"/>
<literalExpression>
<text>{a: 10} + (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_context_to_rhs_null" id="_error_when_add_lhs_context_to_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_context_to_rhs_null"/>
<literalExpression>
<text>{a: 10} + null</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_dtDuration_to_rhs_number" id="_error_when_add_lhs_dtDuration_to_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_dtDuration_to_rhs_number"/>
<literalExpression>
<text>@"P1D" + 10</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_dtDuration_to_rhs_string" id="_error_when_add_lhs_dtDuration_to_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_dtDuration_to_rhs_string"/>
<literalExpression>
<text>@"P1D" + "10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_dtDuration_to_rhs_boolean" id="_error_when_add_lhs_dtDuration_to_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_dtDuration_to_rhs_boolean"/>
<literalExpression>
<text>@"P1D" + true</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_dtDuration_to_rhs_list" id="_error_when_add_lhs_dtDuration_to_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_dtDuration_to_rhs_list"/>
<literalExpression>
<text>@"P1D" + [10]</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_dtDuration_to_rhs_context" id="_error_when_add_lhs_dtDuration_to_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_dtDuration_to_rhs_context"/>
<literalExpression>
<text>@"P1D" + {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_dtDuration_to_rhs_ymDuration" id="_error_when_add_lhs_dtDuration_to_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_dtDuration_to_rhs_ymDuration"/>
<literalExpression>
<text>@"P1D" + @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_dtDuration_to_rhs_range" id="_error_when_add_lhs_dtDuration_to_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_dtDuration_to_rhs_range"/>
<literalExpression>
<text>@"P1D" + [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_dtDuration_to_rhs_function" id="_error_when_add_lhs_dtDuration_to_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_dtDuration_to_rhs_function"/>
<literalExpression>
<text>@"P1D" + (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_dtDuration_to_rhs_null" id="_error_when_add_lhs_dtDuration_to_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_dtDuration_to_rhs_null"/>
<literalExpression>
<text>@"P1D" + null</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_ymDuration_to_rhs_number" id="_error_when_add_lhs_ymDuration_to_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_ymDuration_to_rhs_number"/>
<literalExpression>
<text>@"P1Y" + 10</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_ymDuration_to_rhs_string" id="_error_when_add_lhs_ymDuration_to_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_ymDuration_to_rhs_string"/>
<literalExpression>
<text>@"P1Y" + "10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_ymDuration_to_rhs_boolean" id="_error_when_add_lhs_ymDuration_to_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_ymDuration_to_rhs_boolean"/>
<literalExpression>
<text>@"P1Y" + true</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_ymDuration_to_rhs_time" id="_error_when_add_lhs_ymDuration_to_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_ymDuration_to_rhs_time"/>
<literalExpression>
<text>@"P1Y" + @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_ymDuration_to_rhs_list" id="_error_when_add_lhs_ymDuration_to_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_ymDuration_to_rhs_list"/>
<literalExpression>
<text>@"P1Y" + [10]</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_ymDuration_to_rhs_context" id="_error_when_add_lhs_ymDuration_to_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_ymDuration_to_rhs_context"/>
<literalExpression>
<text>@"P1Y" + {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_ymDuration_to_rhs_dtDuration" id="_error_when_add_lhs_ymDuration_to_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_ymDuration_to_rhs_dtDuration"/>
<literalExpression>
<text>@"P1Y" + @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_ymDuration_to_rhs_range" id="_error_when_add_lhs_ymDuration_to_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_ymDuration_to_rhs_range"/>
<literalExpression>
<text>@"P1Y" + [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_ymDuration_to_rhs_function" id="_error_when_add_lhs_ymDuration_to_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_ymDuration_to_rhs_function"/>
<literalExpression>
<text>@"P1Y" + (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_ymDuration_to_rhs_null" id="_error_when_add_lhs_ymDuration_to_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_ymDuration_to_rhs_null"/>
<literalExpression>
<text>@"P1Y" + null</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_range_to_rhs_number" id="_error_when_add_lhs_range_to_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_range_to_rhs_number"/>
<literalExpression>
<text>[1..10] + 10</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_range_to_rhs_string" id="_error_when_add_lhs_range_to_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_range_to_rhs_string"/>
<literalExpression>
<text>[1..10] + "10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_range_to_rhs_boolean" id="_error_when_add_lhs_range_to_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_range_to_rhs_boolean"/>
<literalExpression>
<text>[1..10] + true</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_range_to_rhs_date" id="_error_when_add_lhs_range_to_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_range_to_rhs_date"/>
<literalExpression>
<text>[1..10] + @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_range_to_rhs_dateAndTime" id="_error_when_add_lhs_range_to_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_range_to_rhs_dateAndTime"/>
<literalExpression>
<text>[1..10] + @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_range_to_rhs_time" id="_error_when_add_lhs_range_to_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_range_to_rhs_time"/>
<literalExpression>
<text>[1..10] + @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_range_to_rhs_list" id="_error_when_add_lhs_range_to_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_range_to_rhs_list"/>
<literalExpression>
<text>[1..10] + [10]</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_range_to_rhs_context" id="_error_when_add_lhs_range_to_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_range_to_rhs_context"/>
<literalExpression>
<text>[1..10] + {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_range_to_rhs_dtDuration" id="_error_when_add_lhs_range_to_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_range_to_rhs_dtDuration"/>
<literalExpression>
<text>[1..10] + @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_range_to_rhs_ymDuration" id="_error_when_add_lhs_range_to_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_range_to_rhs_ymDuration"/>
<literalExpression>
<text>[1..10] + @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_range_to_rhs_range" id="_error_when_add_lhs_range_to_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_range_to_rhs_range"/>
<literalExpression>
<text>[1..10] + [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_range_to_rhs_function" id="_error_when_add_lhs_range_to_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_range_to_rhs_function"/>
<literalExpression>
<text>[1..10] + (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_range_to_rhs_null" id="_error_when_add_lhs_range_to_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_range_to_rhs_null"/>
<literalExpression>
<text>[1..10] + null</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_function_to_rhs_number" id="_error_when_add_lhs_function_to_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_function_to_rhs_number"/>
<literalExpression>
<text>(function(a) a) + 10</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_function_to_rhs_string" id="_error_when_add_lhs_function_to_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_function_to_rhs_string"/>
<literalExpression>
<text>(function(a) a) + "10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_function_to_rhs_boolean" id="_error_when_add_lhs_function_to_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_function_to_rhs_boolean"/>
<literalExpression>
<text>(function(a) a) + true</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_function_to_rhs_date" id="_error_when_add_lhs_function_to_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_function_to_rhs_date"/>
<literalExpression>
<text>(function(a) a) + @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_function_to_rhs_dateAndTime" id="_error_when_add_lhs_function_to_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_function_to_rhs_dateAndTime"/>
<literalExpression>
<text>(function(a) a) + @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_function_to_rhs_time" id="_error_when_add_lhs_function_to_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_function_to_rhs_time"/>
<literalExpression>
<text>(function(a) a) + @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_function_to_rhs_list" id="_error_when_add_lhs_function_to_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_function_to_rhs_list"/>
<literalExpression>
<text>(function(a) a) + [10]</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_function_to_rhs_context" id="_error_when_add_lhs_function_to_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_function_to_rhs_context"/>
<literalExpression>
<text>(function(a) a) + {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_function_to_rhs_dtDuration" id="_error_when_add_lhs_function_to_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_function_to_rhs_dtDuration"/>
<literalExpression>
<text>(function(a) a) + @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_function_to_rhs_ymDuration" id="_error_when_add_lhs_function_to_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_function_to_rhs_ymDuration"/>
<literalExpression>
<text>(function(a) a) + @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_function_to_rhs_range" id="_error_when_add_lhs_function_to_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_function_to_rhs_range"/>
<literalExpression>
<text>(function(a) a) + [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_function_to_rhs_function" id="_error_when_add_lhs_function_to_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_function_to_rhs_function"/>
<literalExpression>
<text>(function(a) a) + (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_function_to_rhs_null" id="_error_when_add_lhs_function_to_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_function_to_rhs_null"/>
<literalExpression>
<text>(function(a) a) + null</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_null_to_rhs_number" id="_error_when_add_lhs_null_to_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_null_to_rhs_number"/>
<literalExpression>
<text>null + 10</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_null_to_rhs_string" id="_error_when_add_lhs_null_to_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_null_to_rhs_string"/>
<literalExpression>
<text>null + "10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_null_to_rhs_boolean" id="_error_when_add_lhs_null_to_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_null_to_rhs_boolean"/>
<literalExpression>
<text>null + true</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_null_to_rhs_date" id="_error_when_add_lhs_null_to_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_null_to_rhs_date"/>
<literalExpression>
<text>null + @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_null_to_rhs_dateAndTime" id="_error_when_add_lhs_null_to_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_null_to_rhs_dateAndTime"/>
<literalExpression>
<text>null + @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_null_to_rhs_time" id="_error_when_add_lhs_null_to_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_null_to_rhs_time"/>
<literalExpression>
<text>null + @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_null_to_rhs_list" id="_error_when_add_lhs_null_to_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_null_to_rhs_list"/>
<literalExpression>
<text>null + [10]</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_null_to_rhs_context" id="_error_when_add_lhs_null_to_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_null_to_rhs_context"/>
<literalExpression>
<text>null + {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_null_to_rhs_dtDuration" id="_error_when_add_lhs_null_to_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_null_to_rhs_dtDuration"/>
<literalExpression>
<text>null + @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_null_to_rhs_ymDuration" id="_error_when_add_lhs_null_to_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_null_to_rhs_ymDuration"/>
<literalExpression>
<text>null + @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_null_to_rhs_range" id="_error_when_add_lhs_null_to_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_null_to_rhs_range"/>
<literalExpression>
<text>null + [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_null_to_rhs_function" id="_error_when_add_lhs_null_to_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_null_to_rhs_function"/>
<literalExpression>
<text>null + (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_add_lhs_null_to_rhs_null" id="_error_when_add_lhs_null_to_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_add_lhs_null_to_rhs_null"/>
<literalExpression>
<text>null + null</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_number_minus_rhs_string" id="_error_when_subtract_lhs_number_minus_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_number_minus_rhs_string"/>
<literalExpression>
<text>10 - "10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_number_minus_rhs_boolean" id="_error_when_subtract_lhs_number_minus_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_number_minus_rhs_boolean"/>
<literalExpression>
<text>10 - true</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_number_minus_rhs_date" id="_error_when_subtract_lhs_number_minus_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_number_minus_rhs_date"/>
<literalExpression>
<text>10 - @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_number_minus_rhs_dateAndTime" id="_error_when_subtract_lhs_number_minus_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_number_minus_rhs_dateAndTime"/>
<literalExpression>
<text>10 - @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_number_minus_rhs_time" id="_error_when_subtract_lhs_number_minus_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_number_minus_rhs_time"/>
<literalExpression>
<text>10 - @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_number_minus_rhs_list" id="_error_when_subtract_lhs_number_minus_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_number_minus_rhs_list"/>
<literalExpression>
<text>10 - [10]</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_number_minus_rhs_context" id="_error_when_subtract_lhs_number_minus_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_number_minus_rhs_context"/>
<literalExpression>
<text>10 - {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_number_minus_rhs_dtDuration" id="_error_when_subtract_lhs_number_minus_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_number_minus_rhs_dtDuration"/>
<literalExpression>
<text>10 - @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_number_minus_rhs_ymDuration" id="_error_when_subtract_lhs_number_minus_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_number_minus_rhs_ymDuration"/>
<literalExpression>
<text>10 - @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_number_minus_rhs_range" id="_error_when_subtract_lhs_number_minus_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_number_minus_rhs_range"/>
<literalExpression>
<text>10 - [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_number_minus_rhs_function" id="_error_when_subtract_lhs_number_minus_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_number_minus_rhs_function"/>
<literalExpression>
<text>10 - (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_number_minus_rhs_null" id="_error_when_subtract_lhs_number_minus_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_number_minus_rhs_null"/>
<literalExpression>
<text>10 - null</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_string_minus_rhs_number" id="_error_when_subtract_lhs_string_minus_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_string_minus_rhs_number"/>
<literalExpression>
<text>"10" - 10</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_string_minus_rhs_string" id="_error_when_subtract_lhs_string_minus_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_string_minus_rhs_string"/>
<literalExpression>
<text>"10" - "10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_string_minus_rhs_boolean" id="_error_when_subtract_lhs_string_minus_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_string_minus_rhs_boolean"/>
<literalExpression>
<text>"10" - true</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_string_minus_rhs_date" id="_error_when_subtract_lhs_string_minus_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_string_minus_rhs_date"/>
<literalExpression>
<text>"10" - @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_string_minus_rhs_dateAndTime" id="_error_when_subtract_lhs_string_minus_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_string_minus_rhs_dateAndTime"/>
<literalExpression>
<text>"10" - @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_string_minus_rhs_time" id="_error_when_subtract_lhs_string_minus_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_string_minus_rhs_time"/>
<literalExpression>
<text>"10" - @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_string_minus_rhs_list" id="_error_when_subtract_lhs_string_minus_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_string_minus_rhs_list"/>
<literalExpression>
<text>"10" - [10]</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_string_minus_rhs_context" id="_error_when_subtract_lhs_string_minus_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_string_minus_rhs_context"/>
<literalExpression>
<text>"10" - {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_string_minus_rhs_dtDuration" id="_error_when_subtract_lhs_string_minus_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_string_minus_rhs_dtDuration"/>
<literalExpression>
<text>"10" - @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_string_minus_rhs_ymDuration" id="_error_when_subtract_lhs_string_minus_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_string_minus_rhs_ymDuration"/>
<literalExpression>
<text>"10" - @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_string_minus_rhs_range" id="_error_when_subtract_lhs_string_minus_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_string_minus_rhs_range"/>
<literalExpression>
<text>"10" - [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_string_minus_rhs_function" id="_error_when_subtract_lhs_string_minus_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_string_minus_rhs_function"/>
<literalExpression>
<text>"10" - (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_string_minus_rhs_null" id="_error_when_subtract_lhs_string_minus_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_string_minus_rhs_null"/>
<literalExpression>
<text>"10" - null</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_boolean_minus_rhs_number" id="_error_when_subtract_lhs_boolean_minus_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_boolean_minus_rhs_number"/>
<literalExpression>
<text>true - 10</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_boolean_minus_rhs_string" id="_error_when_subtract_lhs_boolean_minus_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_boolean_minus_rhs_string"/>
<literalExpression>
<text>true - "10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_boolean_minus_rhs_boolean" id="_error_when_subtract_lhs_boolean_minus_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_boolean_minus_rhs_boolean"/>
<literalExpression>
<text>true - true</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_boolean_minus_rhs_date" id="_error_when_subtract_lhs_boolean_minus_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_boolean_minus_rhs_date"/>
<literalExpression>
<text>true - @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_boolean_minus_rhs_dateAndTime" id="_error_when_subtract_lhs_boolean_minus_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_boolean_minus_rhs_dateAndTime"/>
<literalExpression>
<text>true - @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_boolean_minus_rhs_time" id="_error_when_subtract_lhs_boolean_minus_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_boolean_minus_rhs_time"/>
<literalExpression>
<text>true - @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_boolean_minus_rhs_list" id="_error_when_subtract_lhs_boolean_minus_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_boolean_minus_rhs_list"/>
<literalExpression>
<text>true - [10]</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_boolean_minus_rhs_context" id="_error_when_subtract_lhs_boolean_minus_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_boolean_minus_rhs_context"/>
<literalExpression>
<text>true - {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_boolean_minus_rhs_dtDuration" id="_error_when_subtract_lhs_boolean_minus_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_boolean_minus_rhs_dtDuration"/>
<literalExpression>
<text>true - @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_boolean_minus_rhs_ymDuration" id="_error_when_subtract_lhs_boolean_minus_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_boolean_minus_rhs_ymDuration"/>
<literalExpression>
<text>true - @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_boolean_minus_rhs_range" id="_error_when_subtract_lhs_boolean_minus_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_boolean_minus_rhs_range"/>
<literalExpression>
<text>true - [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_boolean_minus_rhs_function" id="_error_when_subtract_lhs_boolean_minus_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_boolean_minus_rhs_function"/>
<literalExpression>
<text>true - (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_boolean_minus_rhs_null" id="_error_when_subtract_lhs_boolean_minus_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_boolean_minus_rhs_null"/>
<literalExpression>
<text>true - null</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_date_minus_rhs_number" id="_error_when_subtract_lhs_date_minus_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_date_minus_rhs_number"/>
<literalExpression>
<text>@"2021-01-01" - 10</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_date_minus_rhs_string" id="_error_when_subtract_lhs_date_minus_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_date_minus_rhs_string"/>
<literalExpression>
<text>@"2021-01-01" - "10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_date_minus_rhs_boolean" id="_error_when_subtract_lhs_date_minus_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_date_minus_rhs_boolean"/>
<literalExpression>
<text>@"2021-01-01" - true</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_date_minus_rhs_time" id="_error_when_subtract_lhs_date_minus_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_date_minus_rhs_time"/>
<literalExpression>
<text>@"2021-01-01" - @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_date_minus_rhs_list" id="_error_when_subtract_lhs_date_minus_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_date_minus_rhs_list"/>
<literalExpression>
<text>@"2021-01-01" - [10]</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_date_minus_rhs_context" id="_error_when_subtract_lhs_date_minus_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_date_minus_rhs_context"/>
<literalExpression>
<text>@"2021-01-01" - {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_date_minus_rhs_range" id="_error_when_subtract_lhs_date_minus_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_date_minus_rhs_range"/>
<literalExpression>
<text>@"2021-01-01" - [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_date_minus_rhs_function" id="_error_when_subtract_lhs_date_minus_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_date_minus_rhs_function"/>
<literalExpression>
<text>@"2021-01-01" - (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_date_minus_rhs_null" id="_error_when_subtract_lhs_date_minus_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_date_minus_rhs_null"/>
<literalExpression>
<text>@"2021-01-01" - null</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_dateAndTime_minus_rhs_number" id="_error_when_subtract_lhs_dateAndTime_minus_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_dateAndTime_minus_rhs_number"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" - 10</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_dateAndTime_minus_rhs_string" id="_error_when_subtract_lhs_dateAndTime_minus_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_dateAndTime_minus_rhs_string"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" - "10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_dateAndTime_minus_rhs_boolean" id="_error_when_subtract_lhs_dateAndTime_minus_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_dateAndTime_minus_rhs_boolean"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" - true</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_dateAndTime_minus_rhs_time" id="_error_when_subtract_lhs_dateAndTime_minus_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_dateAndTime_minus_rhs_time"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" - @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_dateAndTime_minus_rhs_list" id="_error_when_subtract_lhs_dateAndTime_minus_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_dateAndTime_minus_rhs_list"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" - [10]</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_dateAndTime_minus_rhs_context" id="_error_when_subtract_lhs_dateAndTime_minus_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_dateAndTime_minus_rhs_context"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" - {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_dateAndTime_minus_rhs_range" id="_error_when_subtract_lhs_dateAndTime_minus_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_dateAndTime_minus_rhs_range"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" - [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_dateAndTime_minus_rhs_function" id="_error_when_subtract_lhs_dateAndTime_minus_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_dateAndTime_minus_rhs_function"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" - (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_dateAndTime_minus_rhs_null" id="_error_when_subtract_lhs_dateAndTime_minus_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_dateAndTime_minus_rhs_null"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" - null</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_time_minus_rhs_number" id="_error_when_subtract_lhs_time_minus_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_time_minus_rhs_number"/>
<literalExpression>
<text>@"10:10:10" - 10</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_time_minus_rhs_string" id="_error_when_subtract_lhs_time_minus_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_time_minus_rhs_string"/>
<literalExpression>
<text>@"10:10:10" - "10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_time_minus_rhs_boolean" id="_error_when_subtract_lhs_time_minus_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_time_minus_rhs_boolean"/>
<literalExpression>
<text>@"10:10:10" - true</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_time_minus_rhs_date" id="_error_when_subtract_lhs_time_minus_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_time_minus_rhs_date"/>
<literalExpression>
<text>@"10:10:10" - @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_time_minus_rhs_dateAndTime" id="_error_when_subtract_lhs_time_minus_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_time_minus_rhs_dateAndTime"/>
<literalExpression>
<text>@"10:10:10" - @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_time_minus_rhs_list" id="_error_when_subtract_lhs_time_minus_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_time_minus_rhs_list"/>
<literalExpression>
<text>@"10:10:10" - [10]</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_time_minus_rhs_context" id="_error_when_subtract_lhs_time_minus_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_time_minus_rhs_context"/>
<literalExpression>
<text>@"10:10:10" - {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_time_minus_rhs_ymDuration" id="_error_when_subtract_lhs_time_minus_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_time_minus_rhs_ymDuration"/>
<literalExpression>
<text>@"10:10:10" - @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_time_minus_rhs_range" id="_error_when_subtract_lhs_time_minus_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_time_minus_rhs_range"/>
<literalExpression>
<text>@"10:10:10" - [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_time_minus_rhs_function" id="_error_when_subtract_lhs_time_minus_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_time_minus_rhs_function"/>
<literalExpression>
<text>@"10:10:10" - (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_time_minus_rhs_null" id="_error_when_subtract_lhs_time_minus_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_time_minus_rhs_null"/>
<literalExpression>
<text>@"10:10:10" - null</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_list_minus_rhs_number" id="_error_when_subtract_lhs_list_minus_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_list_minus_rhs_number"/>
<literalExpression>
<text>[10] - 10</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_list_minus_rhs_string" id="_error_when_subtract_lhs_list_minus_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_list_minus_rhs_string"/>
<literalExpression>
<text>[10] - "10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_list_minus_rhs_boolean" id="_error_when_subtract_lhs_list_minus_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_list_minus_rhs_boolean"/>
<literalExpression>
<text>[10] - true</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_list_minus_rhs_date" id="_error_when_subtract_lhs_list_minus_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_list_minus_rhs_date"/>
<literalExpression>
<text>[10] - @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_list_minus_rhs_dateAndTime" id="_error_when_subtract_lhs_list_minus_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_list_minus_rhs_dateAndTime"/>
<literalExpression>
<text>[10] - @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_list_minus_rhs_time" id="_error_when_subtract_lhs_list_minus_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_list_minus_rhs_time"/>
<literalExpression>
<text>[10] - @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_list_minus_rhs_list" id="_error_when_subtract_lhs_list_minus_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_list_minus_rhs_list"/>
<literalExpression>
<text>[10] - [10]</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_list_minus_rhs_context" id="_error_when_subtract_lhs_list_minus_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_list_minus_rhs_context"/>
<literalExpression>
<text>[10] - {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_list_minus_rhs_dtDuration" id="_error_when_subtract_lhs_list_minus_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_list_minus_rhs_dtDuration"/>
<literalExpression>
<text>[10] - @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_list_minus_rhs_ymDuration" id="_error_when_subtract_lhs_list_minus_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_list_minus_rhs_ymDuration"/>
<literalExpression>
<text>[10] - @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_list_minus_rhs_range" id="_error_when_subtract_lhs_list_minus_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_list_minus_rhs_range"/>
<literalExpression>
<text>[10] - [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_list_minus_rhs_function" id="_error_when_subtract_lhs_list_minus_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_list_minus_rhs_function"/>
<literalExpression>
<text>[10] - (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_list_minus_rhs_null" id="_error_when_subtract_lhs_list_minus_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_list_minus_rhs_null"/>
<literalExpression>
<text>[10] - null</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_context_minus_rhs_number" id="_error_when_subtract_lhs_context_minus_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_context_minus_rhs_number"/>
<literalExpression>
<text>{a: 10} - 10</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_context_minus_rhs_string" id="_error_when_subtract_lhs_context_minus_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_context_minus_rhs_string"/>
<literalExpression>
<text>{a: 10} - "10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_context_minus_rhs_boolean" id="_error_when_subtract_lhs_context_minus_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_context_minus_rhs_boolean"/>
<literalExpression>
<text>{a: 10} - true</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_context_minus_rhs_date" id="_error_when_subtract_lhs_context_minus_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_context_minus_rhs_date"/>
<literalExpression>
<text>{a: 10} - @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_context_minus_rhs_dateAndTime" id="_error_when_subtract_lhs_context_minus_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_context_minus_rhs_dateAndTime"/>
<literalExpression>
<text>{a: 10} - @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_context_minus_rhs_time" id="_error_when_subtract_lhs_context_minus_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_context_minus_rhs_time"/>
<literalExpression>
<text>{a: 10} - @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_context_minus_rhs_list" id="_error_when_subtract_lhs_context_minus_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_context_minus_rhs_list"/>
<literalExpression>
<text>{a: 10} - [10]</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_context_minus_rhs_context" id="_error_when_subtract_lhs_context_minus_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_context_minus_rhs_context"/>
<literalExpression>
<text>{a: 10} - {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_context_minus_rhs_dtDuration" id="_error_when_subtract_lhs_context_minus_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_context_minus_rhs_dtDuration"/>
<literalExpression>
<text>{a: 10} - @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_context_minus_rhs_ymDuration" id="_error_when_subtract_lhs_context_minus_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_context_minus_rhs_ymDuration"/>
<literalExpression>
<text>{a: 10} - @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_context_minus_rhs_range" id="_error_when_subtract_lhs_context_minus_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_context_minus_rhs_range"/>
<literalExpression>
<text>{a: 10} - [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_context_minus_rhs_function" id="_error_when_subtract_lhs_context_minus_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_context_minus_rhs_function"/>
<literalExpression>
<text>{a: 10} - (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_context_minus_rhs_null" id="_error_when_subtract_lhs_context_minus_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_context_minus_rhs_null"/>
<literalExpression>
<text>{a: 10} - null</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_dtDuration_minus_rhs_number" id="_error_when_subtract_lhs_dtDuration_minus_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_dtDuration_minus_rhs_number"/>
<literalExpression>
<text>@"P1D" - 10</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_dtDuration_minus_rhs_string" id="_error_when_subtract_lhs_dtDuration_minus_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_dtDuration_minus_rhs_string"/>
<literalExpression>
<text>@"P1D" - "10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_dtDuration_minus_rhs_boolean" id="_error_when_subtract_lhs_dtDuration_minus_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_dtDuration_minus_rhs_boolean"/>
<literalExpression>
<text>@"P1D" - true</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_dtDuration_minus_rhs_date" id="_error_when_subtract_lhs_dtDuration_minus_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_dtDuration_minus_rhs_date"/>
<literalExpression>
<text>@"P1D" - @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_dtDuration_minus_rhs_dateAndTime" id="_error_when_subtract_lhs_dtDuration_minus_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_dtDuration_minus_rhs_dateAndTime"/>
<literalExpression>
<text>@"P1D" - @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_dtDuration_minus_rhs_time" id="_error_when_subtract_lhs_dtDuration_minus_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_dtDuration_minus_rhs_time"/>
<literalExpression>
<text>@"P1D" - @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_dtDuration_minus_rhs_list" id="_error_when_subtract_lhs_dtDuration_minus_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_dtDuration_minus_rhs_list"/>
<literalExpression>
<text>@"P1D" - [10]</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_dtDuration_minus_rhs_context" id="_error_when_subtract_lhs_dtDuration_minus_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_dtDuration_minus_rhs_context"/>
<literalExpression>
<text>@"P1D" - {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_dtDuration_minus_rhs_ymDuration" id="_error_when_subtract_lhs_dtDuration_minus_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_dtDuration_minus_rhs_ymDuration"/>
<literalExpression>
<text>@"P1D" - @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_dtDuration_minus_rhs_range" id="_error_when_subtract_lhs_dtDuration_minus_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_dtDuration_minus_rhs_range"/>
<literalExpression>
<text>@"P1D" - [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_dtDuration_minus_rhs_function" id="_error_when_subtract_lhs_dtDuration_minus_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_dtDuration_minus_rhs_function"/>
<literalExpression>
<text>@"P1D" - (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_dtDuration_minus_rhs_null" id="_error_when_subtract_lhs_dtDuration_minus_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_dtDuration_minus_rhs_null"/>
<literalExpression>
<text>@"P1D" - null</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_ymDuration_minus_rhs_number" id="_error_when_subtract_lhs_ymDuration_minus_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_ymDuration_minus_rhs_number"/>
<literalExpression>
<text>@"P1Y" - 10</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_ymDuration_minus_rhs_string" id="_error_when_subtract_lhs_ymDuration_minus_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_ymDuration_minus_rhs_string"/>
<literalExpression>
<text>@"P1Y" - "10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_ymDuration_minus_rhs_boolean" id="_error_when_subtract_lhs_ymDuration_minus_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_ymDuration_minus_rhs_boolean"/>
<literalExpression>
<text>@"P1Y" - true</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_ymDuration_minus_rhs_date" id="_error_when_subtract_lhs_ymDuration_minus_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_ymDuration_minus_rhs_date"/>
<literalExpression>
<text>@"P1Y" - @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_ymDuration_minus_rhs_dateAndTime" id="_error_when_subtract_lhs_ymDuration_minus_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_ymDuration_minus_rhs_dateAndTime"/>
<literalExpression>
<text>@"P1Y" - @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_ymDuration_minus_rhs_time" id="_error_when_subtract_lhs_ymDuration_minus_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_ymDuration_minus_rhs_time"/>
<literalExpression>
<text>@"P1Y" - @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_ymDuration_minus_rhs_list" id="_error_when_subtract_lhs_ymDuration_minus_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_ymDuration_minus_rhs_list"/>
<literalExpression>
<text>@"P1Y" - [10]</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_ymDuration_minus_rhs_context" id="_error_when_subtract_lhs_ymDuration_minus_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_ymDuration_minus_rhs_context"/>
<literalExpression>
<text>@"P1Y" - {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_ymDuration_minus_rhs_dtDuration" id="_error_when_subtract_lhs_ymDuration_minus_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_ymDuration_minus_rhs_dtDuration"/>
<literalExpression>
<text>@"P1Y" - @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_ymDuration_minus_rhs_range" id="_error_when_subtract_lhs_ymDuration_minus_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_ymDuration_minus_rhs_range"/>
<literalExpression>
<text>@"P1Y" - [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_ymDuration_minus_rhs_function" id="_error_when_subtract_lhs_ymDuration_minus_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_ymDuration_minus_rhs_function"/>
<literalExpression>
<text>@"P1Y" - (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_ymDuration_minus_rhs_null" id="_error_when_subtract_lhs_ymDuration_minus_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_ymDuration_minus_rhs_null"/>
<literalExpression>
<text>@"P1Y" - null</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_range_minus_rhs_number" id="_error_when_subtract_lhs_range_minus_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_range_minus_rhs_number"/>
<literalExpression>
<text>[1..10] - 10</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_range_minus_rhs_string" id="_error_when_subtract_lhs_range_minus_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_range_minus_rhs_string"/>
<literalExpression>
<text>[1..10] - "10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_range_minus_rhs_boolean" id="_error_when_subtract_lhs_range_minus_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_range_minus_rhs_boolean"/>
<literalExpression>
<text>[1..10] - true</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_range_minus_rhs_date" id="_error_when_subtract_lhs_range_minus_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_range_minus_rhs_date"/>
<literalExpression>
<text>[1..10] - @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_range_minus_rhs_dateAndTime" id="_error_when_subtract_lhs_range_minus_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_range_minus_rhs_dateAndTime"/>
<literalExpression>
<text>[1..10] - @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_range_minus_rhs_time" id="_error_when_subtract_lhs_range_minus_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_range_minus_rhs_time"/>
<literalExpression>
<text>[1..10] - @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_range_minus_rhs_list" id="_error_when_subtract_lhs_range_minus_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_range_minus_rhs_list"/>
<literalExpression>
<text>[1..10] - [10]</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_range_minus_rhs_context" id="_error_when_subtract_lhs_range_minus_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_range_minus_rhs_context"/>
<literalExpression>
<text>[1..10] - {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_range_minus_rhs_dtDuration" id="_error_when_subtract_lhs_range_minus_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_range_minus_rhs_dtDuration"/>
<literalExpression>
<text>[1..10] - @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_range_minus_rhs_ymDuration" id="_error_when_subtract_lhs_range_minus_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_range_minus_rhs_ymDuration"/>
<literalExpression>
<text>[1..10] - @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_range_minus_rhs_range" id="_error_when_subtract_lhs_range_minus_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_range_minus_rhs_range"/>
<literalExpression>
<text>[1..10] - [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_range_minus_rhs_function" id="_error_when_subtract_lhs_range_minus_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_range_minus_rhs_function"/>
<literalExpression>
<text>[1..10] - (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_range_minus_rhs_null" id="_error_when_subtract_lhs_range_minus_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_range_minus_rhs_null"/>
<literalExpression>
<text>[1..10] - null</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_function_minus_rhs_number" id="_error_when_subtract_lhs_function_minus_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_function_minus_rhs_number"/>
<literalExpression>
<text>(function(a) a) - 10</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_function_minus_rhs_string" id="_error_when_subtract_lhs_function_minus_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_function_minus_rhs_string"/>
<literalExpression>
<text>(function(a) a) - "10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_function_minus_rhs_boolean" id="_error_when_subtract_lhs_function_minus_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_function_minus_rhs_boolean"/>
<literalExpression>
<text>(function(a) a) - true</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_function_minus_rhs_date" id="_error_when_subtract_lhs_function_minus_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_function_minus_rhs_date"/>
<literalExpression>
<text>(function(a) a) - @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_function_minus_rhs_dateAndTime" id="_error_when_subtract_lhs_function_minus_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_function_minus_rhs_dateAndTime"/>
<literalExpression>
<text>(function(a) a) - @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_function_minus_rhs_time" id="_error_when_subtract_lhs_function_minus_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_function_minus_rhs_time"/>
<literalExpression>
<text>(function(a) a) - @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_function_minus_rhs_list" id="_error_when_subtract_lhs_function_minus_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_function_minus_rhs_list"/>
<literalExpression>
<text>(function(a) a) - [10]</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_function_minus_rhs_context" id="_error_when_subtract_lhs_function_minus_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_function_minus_rhs_context"/>
<literalExpression>
<text>(function(a) a) - {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_function_minus_rhs_dtDuration" id="_error_when_subtract_lhs_function_minus_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_function_minus_rhs_dtDuration"/>
<literalExpression>
<text>(function(a) a) - @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_function_minus_rhs_ymDuration" id="_error_when_subtract_lhs_function_minus_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_function_minus_rhs_ymDuration"/>
<literalExpression>
<text>(function(a) a) - @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_function_minus_rhs_range" id="_error_when_subtract_lhs_function_minus_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_function_minus_rhs_range"/>
<literalExpression>
<text>(function(a) a) - [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_function_minus_rhs_function" id="_error_when_subtract_lhs_function_minus_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_function_minus_rhs_function"/>
<literalExpression>
<text>(function(a) a) - (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_function_minus_rhs_null" id="_error_when_subtract_lhs_function_minus_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_function_minus_rhs_null"/>
<literalExpression>
<text>(function(a) a) - null</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_null_minus_rhs_number" id="_error_when_subtract_lhs_null_minus_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_null_minus_rhs_number"/>
<literalExpression>
<text>null - 10</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_null_minus_rhs_string" id="_error_when_subtract_lhs_null_minus_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_null_minus_rhs_string"/>
<literalExpression>
<text>null - "10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_null_minus_rhs_boolean" id="_error_when_subtract_lhs_null_minus_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_null_minus_rhs_boolean"/>
<literalExpression>
<text>null - true</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_null_minus_rhs_date" id="_error_when_subtract_lhs_null_minus_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_null_minus_rhs_date"/>
<literalExpression>
<text>null - @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_null_minus_rhs_dateAndTime" id="_error_when_subtract_lhs_null_minus_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_null_minus_rhs_dateAndTime"/>
<literalExpression>
<text>null - @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_null_minus_rhs_time" id="_error_when_subtract_lhs_null_minus_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_null_minus_rhs_time"/>
<literalExpression>
<text>null - @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_null_minus_rhs_list" id="_error_when_subtract_lhs_null_minus_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_null_minus_rhs_list"/>
<literalExpression>
<text>null - [10]</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_null_minus_rhs_context" id="_error_when_subtract_lhs_null_minus_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_null_minus_rhs_context"/>
<literalExpression>
<text>null - {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_null_minus_rhs_dtDuration" id="_error_when_subtract_lhs_null_minus_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_null_minus_rhs_dtDuration"/>
<literalExpression>
<text>null - @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_null_minus_rhs_ymDuration" id="_error_when_subtract_lhs_null_minus_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_null_minus_rhs_ymDuration"/>
<literalExpression>
<text>null - @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_null_minus_rhs_range" id="_error_when_subtract_lhs_null_minus_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_null_minus_rhs_range"/>
<literalExpression>
<text>null - [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_null_minus_rhs_function" id="_error_when_subtract_lhs_null_minus_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_null_minus_rhs_function"/>
<literalExpression>
<text>null - (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_subtract_lhs_null_minus_rhs_null" id="_error_when_subtract_lhs_null_minus_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_subtract_lhs_null_minus_rhs_null"/>
<literalExpression>
<text>null - null</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_number_exp_rhs_string" id="_error_when_exponent_lhs_number_exp_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_number_exp_rhs_string"/>
<literalExpression>
<text>10 ** "10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_number_exp_rhs_boolean" id="_error_when_exponent_lhs_number_exp_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_number_exp_rhs_boolean"/>
<literalExpression>
<text>10 ** true</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_number_exp_rhs_date" id="_error_when_exponent_lhs_number_exp_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_number_exp_rhs_date"/>
<literalExpression>
<text>10 ** @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_number_exp_rhs_dateAndTime" id="_error_when_exponent_lhs_number_exp_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_number_exp_rhs_dateAndTime"/>
<literalExpression>
<text>10 ** @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_number_exp_rhs_time" id="_error_when_exponent_lhs_number_exp_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_number_exp_rhs_time"/>
<literalExpression>
<text>10 ** @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_number_exp_rhs_list" id="_error_when_exponent_lhs_number_exp_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_number_exp_rhs_list"/>
<literalExpression>
<text>10 ** [10]</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_number_exp_rhs_context" id="_error_when_exponent_lhs_number_exp_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_number_exp_rhs_context"/>
<literalExpression>
<text>10 ** {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_number_exp_rhs_dtDuration" id="_error_when_exponent_lhs_number_exp_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_number_exp_rhs_dtDuration"/>
<literalExpression>
<text>10 ** @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_number_exp_rhs_ymDuration" id="_error_when_exponent_lhs_number_exp_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_number_exp_rhs_ymDuration"/>
<literalExpression>
<text>10 ** @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_number_exp_rhs_range" id="_error_when_exponent_lhs_number_exp_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_number_exp_rhs_range"/>
<literalExpression>
<text>10 ** [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_number_exp_rhs_function" id="_error_when_exponent_lhs_number_exp_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_number_exp_rhs_function"/>
<literalExpression>
<text>10 ** (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_number_exp_rhs_null" id="_error_when_exponent_lhs_number_exp_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_number_exp_rhs_null"/>
<literalExpression>
<text>10 ** null</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_string_exp_rhs_number" id="_error_when_exponent_lhs_string_exp_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_string_exp_rhs_number"/>
<literalExpression>
<text>"10" ** 10</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_string_exp_rhs_string" id="_error_when_exponent_lhs_string_exp_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_string_exp_rhs_string"/>
<literalExpression>
<text>"10" ** "10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_string_exp_rhs_boolean" id="_error_when_exponent_lhs_string_exp_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_string_exp_rhs_boolean"/>
<literalExpression>
<text>"10" ** true</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_string_exp_rhs_date" id="_error_when_exponent_lhs_string_exp_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_string_exp_rhs_date"/>
<literalExpression>
<text>"10" ** @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_string_exp_rhs_dateAndTime" id="_error_when_exponent_lhs_string_exp_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_string_exp_rhs_dateAndTime"/>
<literalExpression>
<text>"10" ** @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_string_exp_rhs_time" id="_error_when_exponent_lhs_string_exp_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_string_exp_rhs_time"/>
<literalExpression>
<text>"10" ** @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_string_exp_rhs_list" id="_error_when_exponent_lhs_string_exp_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_string_exp_rhs_list"/>
<literalExpression>
<text>"10" ** [10]</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_string_exp_rhs_context" id="_error_when_exponent_lhs_string_exp_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_string_exp_rhs_context"/>
<literalExpression>
<text>"10" ** {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_string_exp_rhs_dtDuration" id="_error_when_exponent_lhs_string_exp_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_string_exp_rhs_dtDuration"/>
<literalExpression>
<text>"10" ** @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_string_exp_rhs_ymDuration" id="_error_when_exponent_lhs_string_exp_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_string_exp_rhs_ymDuration"/>
<literalExpression>
<text>"10" ** @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_string_exp_rhs_range" id="_error_when_exponent_lhs_string_exp_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_string_exp_rhs_range"/>
<literalExpression>
<text>"10" ** [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_string_exp_rhs_function" id="_error_when_exponent_lhs_string_exp_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_string_exp_rhs_function"/>
<literalExpression>
<text>"10" ** (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_string_exp_rhs_null" id="_error_when_exponent_lhs_string_exp_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_string_exp_rhs_null"/>
<literalExpression>
<text>"10" ** null</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_boolean_exp_rhs_number" id="_error_when_exponent_lhs_boolean_exp_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_boolean_exp_rhs_number"/>
<literalExpression>
<text>true ** 10</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_boolean_exp_rhs_string" id="_error_when_exponent_lhs_boolean_exp_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_boolean_exp_rhs_string"/>
<literalExpression>
<text>true ** "10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_boolean_exp_rhs_boolean" id="_error_when_exponent_lhs_boolean_exp_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_boolean_exp_rhs_boolean"/>
<literalExpression>
<text>true ** true</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_boolean_exp_rhs_date" id="_error_when_exponent_lhs_boolean_exp_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_boolean_exp_rhs_date"/>
<literalExpression>
<text>true ** @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_boolean_exp_rhs_dateAndTime" id="_error_when_exponent_lhs_boolean_exp_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_boolean_exp_rhs_dateAndTime"/>
<literalExpression>
<text>true ** @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_boolean_exp_rhs_time" id="_error_when_exponent_lhs_boolean_exp_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_boolean_exp_rhs_time"/>
<literalExpression>
<text>true ** @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_boolean_exp_rhs_list" id="_error_when_exponent_lhs_boolean_exp_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_boolean_exp_rhs_list"/>
<literalExpression>
<text>true ** [10]</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_boolean_exp_rhs_context" id="_error_when_exponent_lhs_boolean_exp_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_boolean_exp_rhs_context"/>
<literalExpression>
<text>true ** {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_boolean_exp_rhs_dtDuration" id="_error_when_exponent_lhs_boolean_exp_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_boolean_exp_rhs_dtDuration"/>
<literalExpression>
<text>true ** @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_boolean_exp_rhs_ymDuration" id="_error_when_exponent_lhs_boolean_exp_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_boolean_exp_rhs_ymDuration"/>
<literalExpression>
<text>true ** @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_boolean_exp_rhs_range" id="_error_when_exponent_lhs_boolean_exp_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_boolean_exp_rhs_range"/>
<literalExpression>
<text>true ** [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_boolean_exp_rhs_function" id="_error_when_exponent_lhs_boolean_exp_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_boolean_exp_rhs_function"/>
<literalExpression>
<text>true ** (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_boolean_exp_rhs_null" id="_error_when_exponent_lhs_boolean_exp_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_boolean_exp_rhs_null"/>
<literalExpression>
<text>true ** null</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_date_exp_rhs_number" id="_error_when_exponent_lhs_date_exp_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_date_exp_rhs_number"/>
<literalExpression>
<text>@"2021-01-01" ** 10</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_date_exp_rhs_string" id="_error_when_exponent_lhs_date_exp_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_date_exp_rhs_string"/>
<literalExpression>
<text>@"2021-01-01" ** "10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_date_exp_rhs_boolean" id="_error_when_exponent_lhs_date_exp_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_date_exp_rhs_boolean"/>
<literalExpression>
<text>@"2021-01-01" ** true</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_date_exp_rhs_date" id="_error_when_exponent_lhs_date_exp_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_date_exp_rhs_date"/>
<literalExpression>
<text>@"2021-01-01" ** @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_date_exp_rhs_dateAndTime" id="_error_when_exponent_lhs_date_exp_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_date_exp_rhs_dateAndTime"/>
<literalExpression>
<text>@"2021-01-01" ** @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_date_exp_rhs_time" id="_error_when_exponent_lhs_date_exp_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_date_exp_rhs_time"/>
<literalExpression>
<text>@"2021-01-01" ** @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_date_exp_rhs_list" id="_error_when_exponent_lhs_date_exp_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_date_exp_rhs_list"/>
<literalExpression>
<text>@"2021-01-01" ** [10]</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_date_exp_rhs_context" id="_error_when_exponent_lhs_date_exp_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_date_exp_rhs_context"/>
<literalExpression>
<text>@"2021-01-01" ** {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_date_exp_rhs_dtDuration" id="_error_when_exponent_lhs_date_exp_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_date_exp_rhs_dtDuration"/>
<literalExpression>
<text>@"2021-01-01" ** @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_date_exp_rhs_ymDuration" id="_error_when_exponent_lhs_date_exp_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_date_exp_rhs_ymDuration"/>
<literalExpression>
<text>@"2021-01-01" ** @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_date_exp_rhs_range" id="_error_when_exponent_lhs_date_exp_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_date_exp_rhs_range"/>
<literalExpression>
<text>@"2021-01-01" ** [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_date_exp_rhs_function" id="_error_when_exponent_lhs_date_exp_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_date_exp_rhs_function"/>
<literalExpression>
<text>@"2021-01-01" ** (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_date_exp_rhs_null" id="_error_when_exponent_lhs_date_exp_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_date_exp_rhs_null"/>
<literalExpression>
<text>@"2021-01-01" ** null</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_dateAndTime_exp_rhs_number" id="_error_when_exponent_lhs_dateAndTime_exp_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_dateAndTime_exp_rhs_number"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" ** 10</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_dateAndTime_exp_rhs_string" id="_error_when_exponent_lhs_dateAndTime_exp_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_dateAndTime_exp_rhs_string"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" ** "10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_dateAndTime_exp_rhs_boolean" id="_error_when_exponent_lhs_dateAndTime_exp_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_dateAndTime_exp_rhs_boolean"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" ** true</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_dateAndTime_exp_rhs_date" id="_error_when_exponent_lhs_dateAndTime_exp_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_dateAndTime_exp_rhs_date"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" ** @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_dateAndTime_exp_rhs_dateAndTime" id="_error_when_exponent_lhs_dateAndTime_exp_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_dateAndTime_exp_rhs_dateAndTime"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" ** @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_dateAndTime_exp_rhs_time" id="_error_when_exponent_lhs_dateAndTime_exp_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_dateAndTime_exp_rhs_time"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" ** @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_dateAndTime_exp_rhs_list" id="_error_when_exponent_lhs_dateAndTime_exp_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_dateAndTime_exp_rhs_list"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" ** [10]</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_dateAndTime_exp_rhs_context" id="_error_when_exponent_lhs_dateAndTime_exp_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_dateAndTime_exp_rhs_context"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" ** {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_dateAndTime_exp_rhs_dtDuration" id="_error_when_exponent_lhs_dateAndTime_exp_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_dateAndTime_exp_rhs_dtDuration"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" ** @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_dateAndTime_exp_rhs_ymDuration" id="_error_when_exponent_lhs_dateAndTime_exp_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_dateAndTime_exp_rhs_ymDuration"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" ** @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_dateAndTime_exp_rhs_range" id="_error_when_exponent_lhs_dateAndTime_exp_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_dateAndTime_exp_rhs_range"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" ** [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_dateAndTime_exp_rhs_function" id="_error_when_exponent_lhs_dateAndTime_exp_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_dateAndTime_exp_rhs_function"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" ** (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_dateAndTime_exp_rhs_null" id="_error_when_exponent_lhs_dateAndTime_exp_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_dateAndTime_exp_rhs_null"/>
<literalExpression>
<text>@"2021-01-01T10:10:10" ** null</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_time_exp_rhs_number" id="_error_when_exponent_lhs_time_exp_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_time_exp_rhs_number"/>
<literalExpression>
<text>@"10:10:10" ** 10</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_time_exp_rhs_string" id="_error_when_exponent_lhs_time_exp_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_time_exp_rhs_string"/>
<literalExpression>
<text>@"10:10:10" ** "10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_time_exp_rhs_boolean" id="_error_when_exponent_lhs_time_exp_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_time_exp_rhs_boolean"/>
<literalExpression>
<text>@"10:10:10" ** true</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_time_exp_rhs_date" id="_error_when_exponent_lhs_time_exp_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_time_exp_rhs_date"/>
<literalExpression>
<text>@"10:10:10" ** @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_time_exp_rhs_dateAndTime" id="_error_when_exponent_lhs_time_exp_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_time_exp_rhs_dateAndTime"/>
<literalExpression>
<text>@"10:10:10" ** @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_time_exp_rhs_time" id="_error_when_exponent_lhs_time_exp_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_time_exp_rhs_time"/>
<literalExpression>
<text>@"10:10:10" ** @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_time_exp_rhs_list" id="_error_when_exponent_lhs_time_exp_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_time_exp_rhs_list"/>
<literalExpression>
<text>@"10:10:10" ** [10]</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_time_exp_rhs_context" id="_error_when_exponent_lhs_time_exp_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_time_exp_rhs_context"/>
<literalExpression>
<text>@"10:10:10" ** {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_time_exp_rhs_dtDuration" id="_error_when_exponent_lhs_time_exp_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_time_exp_rhs_dtDuration"/>
<literalExpression>
<text>@"10:10:10" ** @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_time_exp_rhs_ymDuration" id="_error_when_exponent_lhs_time_exp_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_time_exp_rhs_ymDuration"/>
<literalExpression>
<text>@"10:10:10" ** @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_time_exp_rhs_range" id="_error_when_exponent_lhs_time_exp_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_time_exp_rhs_range"/>
<literalExpression>
<text>@"10:10:10" ** [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_time_exp_rhs_function" id="_error_when_exponent_lhs_time_exp_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_time_exp_rhs_function"/>
<literalExpression>
<text>@"10:10:10" ** (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_time_exp_rhs_null" id="_error_when_exponent_lhs_time_exp_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_time_exp_rhs_null"/>
<literalExpression>
<text>@"10:10:10" ** null</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_list_exp_rhs_number" id="_error_when_exponent_lhs_list_exp_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_list_exp_rhs_number"/>
<literalExpression>
<text>[10] ** 10</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_list_exp_rhs_string" id="_error_when_exponent_lhs_list_exp_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_list_exp_rhs_string"/>
<literalExpression>
<text>[10] ** "10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_list_exp_rhs_boolean" id="_error_when_exponent_lhs_list_exp_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_list_exp_rhs_boolean"/>
<literalExpression>
<text>[10] ** true</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_list_exp_rhs_date" id="_error_when_exponent_lhs_list_exp_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_list_exp_rhs_date"/>
<literalExpression>
<text>[10] ** @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_list_exp_rhs_dateAndTime" id="_error_when_exponent_lhs_list_exp_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_list_exp_rhs_dateAndTime"/>
<literalExpression>
<text>[10] ** @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_list_exp_rhs_time" id="_error_when_exponent_lhs_list_exp_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_list_exp_rhs_time"/>
<literalExpression>
<text>[10] ** @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_list_exp_rhs_list" id="_error_when_exponent_lhs_list_exp_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_list_exp_rhs_list"/>
<literalExpression>
<text>[10] ** [10]</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_list_exp_rhs_context" id="_error_when_exponent_lhs_list_exp_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_list_exp_rhs_context"/>
<literalExpression>
<text>[10] ** {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_list_exp_rhs_dtDuration" id="_error_when_exponent_lhs_list_exp_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_list_exp_rhs_dtDuration"/>
<literalExpression>
<text>[10] ** @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_list_exp_rhs_ymDuration" id="_error_when_exponent_lhs_list_exp_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_list_exp_rhs_ymDuration"/>
<literalExpression>
<text>[10] ** @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_list_exp_rhs_range" id="_error_when_exponent_lhs_list_exp_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_list_exp_rhs_range"/>
<literalExpression>
<text>[10] ** [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_list_exp_rhs_function" id="_error_when_exponent_lhs_list_exp_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_list_exp_rhs_function"/>
<literalExpression>
<text>[10] ** (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_list_exp_rhs_null" id="_error_when_exponent_lhs_list_exp_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_list_exp_rhs_null"/>
<literalExpression>
<text>[10] ** null</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_context_exp_rhs_number" id="_error_when_exponent_lhs_context_exp_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_context_exp_rhs_number"/>
<literalExpression>
<text>{a: 10} ** 10</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_context_exp_rhs_string" id="_error_when_exponent_lhs_context_exp_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_context_exp_rhs_string"/>
<literalExpression>
<text>{a: 10} ** "10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_context_exp_rhs_boolean" id="_error_when_exponent_lhs_context_exp_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_context_exp_rhs_boolean"/>
<literalExpression>
<text>{a: 10} ** true</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_context_exp_rhs_date" id="_error_when_exponent_lhs_context_exp_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_context_exp_rhs_date"/>
<literalExpression>
<text>{a: 10} ** @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_context_exp_rhs_dateAndTime" id="_error_when_exponent_lhs_context_exp_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_context_exp_rhs_dateAndTime"/>
<literalExpression>
<text>{a: 10} ** @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_context_exp_rhs_time" id="_error_when_exponent_lhs_context_exp_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_context_exp_rhs_time"/>
<literalExpression>
<text>{a: 10} ** @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_context_exp_rhs_list" id="_error_when_exponent_lhs_context_exp_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_context_exp_rhs_list"/>
<literalExpression>
<text>{a: 10} ** [10]</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_context_exp_rhs_context" id="_error_when_exponent_lhs_context_exp_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_context_exp_rhs_context"/>
<literalExpression>
<text>{a: 10} ** {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_context_exp_rhs_dtDuration" id="_error_when_exponent_lhs_context_exp_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_context_exp_rhs_dtDuration"/>
<literalExpression>
<text>{a: 10} ** @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_context_exp_rhs_ymDuration" id="_error_when_exponent_lhs_context_exp_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_context_exp_rhs_ymDuration"/>
<literalExpression>
<text>{a: 10} ** @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_context_exp_rhs_range" id="_error_when_exponent_lhs_context_exp_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_context_exp_rhs_range"/>
<literalExpression>
<text>{a: 10} ** [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_context_exp_rhs_function" id="_error_when_exponent_lhs_context_exp_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_context_exp_rhs_function"/>
<literalExpression>
<text>{a: 10} ** (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_context_exp_rhs_null" id="_error_when_exponent_lhs_context_exp_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_context_exp_rhs_null"/>
<literalExpression>
<text>{a: 10} ** null</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_dtDuration_exp_rhs_number" id="_error_when_exponent_lhs_dtDuration_exp_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_dtDuration_exp_rhs_number"/>
<literalExpression>
<text>@"P1D" ** 10</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_dtDuration_exp_rhs_string" id="_error_when_exponent_lhs_dtDuration_exp_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_dtDuration_exp_rhs_string"/>
<literalExpression>
<text>@"P1D" ** "10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_dtDuration_exp_rhs_boolean" id="_error_when_exponent_lhs_dtDuration_exp_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_dtDuration_exp_rhs_boolean"/>
<literalExpression>
<text>@"P1D" ** true</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_dtDuration_exp_rhs_date" id="_error_when_exponent_lhs_dtDuration_exp_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_dtDuration_exp_rhs_date"/>
<literalExpression>
<text>@"P1D" ** @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_dtDuration_exp_rhs_dateAndTime" id="_error_when_exponent_lhs_dtDuration_exp_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_dtDuration_exp_rhs_dateAndTime"/>
<literalExpression>
<text>@"P1D" ** @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_dtDuration_exp_rhs_time" id="_error_when_exponent_lhs_dtDuration_exp_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_dtDuration_exp_rhs_time"/>
<literalExpression>
<text>@"P1D" ** @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_dtDuration_exp_rhs_list" id="_error_when_exponent_lhs_dtDuration_exp_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_dtDuration_exp_rhs_list"/>
<literalExpression>
<text>@"P1D" ** [10]</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_dtDuration_exp_rhs_context" id="_error_when_exponent_lhs_dtDuration_exp_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_dtDuration_exp_rhs_context"/>
<literalExpression>
<text>@"P1D" ** {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_dtDuration_exp_rhs_dtDuration" id="_error_when_exponent_lhs_dtDuration_exp_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_dtDuration_exp_rhs_dtDuration"/>
<literalExpression>
<text>@"P1D" ** @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_dtDuration_exp_rhs_ymDuration" id="_error_when_exponent_lhs_dtDuration_exp_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_dtDuration_exp_rhs_ymDuration"/>
<literalExpression>
<text>@"P1D" ** @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_dtDuration_exp_rhs_range" id="_error_when_exponent_lhs_dtDuration_exp_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_dtDuration_exp_rhs_range"/>
<literalExpression>
<text>@"P1D" ** [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_dtDuration_exp_rhs_function" id="_error_when_exponent_lhs_dtDuration_exp_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_dtDuration_exp_rhs_function"/>
<literalExpression>
<text>@"P1D" ** (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_dtDuration_exp_rhs_null" id="_error_when_exponent_lhs_dtDuration_exp_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_dtDuration_exp_rhs_null"/>
<literalExpression>
<text>@"P1D" ** null</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_ymDuration_exp_rhs_number" id="_error_when_exponent_lhs_ymDuration_exp_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_ymDuration_exp_rhs_number"/>
<literalExpression>
<text>@"P1Y" ** 10</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_ymDuration_exp_rhs_string" id="_error_when_exponent_lhs_ymDuration_exp_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_ymDuration_exp_rhs_string"/>
<literalExpression>
<text>@"P1Y" ** "10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_ymDuration_exp_rhs_boolean" id="_error_when_exponent_lhs_ymDuration_exp_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_ymDuration_exp_rhs_boolean"/>
<literalExpression>
<text>@"P1Y" ** true</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_ymDuration_exp_rhs_date" id="_error_when_exponent_lhs_ymDuration_exp_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_ymDuration_exp_rhs_date"/>
<literalExpression>
<text>@"P1Y" ** @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_ymDuration_exp_rhs_dateAndTime" id="_error_when_exponent_lhs_ymDuration_exp_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_ymDuration_exp_rhs_dateAndTime"/>
<literalExpression>
<text>@"P1Y" ** @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_ymDuration_exp_rhs_time" id="_error_when_exponent_lhs_ymDuration_exp_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_ymDuration_exp_rhs_time"/>
<literalExpression>
<text>@"P1Y" ** @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_ymDuration_exp_rhs_list" id="_error_when_exponent_lhs_ymDuration_exp_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_ymDuration_exp_rhs_list"/>
<literalExpression>
<text>@"P1Y" ** [10]</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_ymDuration_exp_rhs_context" id="_error_when_exponent_lhs_ymDuration_exp_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_ymDuration_exp_rhs_context"/>
<literalExpression>
<text>@"P1Y" ** {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_ymDuration_exp_rhs_dtDuration" id="_error_when_exponent_lhs_ymDuration_exp_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_ymDuration_exp_rhs_dtDuration"/>
<literalExpression>
<text>@"P1Y" ** @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_ymDuration_exp_rhs_ymDuration" id="_error_when_exponent_lhs_ymDuration_exp_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_ymDuration_exp_rhs_ymDuration"/>
<literalExpression>
<text>@"P1Y" ** @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_ymDuration_exp_rhs_range" id="_error_when_exponent_lhs_ymDuration_exp_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_ymDuration_exp_rhs_range"/>
<literalExpression>
<text>@"P1Y" ** [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_ymDuration_exp_rhs_function" id="_error_when_exponent_lhs_ymDuration_exp_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_ymDuration_exp_rhs_function"/>
<literalExpression>
<text>@"P1Y" ** (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_ymDuration_exp_rhs_null" id="_error_when_exponent_lhs_ymDuration_exp_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_ymDuration_exp_rhs_null"/>
<literalExpression>
<text>@"P1Y" ** null</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_range_exp_rhs_number" id="_error_when_exponent_lhs_range_exp_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_range_exp_rhs_number"/>
<literalExpression>
<text>[1..10] ** 10</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_range_exp_rhs_string" id="_error_when_exponent_lhs_range_exp_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_range_exp_rhs_string"/>
<literalExpression>
<text>[1..10] ** "10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_range_exp_rhs_boolean" id="_error_when_exponent_lhs_range_exp_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_range_exp_rhs_boolean"/>
<literalExpression>
<text>[1..10] ** true</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_range_exp_rhs_date" id="_error_when_exponent_lhs_range_exp_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_range_exp_rhs_date"/>
<literalExpression>
<text>[1..10] ** @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_range_exp_rhs_dateAndTime" id="_error_when_exponent_lhs_range_exp_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_range_exp_rhs_dateAndTime"/>
<literalExpression>
<text>[1..10] ** @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_range_exp_rhs_time" id="_error_when_exponent_lhs_range_exp_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_range_exp_rhs_time"/>
<literalExpression>
<text>[1..10] ** @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_range_exp_rhs_list" id="_error_when_exponent_lhs_range_exp_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_range_exp_rhs_list"/>
<literalExpression>
<text>[1..10] ** [10]</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_range_exp_rhs_context" id="_error_when_exponent_lhs_range_exp_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_range_exp_rhs_context"/>
<literalExpression>
<text>[1..10] ** {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_range_exp_rhs_dtDuration" id="_error_when_exponent_lhs_range_exp_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_range_exp_rhs_dtDuration"/>
<literalExpression>
<text>[1..10] ** @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_range_exp_rhs_ymDuration" id="_error_when_exponent_lhs_range_exp_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_range_exp_rhs_ymDuration"/>
<literalExpression>
<text>[1..10] ** @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_range_exp_rhs_range" id="_error_when_exponent_lhs_range_exp_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_range_exp_rhs_range"/>
<literalExpression>
<text>[1..10] ** [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_range_exp_rhs_function" id="_error_when_exponent_lhs_range_exp_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_range_exp_rhs_function"/>
<literalExpression>
<text>[1..10] ** (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_range_exp_rhs_null" id="_error_when_exponent_lhs_range_exp_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_range_exp_rhs_null"/>
<literalExpression>
<text>[1..10] ** null</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_function_exp_rhs_number" id="_error_when_exponent_lhs_function_exp_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_function_exp_rhs_number"/>
<literalExpression>
<text>(function(a) a) ** 10</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_function_exp_rhs_string" id="_error_when_exponent_lhs_function_exp_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_function_exp_rhs_string"/>
<literalExpression>
<text>(function(a) a) ** "10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_function_exp_rhs_boolean" id="_error_when_exponent_lhs_function_exp_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_function_exp_rhs_boolean"/>
<literalExpression>
<text>(function(a) a) ** true</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_function_exp_rhs_date" id="_error_when_exponent_lhs_function_exp_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_function_exp_rhs_date"/>
<literalExpression>
<text>(function(a) a) ** @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_function_exp_rhs_dateAndTime" id="_error_when_exponent_lhs_function_exp_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_function_exp_rhs_dateAndTime"/>
<literalExpression>
<text>(function(a) a) ** @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_function_exp_rhs_time" id="_error_when_exponent_lhs_function_exp_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_function_exp_rhs_time"/>
<literalExpression>
<text>(function(a) a) ** @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_function_exp_rhs_list" id="_error_when_exponent_lhs_function_exp_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_function_exp_rhs_list"/>
<literalExpression>
<text>(function(a) a) ** [10]</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_function_exp_rhs_context" id="_error_when_exponent_lhs_function_exp_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_function_exp_rhs_context"/>
<literalExpression>
<text>(function(a) a) ** {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_function_exp_rhs_dtDuration" id="_error_when_exponent_lhs_function_exp_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_function_exp_rhs_dtDuration"/>
<literalExpression>
<text>(function(a) a) ** @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_function_exp_rhs_ymDuration" id="_error_when_exponent_lhs_function_exp_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_function_exp_rhs_ymDuration"/>
<literalExpression>
<text>(function(a) a) ** @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_function_exp_rhs_range" id="_error_when_exponent_lhs_function_exp_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_function_exp_rhs_range"/>
<literalExpression>
<text>(function(a) a) ** [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_function_exp_rhs_function" id="_error_when_exponent_lhs_function_exp_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_function_exp_rhs_function"/>
<literalExpression>
<text>(function(a) a) ** (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_function_exp_rhs_null" id="_error_when_exponent_lhs_function_exp_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_function_exp_rhs_null"/>
<literalExpression>
<text>(function(a) a) ** null</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_null_exp_rhs_number" id="_error_when_exponent_lhs_null_exp_rhs_number">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_null_exp_rhs_number"/>
<literalExpression>
<text>null ** 10</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_null_exp_rhs_string" id="_error_when_exponent_lhs_null_exp_rhs_string">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_null_exp_rhs_string"/>
<literalExpression>
<text>null ** "10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_null_exp_rhs_boolean" id="_error_when_exponent_lhs_null_exp_rhs_boolean">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_null_exp_rhs_boolean"/>
<literalExpression>
<text>null ** true</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_null_exp_rhs_date" id="_error_when_exponent_lhs_null_exp_rhs_date">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_null_exp_rhs_date"/>
<literalExpression>
<text>null ** @"2021-01-01"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_null_exp_rhs_dateAndTime" id="_error_when_exponent_lhs_null_exp_rhs_dateAndTime">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_null_exp_rhs_dateAndTime"/>
<literalExpression>
<text>null ** @"2021-01-01T10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_null_exp_rhs_time" id="_error_when_exponent_lhs_null_exp_rhs_time">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_null_exp_rhs_time"/>
<literalExpression>
<text>null ** @"10:10:10"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_null_exp_rhs_list" id="_error_when_exponent_lhs_null_exp_rhs_list">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_null_exp_rhs_list"/>
<literalExpression>
<text>null ** [10]</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_null_exp_rhs_context" id="_error_when_exponent_lhs_null_exp_rhs_context">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_null_exp_rhs_context"/>
<literalExpression>
<text>null ** {a: 10}</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_null_exp_rhs_dtDuration" id="_error_when_exponent_lhs_null_exp_rhs_dtDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_null_exp_rhs_dtDuration"/>
<literalExpression>
<text>null ** @"P1D"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_null_exp_rhs_ymDuration" id="_error_when_exponent_lhs_null_exp_rhs_ymDuration">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_null_exp_rhs_ymDuration"/>
<literalExpression>
<text>null ** @"P1Y"</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_null_exp_rhs_range" id="_error_when_exponent_lhs_null_exp_rhs_range">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_null_exp_rhs_range"/>
<literalExpression>
<text>null ** [1..10]</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_null_exp_rhs_function" id="_error_when_exponent_lhs_null_exp_rhs_function">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_null_exp_rhs_function"/>
<literalExpression>
<text>null ** (function(a) a)</text>
</literalExpression>
</decision>
<decision name="error_when_exponent_lhs_null_exp_rhs_null" id="_error_when_exponent_lhs_null_exp_rhs_null">
<description>invalid arithmetic combination</description>
<allowedAnswers>null (null)</allowedAnswers>
<variable name="error_when_exponent_lhs_null_exp_rhs_null"/>
<literalExpression>
<text>null ** null</text>
</literalExpression>
</decision>
</definitions>