<?xml version="1.0" ?>
<?xml-stylesheet type="text/xsl" href="http://www.econ.kuleuven.ac.be/prologa/tablestyle540.xsl"?>
<decisiontable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="tablescheme540.xsd">
<tableinfo>
<!-- required -->
  <title>Premiums</title>
  <tabletype>decision table</tabletype>
  <prologaversion>550</prologaversion>
  <author></author>
  <company></company>
  <description></description>
</tableinfo>

<metadata>
<!-- Only for export. Not used by Prologa -->
  <nr_conditions>2</nr_conditions>
  <nr_actions>2</nr_actions>
  <nr_rules>4</nr_rules>
  <nr_columns_expanded>6</nr_columns_expanded>
  <nr_columns_contracted>5</nr_columns_contracted>
  <!-- Fully contracted, allowing "or" -->
</metadata>

<conditionlist>
<!-- required -->
  <condition>
    <subject>
      <text>Person.Evaluation</text>
      <type>String</type>
      <nr_condstates>3</nr_condstates>
    </subject>
    <statelist>
      <state>
        <text>Bad</text>
      </state>
      <state>
        <text>Moderate</text>
      </state>
      <state>
        <text>Good</text>
      </state>
    </statelist>
  </condition>
  <condition>
    <subject>
      <text>Person.Age&lt;45</text>
      <type>Boolean</type>
      <nr_condstates>2</nr_condstates>
    </subject>
    <statelist>
      <state>
        <text>Y</text>
      </state>
      <state>
        <text>N</text>
      </state>
    </statelist>
  </condition>
</conditionlist>

<actionlist>
<!-- required -->
  <action>
    <text>SuperPremium</text>
    <type>String</type>
  </action>
  <action>
    <text>NormalPremium</text>
    <type>String</type>
  </action>
</actionlist>

<rulelist>
<!-- If deleted, fullrulelist can be used to rebuild the table -->
  <rule>_:#</rule>
  <rule>1:|1c</rule>
  <rule>2:(2b+1b)\.2</rule>
  <rule>2:2b*1c</rule>
</rulelist>

<fullrulelist>
<!-- Can be changed to rebuild the table, if rulelist is deleted -->
  <rule>None generally if always</rule>
  <rule>1 generally if only 1c</rule>
  <rule>2 generally if (2b or 1b) minus rule 2</rule>
  <rule>2 generally if 2b and 1c</rule>
</fullrulelist>

<gridchart>
<!-- Will be rebuilt if deleted -->
  <col>--//1</col>
  <col>c-+.2</col>
  <col>a-/.2</col>
  <col>b-/.2</col>
  <col>ab.+3</col>
  <col>bb.+3</col>
  <col>b-.+3</col>
  <col>cb./3</col>
  <col>cb.+4</col>
</gridchart>

<expandedtable>
<!-- Will be rebuilt if deleted -->
<!-- Last character is impossibility indicator -->
  <col>aa//.</col>
  <col>ab/+.</col>
  <col>ba/+.</col>
  <col>bb/+.</col>
  <col>ca+/.</col>
  <col>cb++.</col>
</expandedtable>

</decisiontable>

