<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE otrunk [
<!ENTITY telslogo "<p align='center'><img src='http://www.telscenter.org/images/logo_home.jpg' /><br/></p>">
]>
<otrunk id="33754150-b594-11d9-9669-0800200c9a66">
    <imports>
        <import class="org.concord.otrunk.OTSystem" />
        <import class="org.concord.otrunk.view.OTViewEntry" />
        <import class="org.concord.otrunk.view.OTViewBundle" />
        <import class="org.concord.otrunk.biologica.OTBreedOffspring" />
        <import class="org.concord.otrunk.biologica.OTOrganism" />
        <import class="org.concord.otrunk.biologica.OTWorld" />
        <import class="org.concord.otrunk.view.document.OTCompoundDoc" />
        <import class="org.concord.framework.otrunk.view.OTFrame" />
    </imports>

    <objects>
        <OTSystem>

            <bundles>
                <OTViewBundle showLeftPanel="false">
                    <viewEntries>
                        <OTViewEntry objectClass="org.concord.otrunk.biologica.OTBreedOffspring"
                            viewClass="org.concord.otrunk.biologica.ui.OTBreedOffspringView" />
                        <OTViewEntry objectClass="org.concord.otrunk.view.document.OTDocument"
                            viewClass="org.concord.otrunk.view.document.OTDocumentView" />
                    </viewEntries>
                    <frame>
                        <OTFrame width="1100" height="660" />
                    </frame>
                </OTViewBundle>
            </bundles>

            <root>
            <OTCompoundDoc name="Meiosis" local_id="meiosis_page">
              <bodyText>
                <table>
                  <tr height="620">
                    <td width="880">
                      <object editable="true" refid="${breedOffspringView}" />
                    </td>
                  </tr>
                </table>
              </bodyText>
              </OTCompoundDoc>
            </root>
            <library>
                <OTBreedOffspring local_id="breedOffspringView">
                    <fatherOrganism>
                        <object refid="${maleOrganism}" />
                    </fatherOrganism>
                    <motherOrganism>
                        <object refid="${femaleOrganism}" />
                    </motherOrganism>
                </OTBreedOffspring>
                <OTOrganism local_id="maleOrganism">
                    <name>male</name>
                    <sex>0</sex>
                    <world>
                        <object refid="${dragon_world}" />
                    </world>
                    <alleles>a:B</alleles>
                </OTOrganism>
                <OTOrganism local_id="femaleOrganism">
                    <name>female</name>
                    <sex>1</sex>
                    <world>
                        <object refid="${dragon_world}" />
                    </world>
                    <alleles>a:b,b:B</alleles>
                </OTOrganism>
                <OTWorld speciesPath="org/concord/biologica/worlds/dragon.xml" local_id="dragon_world" />
            </library>

        </OTSystem>
    </objects>
</otrunk>
