<?xml version="1.0"?>
<config>
  <!-- no. of characters (i.e. variation sites) -->
  <characters>120</characters>
  <!-- growth rate (per year) -->
  <growth>0.03</growth>
  <!-- origin of initial text -->
  <origin>Italy</origin>
  <!-- ratio of current to lost books recovered (nc/nl) -->
  <ratio>1</ratio>
  <!-- seed for random number generator -->
  <seed>1</seed>
  <!-- max. number of states per character -->
  <states>8</states>
  <!-- trend: no trend if zero -->
  <trend>2</trend>
  <!-- probabilities -->
  <p>
    <!-- chance of correction (per year) -->
    <corr>0.05</corr>
    <!-- chance of editing (per character copied) -->
    <edit>0.5</edit>
    <!-- chance of import (per copy required) -->
    <import>0.1</import>
    <!-- chance of loss (per year) -->
    <loss>0.02</loss>
  </p>
  <!-- domain -->
  <domain>
    <place>
      <name>Italy</name>
      <capacity>300</capacity>
      <lat>41.9</lat>
      <long>12.5</long>
      <rec>11</rec>
    </place>
    <place>
      <name>Asia Minor</name>
      <capacity>300</capacity>
      <lat>37.9</lat>
      <long>27.3</long>
      <rec>32</rec>
    </place>
    <place>
      <name>Egypt</name>
      <capacity>300</capacity>
      <lat>31.2</lat>
      <long>29.9</long>
      <rec>11</rec>
    </place>
    <place>
      <name>Syria</name>
      <capacity>300</capacity>
      <lat>36.2</lat>
      <long>36.1</long>
      <rec>11</rec>
    </place>
  </domain>
  <!-- years -->
  <years>
    <!-- start year: when simulation starts -->
    <start>35</start>
    <!-- publish year: must be in range (start, end) -->
    <publish>65</publish>
    <!-- end year: when simulation stops -->
    <end>300</end>
  </years>
</config>
