<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<!DOCTYPE pathwaydocument [
  <!ELEMENT pathwaydocument              (pathway,presentationlist?,experimentlist?)>
  <!ELEMENT synonymlist                  (synonym)*>
  <!ELEMENT synonym                      EMPTY>
  <!ATTLIST synonym name                 CDATA #REQUIRED>
  <!ELEMENT databaselist                 (database)*>
  <!ELEMENT database                     EMPTY>
  <!ATTLIST database name                CDATA #REQUIRED>
  <!ATTLIST database description         CDATA "">
  <!ATTLIST database host                CDATA "">
  <!ATTLIST database user                CDATA "">
  <!ATTLIST database port                CDATA "">
  <!ATTLIST database table               CDATA "">
  <!ATTLIST database record              CDATA "">
  <!ELEMENT datasource                   (file|database)?>
  <!ELEMENT file                         EMPTY>
  <!ATTLIST file path                    CDATA #REQUIRED>
  <!ATTLIST file name                    CDATA "">
  <!ELEMENT pathwaylist                  (pathway*)>
  <!ELEMENT pathway                      (synonymlist?,databaselist?,participantlist?,organellelist?,interactionlist?,pathwaylist?)>
  <!ATTLIST pathway name                 CDATA #REQUIRED>
  <!ATTLIST pathway description          CDATA "">
  <!ATTLIST pathway pathwaytype          CDATA "">
  <!ATTLIST pathway authors              CDATA "">
  <!ATTLIST pathway history              CDATA "">
  <!ELEMENT participantlist              (participant*)>
  <!ELEMENT participant                  (biopaxparticipantidlist?, synonymlist?,databaselist?,(compound|smallmolecule|nucleicacid|protein),compartment?)>
  <!ATTLIST participant index            CDATA #REQUIRED>
  <!ATTLIST participant name             CDATA #REQUIRED>
  <!ATTLIST participant breaks           CDATA #REQUIRED>
  <!ATTLIST participant description      CDATA "">
  <!ATTLIST participant biopaxid         CDATA "">
  <!ELEMENT biopaxparticipantidlist      (biopaxparticipantid*)>
  <!ELEMENT biopaxparticipantid          EMPTY>
  <!ATTLIST biopaxparticipantid biopaxid CDATA #REQUIRED>
  <!ELEMENT compound                     EMPTY>
  <!ATTLIST compound name                CDATA #REQUIRED>
  <!ATTLIST compound compoundtype        CDATA "">
  <!ELEMENT nucleicacid                  (synonymlist?,datasource?,databaselist?)>
  <!ATTLIST nucleicacid name             CDATA #REQUIRED>
  <!ATTLIST nucleicacid description      CDATA "">
  <!ATTLIST nucleicacid recordid         CDATA "">
  <!ATTLIST nucleicacid compoundtype     CDATA "">
  <!ATTLIST nucleicacid nucleicacidtype  CDATA "">
  <!ATTLIST nucleicacid sequence         CDATA "">
  <!ATTLIST nucleicacid ensembleid       CDATA "">
  <!ATTLIST nucleicacid genbankid        CDATA "">
  <!ATTLIST nucleicacid enotrezgeneid    CDATA "">
  <!ELEMENT protein                      (synonymlist?,datasource?,databaselist?)>
  <!ATTLIST protein name                 CDATA #REQUIRED>
  <!ATTLIST protein description          CDATA "">
  <!ATTLIST protein recordid             CDATA "">
  <!ATTLIST protein compoundtype         CDATA "">
  <!ATTLIST protein proteintype          CDATA "">
  <!ATTLIST protein sequence             CDATA "">
  <!ATTLIST protein genesymbol           CDATA "">
  <!ELEMENT smallmolecule                (synonymlist?,datasource?,databaselist?)>
  <!ATTLIST smallmolecule name           CDATA #REQUIRED>
  <!ATTLIST smallmolecule description    CDATA "">
  <!ATTLIST smallmolecule recordid       CDATA "">
  <!ATTLIST smallmolecule compoundtype   CDATA "">
  <!ATTLIST smallmolecule smallmoleculetype CDATA "">
  <!ATTLIST smallmolecule smallmoleculetypeid CDATA "">
  <!ATTLIST smallmolecule abbreviation   CDATA "">
  <!ATTLIST smallmolecule chemicalformula CDATA "">
  <!ATTLIST smallmolecule chemicalstring CDATA "">
  <!ATTLIST smallmolecule charge         CDATA "">
  <!ATTLIST smallmolecule molecularweight CDATA "">
  <!ELEMENT compartment                  EMPTY>
  <!ATTLIST compartment name             CDATA #REQUIRED>
  <!ATTLIST compartment typeid           CDATA #REQUIRED>
  <!ATTLIST compartment typename         CDATA #REQUIRED>
  <!ATTLIST compartment goaccession      CDATA #REQUIRED>
  <!ELEMENT organellelist                (organelle*)>
  <!ELEMENT organelle                    EMPTY>
  <!ATTLIST organelle index              CDATA #REQUIRED>
  <!ATTLIST organelle visible            CDATA #REQUIRED>
  <!ATTLIST organelle x                  CDATA #REQUIRED>
  <!ATTLIST organelle y                  CDATA #REQUIRED>
  <!ATTLIST organelle z                  CDATA #REQUIRED>
  <!ATTLIST organelle shape              CDATA #IMPLIED>
  <!ATTLIST organelle mode               CDATA #IMPLIED>
  <!ATTLIST organelle width              CDATA #IMPLIED>
  <!ATTLIST organelle height             CDATA #IMPLIED>
  <!ATTLIST organelle depth              CDATA #IMPLIED>
  <!ATTLIST organelle bodycolor          CDATA #REQUIRED>
  <!ATTLIST organelle opacity            CDATA #REQUIRED>
  <!ATTLIST organelle tiltleft           CDATA "">
  <!ATTLIST organelle tiltup             CDATA "">
  <!ATTLIST organelle tilttop            CDATA "">
  <!ELEMENT interactionlist              (interaction*)>
  <!ELEMENT interaction                  (biopaxinteractionidlist?,synonymlist?,databaselist?,participantuselist?)>
  <!ATTLIST interaction index            CDATA #REQUIRED>
  <!ATTLIST interaction name             CDATA #REQUIRED>
  <!ATTLIST interaction description      CDATA "">
  <!ATTLIST interaction interactiontype  CDATA "">
  <!ATTLIST interaction biopaxpathwaystepid CDATA "">
  <!ATTLIST interaction reversible       CDATA "false">
  <!ELEMENT biopaxinteractionidlist      (biopaxinteractionid*)>
  <!ELEMENT biopaxinteractionid          EMPTY>
  <!ATTLIST biopaxinteractionid biopaxid CDATA #REQUIRED>
  <!ELEMENT participantuselist           (participantuse*)>
  <!ELEMENT participantuse               EMPTY>
  <!ATTLIST participantuse index         CDATA #REQUIRED>
  <!ATTLIST participantuse participantusetype CDATA "">
  <!ATTLIST participantuse stoichiometry CDATA "">
  <!ELEMENT presentationlist             (presentation*)>
  <!ELEMENT presentation                 (synonymlist?,participantstatelist?,interactionstatelist?,pathwaystatelist?)>
  <!ATTLIST presentation name            CDATA #REQUIRED>
  <!ATTLIST presentation description     CDATA "">
  <!ATTLIST presentation zoom            CDATA #REQUIRED>
  <!ELEMENT participantstatelist         (participantstate*)>
  <!ELEMENT participantstate             EMPTY>
  <!ATTLIST participantstate index       CDATA #REQUIRED>
  <!ATTLIST participantstate visible     CDATA "true">
  <!ATTLIST participantstate x           CDATA #REQUIRED>
  <!ATTLIST participantstate y           CDATA #REQUIRED>
  <!ATTLIST participantstate z           CDATA #REQUIRED>
  <!ATTLIST participantstate shape       CDATA #IMPLIED>
  <!ATTLIST participantstate resize      CDATA #IMPLIED>
  <!ATTLIST participantstate width       CDATA #IMPLIED>
  <!ATTLIST participantstate height      CDATA #IMPLIED>
  <!ATTLIST participantstate depth       CDATA #IMPLIED>
  <!ATTLIST participantstate bodycolor1  CDATA #IMPLIED>
  <!ATTLIST participantstate bodycolor2  CDATA #IMPLIED>
  <!ATTLIST participantstate labelcolor  CDATA #IMPLIED>
  <!ATTLIST participantstate shadowcolor CDATA #IMPLIED>
  <!ATTLIST participantstate fontclass   CDATA "">
  <!ATTLIST participantstate javafontname CDATA "">
  <!ATTLIST participantstate javafonttype CDATA "">
  <!ATTLIST participantstate javafontsize CDATA "">
  <!ATTLIST participantstate fontname    CDATA #IMPLIED>
  <!ATTLIST participantstate fontsize    CDATA #IMPLIED>
  <!ATTLIST participantstate gapsizechange CDATA #IMPLIED>
  <!ATTLIST participantstate tiltleft    CDATA "">
  <!ATTLIST participantstate tiltup      CDATA "">
  <!ATTLIST participantstate tilttop     CDATA "">
  <!ATTLIST participantstate verticalindent CDATA #IMPLIED>
  <!ATTLIST participantstate indent1     CDATA #IMPLIED>
  <!ATTLIST participantstate indent2     CDATA #IMPLIED>
  <!ATTLIST participantstate indent3     CDATA #IMPLIED>
  <!ELEMENT pathwaystatelist             (pathwaystate*)>
  <!ELEMENT pathwaystate                 EMPTY>
  <!ATTLIST pathwaystate index           CDATA #REQUIRED>
  <!ATTLIST pathwaystate visible         CDATA "true">
  <!ATTLIST pathwaystate x               CDATA #REQUIRED>
  <!ATTLIST pathwaystate y               CDATA #REQUIRED>
  <!ATTLIST pathwaystate z               CDATA #REQUIRED>
  <!ELEMENT interactionstatelist         (interactionstate*)>
  <!ELEMENT interactionstate             EMPTY>
  <!ATTLIST interactionstate index       CDATA #REQUIRED>
  <!ATTLIST interactionstate visible     CDATA "true">
  <!ATTLIST interactionstate shape       CDATA "">
  <!ATTLIST interactionstate height      CDATA "">
  <!ATTLIST interactionstate width       CDATA "">
  <!ATTLIST interactionstate x           CDATA #REQUIRED>
  <!ATTLIST interactionstate y           CDATA #REQUIRED>
  <!ATTLIST interactionstate z           CDATA #REQUIRED>
  <!ATTLIST interactionstate linewidth   CDATA #REQUIRED>
  <!ATTLIST interactionstate glyphsize   CDATA "">
  <!ATTLIST interactionstate bodycolor   CDATA #REQUIRED>
  <!ATTLIST interactionstate shadowcolor CDATA "">
  <!ATTLIST interactionstate stippled    CDATA #REQUIRED>
  <!ATTLIST interactionstate stipplecolorlength   CDATA #REQUIRED>
  <!ATTLIST interactionstate blankcolorlength     CDATA #REQUIRED>
  <!ATTLIST interactionstate startcolor   CDATA "">
  <!ATTLIST interactionstate endcolor     CDATA "">
  <!ATTLIST interactionstate blend        CDATA "">
  <!ATTLIST interactionstate tiltup       CDATA "">
  <!ATTLIST interactionstate mechanicallength  CDATA "">
  <!ATTLIST interactionstate mechanicalpitch   CDATA "">
  <!ELEMENT experimentlist               (experiment*)>
  <!ELEMENT experiment                   (type,id,date,limsid,description,visible,labname)*>
  <!ATTLIST experiment type              CDATA #REQUIRED>
  <!ATTLIST experiment id                CDATA #REQUIRED>
  <!ATTLIST experiment date              CDATA #REQUIRED>
  <!ATTLIST experiment limsid            CDATA #REQUIRED>
  <!ATTLIST experiment description       CDATA #REQUIRED>
  <!ATTLIST experiment visible           CDATA #REQUIRED>
  <!ATTLIST experiment labname           CDATA #REQUIRED>
]>
<pathwaydocument >
    <pathway name="Sphingolipid pathway (multiple N-acyl chain lengths)" description="" pathwaytype="Metabolic" authors="Robert Byrnes" history="" >
        <participantlist >
            <participant index="0" name="Sptlc1/Sptlc2" breaks="0" >
                <protein name="Sptlc1" description="Microarray spot(s)" recordid="23542" compoundtype="Protein" genesymbol="Sptlc1 Sptlc2" >
                    <datasource >
                        <database name="Pathway" table="protein" record="23542" />
                    </datasource>
                    <databaselist >
                        <database name="Entrez Gene" description="NCBI" port="0" record="Sptlc2" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:108074" />
                    </databaselist>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="1" name="Palmitoyl-CoA" breaks="0" >
                <smallmolecule name="unassigned" recordid="152" compoundtype="Small molecule" smallmoleculetype="unassigned" chemicalformula="C37H66N7O17P3S" charge="0" molecularweight="1005.3449" >
                    <synonymlist >
                        <synonym name="Hexadecanoyl-CoA" />
                        <synonym name="Palmitoyl-CoA" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="152" />
                    </datasource>
                    <databaselist >
                        <database name="KEGG" host="unknown" port="1521" table="unknown" record="C00154" />
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMFA07050002" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="2" name="3-keto-sphinganine" breaks="0" >
                <compound name="3-keto-sphinganine" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="3" name="Fvt1" breaks="0" >
                <protein name="Fvt1" description="Microarray spot(s)" recordid="14340" compoundtype="Protein" genesymbol="Fvt1" >
                    <datasource >
                        <database name="Pathway" table="protein" record="14340" />
                    </datasource>
                    <databaselist >
                        <database name="Entrez Gene" description="NCBI" port="0" record="Fvt1" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:1918000" />
                    </databaselist>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="4" name="Serine" breaks="0" >
                <smallmolecule name="unassigned" recordid="678" compoundtype="Small molecule" smallmoleculetype="unassigned" chemicalformula="C3H7NO3" charge="0" molecularweight="105.0426" >
                    <synonymlist >
                        <synonym name="2-Amino-3-hydroxypropionic acid" />
                        <synonym name="3-Hydroxyalanine" />
                        <synonym name="Serine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="678" />
                    </datasource>
                    <databaselist >
                        <database name="KEGG" host="unknown" port="1521" table="unknown" record="C00716" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="5" name="Lass5/Lass6" breaks="0" >
                <protein name="Lass5" description="Microarray spot(s)" recordid="17224" compoundtype="Protein" genesymbol="Lass5 Lass6" >
                    <datasource >
                        <database name="Pathway" table="protein" record="17224" />
                    </datasource>
                    <databaselist >
                        <database name="Entrez Gene" description="NCBI" port="0" record="Lass5" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:1919199" />
                        <database name="Entrez Gene" description="NCBI" port="0" record="Lass6" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:2442564" />
                    </databaselist>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="6" name="C16DH CerP" breaks="0" >
                <smallmolecule name="C16DH CerP" recordid="13433" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C34H70NO6P" charge="0" molecularweight="619.494044" >
                    <synonymlist >
                        <synonym name="CerP(d18:0/16:0)" />
                        <synonym name="N-(hexadecanoyl)-sphinganine-1-phosphate" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13433" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP02050003" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="7" name="C16DH Sphingomyelin" breaks="0" >
                <smallmolecule name="C16DH Sphingomyelin" recordid="13441" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C39H82N2O6P" charge="0" molecularweight="705.591017" >
                    <synonymlist >
                        <synonym name="N-(hexadecanoyl)-sphinganine-1-phosphocholine" />
                        <synonym name="SM(d18:0/16:0)" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13441" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP03010004" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="8" name="C16-CoA" breaks="0" >
                <compound name="C16-CoA" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="9" name="C16DH Cer" breaks="0" >
                <smallmolecule name="C16DH Cer" recordid="13424" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C34H69NO3" charge="0" molecularweight="539.527725" >
                    <synonymlist >
                        <synonym name="Cer(d18:0/16:0)" />
                        <synonym name="N-(hexadecanoyl)-sphinganine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13424" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP02020001" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="10" name="Cerk" breaks="0" >
                <protein name="Cerk" description="Microarray spot(s)" recordid="11542" compoundtype="Protein" genesymbol="Cerk" >
                    <datasource >
                        <database name="Pathway" table="protein" record="11542" />
                    </datasource>
                    <databaselist >
                        <database name="Entrez Gene" description="NCBI" port="0" record="Cerk" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:2386052" />
                    </databaselist>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="11" name="Tmem23" breaks="0" >
                <protein name="Tmem23" description="Microarray spot(s)" recordid="24456" compoundtype="Protein" genesymbol="Tmem23" >
                    <datasource >
                        <database name="Pathway" table="protein" record="24456" />
                    </datasource>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="12" name="Ugcg" breaks="0" >
                <protein name="Ugcg" description="Microarray spot(s)" recordid="25160" compoundtype="Protein" genesymbol="Ugcg" >
                    <datasource >
                        <database name="Pathway" table="protein" record="25160" />
                    </datasource>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="13" name="C16DH GalCer" breaks="0" >
                <compound name="C16DH GalCer" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="14" name="C16DH GlcCer" breaks="0" >
                <smallmolecule name="C16DH GlcCer" recordid="13456" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C40H79NO8" charge="0" molecularweight="701.580531" >
                    <synonymlist >
                        <synonym name="GlcCer(d18:0/16:0)" />
                        <synonym name="N-(hexadecanoyl)-1-beta-glucosyl-sphinganine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13456" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP0501AA04" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="15" name="Ugt8a" breaks="0" >
                <protein name="Ugt8a" description="Microarray spot(s)" recordid="25178" compoundtype="Protein" genesymbol="Ugt8a" >
                    <datasource >
                        <database name="Pathway" table="protein" record="25178" />
                    </datasource>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="16" name="Lass1" breaks="0" >
                <compound name="Lass1" compoundtype="Protein" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="17" name="Sphk1/Sphk2" breaks="0" >
                <protein name="Sphk1" description="Microarray spot(s)" recordid="23474" compoundtype="Protein" genesymbol="Sphk1 Sphk2" >
                    <datasource >
                        <database name="Pathway" table="protein" record="23474" />
                    </datasource>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="18" name="Sphinganine" breaks="0" >
                <smallmolecule name="Sphinganine" recordid="789" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C18H39NO2" charge="0" molecularweight="301.2981" >
                    <synonymlist >
                        <synonym name="2-Amino-1,3-dihydroxyoctadecane" />
                        <synonym name="Dihydrosphingosine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="789" />
                    </datasource>
                    <databaselist >
                        <database name="KEGG" host="unknown" port="1521" table="unknown" record="C00836" />
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP01020001" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="19" name="Sphinganine-1-phosphate" breaks="0" >
                <smallmolecule name="Sphinganine-P" recordid="1045" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C18H40NO5P" charge="0" molecularweight="381.2644" >
                    <synonymlist >
                        <synonym name="Dihydrosphingosine 1-phosphate" />
                        <synonym name="Sphinganine 1-phosphate" />
                        <synonym name="Sphinganine-1-phosphate" />
                        <synonym name="Sphinganine-phosphate" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="1045" />
                    </datasource>
                    <databaselist >
                        <database name="KEGG" host="unknown" port="1521" table="unknown" record="C01120" />
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP01050002" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="20" name="hexadecanal" breaks="0" >
                <compound name="hexadecanal" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="21" name="Ethanolamine-P" breaks="0" >
                <compound name="Ethanolamine-P" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="22" name="Sgpl1" breaks="0" >
                <protein name="Sgpl1" description="Microarray spot(s)" recordid="22740" compoundtype="Protein" genesymbol="Sgpl1" >
                    <datasource >
                        <database name="Pathway" table="protein" record="22740" />
                    </datasource>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="23" name="C16Cer" breaks="0" >
                <smallmolecule name="C16 Cer" recordid="13416" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C34H67NO3" charge="0" molecularweight="537.512077" >
                    <synonymlist >
                        <synonym name="Cer(d18:1/16:0)" />
                        <synonym name="N-(hexadecanoyl)-sphing-4-enine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13416" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP02010004" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="24" name="C16 Sphingomyelin" breaks="0" >
                <smallmolecule name="C16 Sphingomyelin" recordid="13440" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C39H80N2O6P" charge="0" molecularweight="703.575361" >
                    <synonymlist >
                        <synonym name="N-(hexadecanoyl)-sphing-4-enine-1-phosphocholine" />
                        <synonym name="SM(d18:1/16:0)" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13440" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP03010003" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="25" name="Degs1/Degs2" breaks="0" >
                <protein name="Degs2" description="Microarray spot(s)" recordid="12933" compoundtype="Protein" genesymbol="Degs1 Degs2" >
                    <datasource >
                        <database name="Pathway" table="protein" record="12933" />
                    </datasource>
                    <databaselist >
                        <database name="Entrez Gene" description="NCBI" port="0" record="Degs1" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:1097711" />
                        <database name="Entrez Gene" description="NCBI" port="0" record="Degs2" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:1917309" />
                    </databaselist>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="26" name="C16 CerP" breaks="0" >
                <smallmolecule name="C16 CerP" recordid="13432" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C34H68NO6P" charge="0" molecularweight="617.478396" >
                    <synonymlist >
                        <synonym name="CerP(d18:1/16:0)" />
                        <synonym name="N-(hexadecanoyl)-sphing-4-enine-1-phosphate" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13432" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP02050002" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="27" name="Cerk" breaks="0" >
                <protein name="Cerk" description="Microarray spot(s)" recordid="11542" compoundtype="Protein" genesymbol="Cerk" >
                    <datasource >
                        <database name="Pathway" table="protein" record="11542" />
                    </datasource>
                    <databaselist >
                        <database name="Entrez Gene" description="NCBI" port="0" record="Cerk" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:2386052" />
                    </databaselist>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="28" name="Tmem23" breaks="0" >
                <protein name="Tmem23" description="Microarray spot(s)" recordid="24456" compoundtype="Protein" genesymbol="Tmem23" >
                    <datasource >
                        <database name="Pathway" table="protein" record="24456" />
                    </datasource>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="29" name="Ugcg" breaks="0" >
                <protein name="Ugcg" description="Microarray spot(s)" recordid="25160" compoundtype="Protein" genesymbol="Ugcg" >
                    <datasource >
                        <database name="Pathway" table="protein" record="25160" />
                    </datasource>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="30" name="Ugt8a" breaks="0" >
                <compound name="Ugt8a" compoundtype="Protein" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="31" name="C16 GlcCer" breaks="0" >
                <smallmolecule name="C16 GlcCer" recordid="13455" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C40H77NO8" charge="0" molecularweight="699.564876" >
                    <synonymlist >
                        <synonym name="GlcCer(d18:1/16:0)" />
                        <synonym name="N-(hexadecanoyl)-1-beta-glucosyl-sphing-4-enine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13455" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP0501AA03" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="32" name="C16 GalCer" breaks="0" >
                <compound name="C16 GalCer" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="33" name="Lass4" breaks="0" >
                <protein name="Lass4" description="Microarray spot(s)" recordid="17223" compoundtype="Protein" genesymbol="Lass4" >
                    <datasource >
                        <database name="Pathway" table="protein" record="17223" />
                    </datasource>
                    <databaselist >
                        <database name="Entrez Gene" description="NCBI" port="0" record="Lass4" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:1914510" />
                    </databaselist>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="34" name="Lass4" breaks="0" >
                <protein name="Lass4" description="Microarray spot(s)" recordid="17223" compoundtype="Protein" genesymbol="Lass4" >
                    <datasource >
                        <database name="Pathway" table="protein" record="17223" />
                    </datasource>
                    <databaselist >
                        <database name="Entrez Gene" description="NCBI" port="0" record="Lass4" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:1914510" />
                    </databaselist>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="35" name="Lass2" breaks="0" >
                <protein name="Lass2" description="Microarray spot(s)" recordid="17222" compoundtype="Protein" genesymbol="Lass2" >
                    <datasource >
                        <database name="Pathway" table="protein" record="17222" />
                    </datasource>
                    <databaselist >
                        <database name="Entrez Gene" description="NCBI" port="0" record="Lass2" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:1924143" />
                    </databaselist>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="36" name="Asah1" breaks="0" >
                <protein name="Asah1" description="Microarray spot(s)" recordid="9620" compoundtype="Protein" genesymbol="Asah1" >
                    <datasource >
                        <database name="Pathway" table="protein" record="9620" />
                    </datasource>
                    <databaselist >
                        <database name="Entrez Gene" description="NCBI" port="0" record="Asah1" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:1277124" />
                    </databaselist>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="37" name="Sphk1/Sphk2" breaks="0" >
                <protein name="Sphk1" description="Microarray spot(s)" recordid="23474" compoundtype="Protein" genesymbol="Sphk1 Sphk2" >
                    <datasource >
                        <database name="Pathway" table="protein" record="23474" />
                    </datasource>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="38" name="Sgpl1" breaks="0" >
                <protein name="Sgpl1" description="Microarray spot(s)" recordid="22740" compoundtype="Protein" genesymbol="Sgpl1" >
                    <datasource >
                        <database name="Pathway" table="protein" record="22740" />
                    </datasource>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="39" name="Ppap2a/Ppap2b/Ppap2c" breaks="0" >
                <protein name="Ppap2a" description="Microarray spot(s)" recordid="21009" compoundtype="Protein" genesymbol="Ppap2a Ppap2b Ppap2c" >
                    <datasource >
                        <database name="Pathway" table="protein" record="21009" />
                    </datasource>
                    <databaselist >
                        <database name="Entrez Gene" description="NCBI" port="0" record="Ppap2a" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:108412" />
                        <database name="Entrez Gene" description="NCBI" port="0" record="Ppap2b" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:1915166" />
                        <database name="Entrez Gene" description="NCBI" port="0" record="Ppap2c" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:1354945" />
                    </databaselist>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="40" name="Sphingosine-P" breaks="0" >
                <smallmolecule name="Sphingosine-P" recordid="4969" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C18H38NO5P" charge="0" molecularweight="379.2487" >
                    <synonymlist >
                        <synonym name="Sphing-4-enine 1-phosphate" />
                        <synonym name="Sphing-4-enine-1-phosphate" />
                        <synonym name="Sphingosine 1-phosphate" />
                        <synonym name="Sphingosine-1-phosphate" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="4969" />
                    </datasource>
                    <databaselist >
                        <database name="KEGG" host="unknown" port="1521" table="unknown" record="C06124" />
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP01050001" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="41" name="Sphingosine" breaks="0" >
                <smallmolecule name="Sphingosine" recordid="311" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C18H37NO2" charge="0" molecularweight="299.2824" >
                    <synonymlist >
                        <synonym name="Sphing-4-enine" />
                        <synonym name="Sphingenine" />
                        <synonym name="Sphingoid" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="311" />
                    </datasource>
                    <databaselist >
                        <database name="KEGG" host="unknown" port="1521" table="unknown" record="C00319" />
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP01010001" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="42" name="2-hexadecenal" breaks="0" >
                <compound name="2-hexadecenal" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="43" name="Ethanolamine-P" breaks="0" >
                <compound name="Ethanolamine-P" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="44" name="." breaks="0" >
                <compound name="." />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="45" name="C18-CoA" breaks="0" >
                <compound name="C18-CoA" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="46" name="C18DH CerP" breaks="0" >
                <compound name="C18DH CerP" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="47" name="C18DH Sphingomyelin" breaks="0" >
                <smallmolecule name="C18DH Sphingomyelin" recordid="13448" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C41H86N2O6P" charge="0" molecularweight="733.622313" >
                    <synonymlist >
                        <synonym name="N-(octadecanoyl)-sphinganine-1-phosphocholine" />
                        <synonym name="SM(d18:0/18:0)" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13448" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP03010020" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="48" name="C18DH Cer" breaks="0" >
                <smallmolecule name="C18DH Cer" recordid="13425" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C36H73NO3" charge="0" molecularweight="567.559029" >
                    <synonymlist >
                        <synonym name="Cer(d18:0/18:0)" />
                        <synonym name="N-(octadecanoyl)-sphinganine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13425" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP02020008" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="49" name="C18DH GlcCer" breaks="0" >
                <smallmolecule name="C18DH GlcCer" recordid="13464" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C42H83NO8" charge="0" molecularweight="729.611827" >
                    <synonymlist >
                        <synonym name="GlcCer(d18:0/18:0)" />
                        <synonym name="N-(octadecanoyl)-1-beta-glucosyl-sphinganine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13464" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP0501AA19" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="50" name="C18DH GalCer" breaks="0" >
                <compound name="C18DH GalCer" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="51" name="C18CerP" breaks="0" >
                <smallmolecule name="C18 CerP" recordid="13434" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C36H72NO6P" charge="0" molecularweight="645.509692" >
                    <synonymlist >
                        <synonym name="CerP(d18:1/18:0)" />
                        <synonym name="N-(octadecanoyl)-sphing-4-enine-1-phosphate" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13434" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP02050004" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="52" name="C18 Sphingomyelin" breaks="0" >
                <smallmolecule name="C18 Sphingomyelin" recordid="13439" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C41H84N2O6P" charge="0" molecularweight="731.606665" >
                    <synonymlist >
                        <synonym name="N-(octadecanoyl)-sphing-4-enine-1-phosphocholine" />
                        <synonym name="SM(d18:1/18:0)" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13439" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP03010001" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="53" name="C18 Cer" breaks="0" >
                <smallmolecule name="C18 Cer" recordid="13417" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C36H71NO3" charge="0" molecularweight="565.543373" >
                    <synonymlist >
                        <synonym name="Cer(d18:1/18:0)" />
                        <synonym name="N-(octadecanoyl)-sphing-4-enine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13417" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP02010006" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="54" name="C18 GlcCer" breaks="0" >
                <smallmolecule name="C18 GlcCer" recordid="13457" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C42H81NO8" charge="0" molecularweight="727.596179" >
                    <synonymlist >
                        <synonym name="GlcCer(d18:1/18:0)" />
                        <synonym name="N-(octadecanoyl)-1-beta-glucosyl-sphing-4-enine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13457" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP0501AA05" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="55" name="C18 GalCer" breaks="0" >
                <compound name="C18 GalCer" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="56" name="C20-CoA" breaks="0" >
                <compound name="C20-CoA" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="57" name="C20DH CerP" breaks="0" >
                <compound name="C20DH CerP" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="58" name="C20DH Sphingomyelin" breaks="0" >
                <smallmolecule name="C20DH Sphingomyelin" recordid="13449" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C43H90N2O6P" charge="0" molecularweight="761.653616" >
                    <synonymlist >
                        <synonym name="N-(eicosanoyl)-sphinganine-1-phosphocholine" />
                        <synonym name="SM(d18:0/20:0)" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13449" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP03010021" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="59" name="C20DH Cer" breaks="0" >
                <smallmolecule name="C20DH Cer" recordid="13426" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C38H77NO3" charge="0" molecularweight="595.590324" >
                    <synonymlist >
                        <synonym name="Cer(d18:0/20:0)" />
                        <synonym name="N-(eicosanoyl)-sphinganine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13426" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP02020009" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="60" name="C20DH GlcCer" breaks="0" >
                <smallmolecule name="C20DH GlcCer" recordid="13465" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C44H87NO8" charge="0" molecularweight="757.64313" >
                    <synonymlist >
                        <synonym name="GlcCer(d18:0/20:0)" />
                        <synonym name="N-(eicosanoyl)-1-beta-glucosyl-sphinganine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13465" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP0501AA20" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="61" name="C20DH GalCer" breaks="0" >
                <compound name="C20DH GalCer" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="62" name="C20 CerP" breaks="0" >
                <smallmolecule name="C20 CerP" recordid="13435" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C38H76NO6P" charge="0" molecularweight="673.540996" >
                    <synonymlist >
                        <synonym name="CerP(d18:1/20:0)" />
                        <synonym name="N-(eicosanoyl)-sphing-4-enine-1-phosphate" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13435" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP02050005" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="63" name="C20 Sphingomyelin" breaks="0" >
                <smallmolecule name="C20 Sphingomyelin" recordid="13442" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C43H88N2O6P" charge="0" molecularweight="759.63796" >
                    <synonymlist >
                        <synonym name="N-(eicosanoyl)-sphing-4-enine-1-phosphocholine" />
                        <synonym name="SM(d18:1/20:0)" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13442" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP03010005" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="64" name="C20 Cer" breaks="0" >
                <smallmolecule name="C20 Cer" recordid="13418" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C38H75NO3" charge="0" molecularweight="593.57" >
                    <synonymlist >
                        <synonym name="Cer(d18:1/20:0)" />
                        <synonym name="N-(eicosanoyl)-sphing-4-enine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13418" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP02010007" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="65" name="C20 GlcCer" breaks="0" >
                <smallmolecule name="C20 GlcCer" recordid="13458" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C44H85NO8" charge="0" molecularweight="755.627475" >
                    <synonymlist >
                        <synonym name="GlcCer(d18:1/20:0)" />
                        <synonym name="N-(eicosanoyl)-1-beta-glucosyl-sphing-4-enine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13458" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP0501AA06" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="66" name="C20 GalCer" breaks="0" >
                <compound name="C20 GalCer" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="67" name="Lass4" breaks="0" >
                <protein name="Lass4" description="Microarray spot(s)" recordid="17223" compoundtype="Protein" genesymbol="Lass4" >
                    <datasource >
                        <database name="Pathway" table="protein" record="17223" />
                    </datasource>
                    <databaselist >
                        <database name="Entrez Gene" description="NCBI" port="0" record="Lass4" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:1914510" />
                    </databaselist>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="68" name="C22-CoA" breaks="0" >
                <compound name="C22-CoA" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="69" name="C22DH CerP" breaks="0" >
                <compound name="C22DH CerP" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="70" name="C22DH Sphingomyelin" breaks="0" >
                <smallmolecule name="C22DH Sphingomyelin" recordid="13450" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C45H94N2O6P" charge="0" molecularweight="789.684912" >
                    <synonymlist >
                        <synonym name="N-(docosanoyl)-sphinganine-1-phosphocholine" />
                        <synonym name="SM(d18:0/22:0)" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13450" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP03010022" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="71" name="C22DH Cer" breaks="0" >
                <smallmolecule name="C22DH Cer" recordid="13427" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C40H81NO3" charge="0" molecularweight="623.621628" >
                    <synonymlist >
                        <synonym name="Cer(d18:0/22:0)" />
                        <synonym name="N-(docosanoyl)-sphinganine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13427" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP02020010" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="72" name="C22DH GlcCer" breaks="0" >
                <smallmolecule name="C22DH GlcCer" recordid="13466" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C46H91NO8" charge="0" molecularweight="785.674426" >
                    <synonymlist >
                        <synonym name="GlcCer(d18:0/22:0)" />
                        <synonym name="N-(docosanoyl)-1-beta-glucosyl-sphinganine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13466" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP0501AA21" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="73" name="C22DH GalCer" breaks="0" >
                <smallmolecule name="C22DH GlcCer" recordid="13466" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C46H91NO8" charge="0" molecularweight="785.674426" >
                    <synonymlist >
                        <synonym name="GlcCer(d18:0/22:0)" />
                        <synonym name="N-(docosanoyl)-1-beta-glucosyl-sphinganine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13466" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP0501AA21" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="74" name="C22 CerP" breaks="0" >
                <smallmolecule name="C22 CerP" recordid="13436" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C40H80NO6P" charge="0" molecularweight="701.572291" >
                    <synonymlist >
                        <synonym name="CerP(d18:1/22:0)" />
                        <synonym name="N-(docosanoyl)-sphing-4-enine-1-phosphate" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13436" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP02050006" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="75" name="C22 Sphingomyelin" breaks="0" >
                <smallmolecule name="C22 Sphingomyelin" recordid="13443" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C45H92N2O6P" charge="0" molecularweight="787.669264" >
                    <synonymlist >
                        <synonym name="N-(docosanoyl)-sphing-4-enine-1-phosphocholine" />
                        <synonym name="SM(d18:1/22:0)" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13443" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP03010006" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="76" name="C22 Cer" breaks="0" >
                <smallmolecule name="C22 Cer" recordid="13419" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C40H79NO3" charge="0" molecularweight="621.60598" >
                    <synonymlist >
                        <synonym name="Cer(d18:1/22:0)" />
                        <synonym name="N-(docosanoyl)-sphing-4-enine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13419" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP02010008" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="77" name="C22 GlcCer" breaks="0" >
                <smallmolecule name="C22 GlcCer" recordid="13459" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C46H89NO8" charge="0" molecularweight="783.658778" >
                    <synonymlist >
                        <synonym name="GlcCer(d18:1/22:0)" />
                        <synonym name="N-(docosanoyl)-1-beta-glucosyl-sphing-4-enine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13459" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP0501AA07" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="78" name="C22 GalCer" breaks="0" >
                <compound name="C22 GalCer" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="79" name="C24:1-CoA" breaks="0" >
                <compound name="C24:1-CoA" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="80" name="C24:1DH CerP" breaks="0" >
                <compound name="C24:1DH CerP" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="81" name="C24:DH Sphingomyelin" breaks="0" >
                <smallmolecule name="C24:1DH Sphingomyelin" recordid="13451" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C47H96N2O6P" charge="0" molecularweight="815.700567" >
                    <synonymlist >
                        <synonym name="N-(15Z-tetracosenoyl)-sphinganine-1-phosphocholine" />
                        <synonym name="SM(d18:0/24:1(15Z))" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13451" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP03010023" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="82" name="C24:1DH Cer" breaks="0" >
                <smallmolecule name="C24:1DH Cer" recordid="13428" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C42H83NO3" charge="0" molecularweight="649.637276" >
                    <synonymlist >
                        <synonym name="Cer(d18:0/24:1(15Z))" />
                        <synonym name="N-(15Z-tetracosenoyl)-sphinganine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13428" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP02020011" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="83" name="C24:1DH GlcCer" breaks="0" >
                <smallmolecule name="C24:1DH GlcCer" recordid="13467" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C48H93NO8" charge="0" molecularweight="811.690082" >
                    <synonymlist >
                        <synonym name="GlcCer(d18:0/24:1(15Z))" />
                        <synonym name="N-(15Z-tetracosenoyl)-1-beta-glucosyl-sphinganine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13467" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP0501AA22" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="84" name="C24:1DH GalCer" breaks="0" >
                <compound name="C24:1DH GalCer" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="85" name="C24:1 CerP" breaks="0" >
                <smallmolecule name="C24:1 CerP" recordid="13437" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C42H82NO6P" charge="0" molecularweight="727.587947" >
                    <synonymlist >
                        <synonym name="CerP(d18:1/24:1(15Z))" />
                        <synonym name="N-(15Z-tetracosenoyl)-sphing-4-enine-1-phosphate" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13437" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP02050007" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="86" name="C24:1 Sphingomyelin" breaks="0" >
                <smallmolecule name="C24:1 Sphingomyelin" recordid="13444" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C47H94N2O6P" charge="0" molecularweight="813.684912" >
                    <synonymlist >
                        <synonym name="N-(15Z-tetracosenoyl)-sphing-4-enine-1-phosphocholine" />
                        <synonym name="SM(d18:1/24:1(15Z))" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13444" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP03010007" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="87" name="C24:1 Cer" breaks="0" >
                <smallmolecule name="C24:1 Cer" recordid="13420" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C42H81NO3" charge="0" molecularweight="647.621628" >
                    <synonymlist >
                        <synonym name="N-(15Z-tetracosenoyl)-sphing-4-enine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13420" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP02010009" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="88" name="C24:1 GlcCer" breaks="0" >
                <smallmolecule name="C24:1 GlcCer" recordid="13460" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C48H91NO8" charge="0" molecularweight="809.674426" >
                    <synonymlist >
                        <synonym name="GlcCer(d18:1/24:1(15Z))" />
                        <synonym name="N-(15Z-tetracosenoyl)-1-beta-glucosyl-sphing-4-enine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13460" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP0501AA08" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="89" name="C24:1 GalCer" breaks="0" >
                <compound name="C24:1 GalCer" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="90" name="Lass2" breaks="0" >
                <protein name="Lass2" description="Microarray spot(s)" recordid="17222" compoundtype="Protein" genesymbol="Lass2" >
                    <datasource >
                        <database name="Pathway" table="protein" record="17222" />
                    </datasource>
                    <databaselist >
                        <database name="Entrez Gene" description="NCBI" port="0" record="Lass2" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:1924143" />
                    </databaselist>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="91" name="C24-CoA" breaks="0" >
                <compound name="C24-CoA" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="92" name="C24DH CerP" breaks="0" >
                <compound name="C24DH CerP" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="93" name="C24DH Sphingomyelin" breaks="0" >
                <smallmolecule name="C24DH Sphingomyelin" recordid="13452" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C47H98N2O6P" charge="0" molecularweight="817.716215" >
                    <synonymlist >
                        <synonym name="N-(tetracosanoyl)-sphinganine-1-phosphocholine" />
                        <synonym name="SM(d18:0/24:0)" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13452" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP03010024" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="94" name="C24DH Cer" breaks="0" >
                <smallmolecule name="C24DH Cer" recordid="13429" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C42H85NO3" charge="0" molecularweight="651.652924" >
                    <synonymlist >
                        <synonym name="Cer(d18:0/24:0)" />
                        <synonym name="N-(tetracosanoyl)-sphinganine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13429" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP02020012" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="95" name="C24DH GlcCer" breaks="0" >
                <smallmolecule name="C24DH GlcCer" recordid="13468" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C48H95NO8" charge="0" molecularweight="813.705729" >
                    <synonymlist >
                        <synonym name="GlcCer(d18:0/24:0)" />
                        <synonym name="N-(tetracosanoyl)-1-beta-glucosyl-sphinganine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13468" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP0501AA23" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="96" name="C24 CerP" breaks="0" >
                <smallmolecule name="C24 CerP" recordid="13438" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C42H84NO6P" charge="0" molecularweight="729.603595" >
                    <synonymlist >
                        <synonym name="CerP(d18:1/24:0)" />
                        <synonym name="N-(tetracosanoyl)-sphing-4-enine-1-phosphate" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13438" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP02050008" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="97" name="C24 Sphingomyelin" breaks="0" >
                <smallmolecule name="C24 Sphingomyelin" recordid="13445" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C47H96N2O6P" charge="0" molecularweight="815.700567" >
                    <synonymlist >
                        <synonym name="N-(tetracosanoyl)-sphing-4-enine-1-phosphocholine" />
                        <synonym name="SM(d18:1/24:0)" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13445" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP03010008" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="98" name="C24 GlcCer" breaks="0" >
                <smallmolecule name="C24 GlcCer" recordid="13461" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C48H93NO8" charge="0" molecularweight="811.690082" >
                    <synonymlist >
                        <synonym name="GlcCer(d18:1/24:0)" />
                        <synonym name="N-(tetracosanoyl)-1-beta-glucosyl-sphing-4-enine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13461" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP0501AA09" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="99" name="C24 GlcCer" breaks="0" >
                <smallmolecule name="C24 GlcCer" recordid="13461" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C48H93NO8" charge="0" molecularweight="811.690082" >
                    <synonymlist >
                        <synonym name="GlcCer(d18:1/24:0)" />
                        <synonym name="N-(tetracosanoyl)-1-beta-glucosyl-sphing-4-enine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13461" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP0501AA09" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="100" name="C24 GalCer" breaks="0" >
                <compound name="C24 GalCer" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="101" name="C24DH GalCer" breaks="0" >
                <compound name="C24DH GalCer" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="102" name="Lass3" breaks="0" >
                <compound name="Lass3" compoundtype="Protein" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="103" name="C26:1-CoA" breaks="0" >
                <compound name="C26:1-CoA" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="104" name="C26:1DH CerP" breaks="0" >
                <compound name="C26:1DH CerP" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="105" name="C26:1DH Sphingomyelin" breaks="0" >
                <smallmolecule name="C26:1DH Sphingomyelin" recordid="13453" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C49H100N2O6P" charge="0" molecularweight="843.731863" >
                    <synonymlist >
                        <synonym name="N-(17Z-hexacosenoyl)-sphinganine-1-phosphocholine" />
                        <synonym name="SM(d18:0/26:1(17Z))" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13453" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP03010025" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="106" name="C26:1DH Cer" breaks="0" >
                <smallmolecule name="C26:1DH GlcCer" recordid="13469" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C50H97NO8" charge="0" molecularweight="839.721377" >
                    <synonymlist >
                        <synonym name="GlcCer(d18:0/26:1(17Z))" />
                        <synonym name="N-(17Z-hexacosenoyl)-1-beta-glucosyl-sphinganine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13469" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP0501AA24" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="107" name="C26:1DH GlcCer" breaks="0" >
                <smallmolecule name="C26:1DH GlcCer" recordid="13469" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C50H97NO8" charge="0" molecularweight="839.721377" >
                    <synonymlist >
                        <synonym name="GlcCer(d18:0/26:1(17Z))" />
                        <synonym name="N-(17Z-hexacosenoyl)-1-beta-glucosyl-sphinganine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13469" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP0501AA24" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="108" name="C26:1 CerP" breaks="0" >
                <smallmolecule name="C26:1 CerP" recordid="14097" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" charge="0" molecularweight="0.0" >
                    <datasource >
                        <database name="Pathway" table="small_mol" record="14097" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP02050011" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="109" name="C26:1 Sphingomyelin" breaks="0" >
                <smallmolecule name="C26:1 Sphingomyelin" recordid="13446" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C49H98N2O6P" charge="0" molecularweight="841.716215" >
                    <synonymlist >
                        <synonym name="N-(17Z-hexacosenoyl)-sphing-4-enine-1-phosphocholine" />
                        <synonym name="SM(d18:1/26:1(17Z))" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13446" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP03010009" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="110" name="C26:1 Cer" breaks="0" >
                <smallmolecule name="C26:1 Cer" recordid="13421" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C44H85NO3" charge="0" molecularweight="675.652924" >
                    <synonymlist >
                        <synonym name="Cer(d18:1/26:1(17Z))" />
                        <synonym name="N-(17Z-hexacosenoyl)-sphing-4-enine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13421" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP02010010" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="111" name="C26:1 GlcCer" breaks="0" >
                <smallmolecule name="C26:1 GlcCer" recordid="13462" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C50H95NO8" charge="0" molecularweight="837.705729" >
                    <synonymlist >
                        <synonym name="GlcCer(d18:1/26:1(17Z))" />
                        <synonym name="N-(17Z-hexacosenoyl)-1-beta-glucosyl-sphing-4-enine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13462" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP0501AA10" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="112" name="C26:1 GalCer" breaks="0" >
                <compound name="C26:1 GalCer" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="113" name="C26:1DH GalCer" breaks="0" >
                <compound name="C26:1DH GalCer" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="114" name="Lass3" breaks="0" >
                <compound name="Lass3" compoundtype="Protein" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="115" name="C26-CoA" breaks="0" >
                <compound name="C26-CoA" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="116" name="C26DH CerP" breaks="0" >
                <compound name="C26DH CerP" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="117" name="C26DH Sphingomyelin" breaks="0" >
                <smallmolecule name="C26DH Sphingomyelin" recordid="13454" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C49H102N2O6P" charge="0" molecularweight="845.747511" >
                    <synonymlist >
                        <synonym name="N-(hexacosanoyl)-sphinganine-1-phosphocholine" />
                        <synonym name="SM(d18:0/26:0)" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13454" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP03010026" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="118" name="C26DH Cer" breaks="0" >
                <smallmolecule name="C26DH Cer" recordid="13431" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C44H89NO3" charge="0" molecularweight="679.684227" >
                    <synonymlist >
                        <synonym name="Cer(d18:0/26:0)" />
                        <synonym name="N-(hexacosanoyl)-sphinganine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13431" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP02020014" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="119" name="C26DH GlcCer" breaks="0" >
                <smallmolecule name="C26DH GlcCer" recordid="13470" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C50H99NO8" charge="0" molecularweight="841.737025" >
                    <synonymlist >
                        <synonym name="GlcCer(d18:0/26:0)" />
                        <synonym name="N-(hexacosanoyl)-1-beta-glucosyl-sphinganine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13470" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP0501AA25" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="120" name="C26 CerP" breaks="0" >
                <smallmolecule name="C26 CerP" recordid="14096" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" charge="0" molecularweight="0.0" >
                    <datasource >
                        <database name="Pathway" table="small_mol" record="14096" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP02050010" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="121" name="C26 Sphingomyelin" breaks="0" >
                <smallmolecule name="C26 Sphingomyelin" recordid="13447" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C49H100N2O6P" charge="0" molecularweight="843.731863" >
                    <synonymlist >
                        <synonym name="N-(hexacosanoyl)-sphing-4-enine-1-phosphocholine" />
                        <synonym name="SM(d18:1/26:0)" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13447" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP03010010" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="122" name="C26 Cer" breaks="0" >
                <smallmolecule name="C26 Cer" recordid="13422" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C44H87NO3" charge="0" molecularweight="677.668579" >
                    <synonymlist >
                        <synonym name="Cer(d18:1/26:0)" />
                        <synonym name="N-(hexacosanoyl)-sphing-4-enine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13422" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP02010011" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="123" name="C26 GlcCer" breaks="0" >
                <smallmolecule name="C26 GlcCer" recordid="13463" compoundtype="Small molecule" smallmoleculetype="Sphingolipids" chemicalformula="C50H97NO8" charge="0" molecularweight="839.721377" >
                    <synonymlist >
                        <synonym name="GlcCer(d18:1/26:0)" />
                        <synonym name="N-(hexacosanoyl)-1-beta-glucosyl-sphing-4-enine" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13463" />
                    </datasource>
                    <databaselist >
                        <database name="LIPID MAPS" description="a file for temporary sample demo of EC data of KEGG via a local database, Dawn- Joshua" host="unknown" user="file" port="0" table="unknown" record="LMSP0501AA11" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="124" name="C26 GalCer" breaks="0" >
                <compound name="C26 GalCer" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="125" name="C26DH GalCer" breaks="0" >
                <compound name="C26DH GalCer" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="126" name="." breaks="0" >
                <compound name="." />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="127" name="." breaks="0" >
                <compound name="." />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="128" name="." breaks="0" >
                <compound name="." />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="129" name="." breaks="0" >
                <compound name="." />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="130" name="Smpd1" breaks="0" >
                <protein name="Smpd1" description="Microarray spot(s)" recordid="23255" compoundtype="Protein" genesymbol="Smpd1" >
                    <datasource >
                        <database name="Pathway" table="protein" record="23255" />
                    </datasource>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="131" name="Smpd1" breaks="0" >
                <protein name="Smpd1" description="Microarray spot(s)" recordid="23255" compoundtype="Protein" genesymbol="Smpd1" >
                    <datasource >
                        <database name="Pathway" table="protein" record="23255" />
                    </datasource>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
        </participantlist>
        <interactionlist >
            <interaction index="0" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="4" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="2" participantusetype="Product" stoichiometry="1.0" />
                    <participantuse index="1" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="0" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="1" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="5" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="9" participantusetype="Product" stoichiometry="1.0" />
                    <participantuse index="8" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="18" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="2" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="6" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="9" participantusetype="Product" stoichiometry="1.0" />
                    <participantuse index="10" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="3" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="11" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="9" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="7" participantusetype="Downstream" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="4" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="9" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="14" participantusetype="Product" stoichiometry="1.0" />
                    <participantuse index="12" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="5" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="9" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="13" participantusetype="Product" stoichiometry="1.0" />
                    <participantuse index="15" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="6" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="2" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="18" participantusetype="Product" stoichiometry="1.0" />
                    <participantuse index="3" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="7" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="18" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="19" participantusetype="Product" stoichiometry="1.0" />
                    <participantuse index="17" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="8" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="19" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="20" participantusetype="Product" stoichiometry="1.0" />
                    <participantuse index="21" participantusetype="Downstream" stoichiometry="1.0" />
                    <participantuse index="22" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="9" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="9" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="23" participantusetype="Product" stoichiometry="1.0" />
                    <participantuse index="25" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="10" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="28" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="23" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="24" participantusetype="Downstream" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="11" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="26" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="23" participantusetype="Product" stoichiometry="1.0" />
                    <participantuse index="27" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="12" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="23" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="32" participantusetype="Product" stoichiometry="1.0" />
                    <participantuse index="30" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="30" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="13" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="40" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="42" participantusetype="Product" stoichiometry="1.0" />
                    <participantuse index="43" participantusetype="Downstream" stoichiometry="1.0" />
                    <participantuse index="38" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="14" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="41" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="40" participantusetype="Product" stoichiometry="1.0" />
                    <participantuse index="37" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="15" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="40" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="41" participantusetype="Product" stoichiometry="1.0" />
                    <participantuse index="39" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="16" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="44" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="53" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="128" participantusetype="Downstream" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="17" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="23" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="44" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="18" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="16" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="33" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="48" participantusetype="Downstream" stoichiometry="1.0" />
                    <participantuse index="45" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="18" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="19" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="48" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="53" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="20" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="48" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="49" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="21" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="48" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="50" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="22" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="53" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="51" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="23" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="53" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="52" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="24" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="53" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="54" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="25" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="53" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="55" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="26" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="23" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="31" participantusetype="Product" stoichiometry="1.0" />
                    <participantuse index="29" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="27" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="48" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="46" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="28" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="48" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="47" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="29" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="59" participantusetype="Downstream" stoichiometry="1.0" />
                    <participantuse index="56" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="34" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="19" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="30" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="59" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="64" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="31" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="59" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="60" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="32" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="59" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="61" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="33" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="64" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="62" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="34" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="64" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="63" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="35" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="64" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="65" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="36" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="64" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="66" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="37" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="59" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="57" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="38" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="59" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="58" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="39" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="64" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="128" participantusetype="Downstream" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="40" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="71" participantusetype="Downstream" stoichiometry="1.0" />
                    <participantuse index="68" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="67" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="18" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="41" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="71" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="76" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="42" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="71" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="72" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="43" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="71" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="73" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="44" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="76" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="74" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="45" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="76" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="75" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="46" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="76" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="77" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="47" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="76" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="78" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="48" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="71" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="69" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="49" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="71" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="70" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="50" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="76" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="126" participantusetype="Downstream" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="51" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="82" participantusetype="Downstream" stoichiometry="1.0" />
                    <participantuse index="79" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="18" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="35" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="52" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="82" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="87" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="53" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="82" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="83" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="54" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="82" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="84" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="55" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="87" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="85" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="56" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="87" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="86" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="57" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="87" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="88" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="58" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="87" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="89" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="59" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="82" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="80" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="60" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="82" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="81" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="61" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="87" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="126" participantusetype="Downstream" stoichiometry="1.0" />
                    <participantuse index="127" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="62" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="94" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="92" participantusetype="Downstream" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="63" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="94" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="93" participantusetype="Downstream" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="64" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="91" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="94" participantusetype="Product" stoichiometry="1.0" />
                    <participantuse index="90" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="18" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="65" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="94" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="95" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="66" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="98" participantusetype="Product" stoichiometry="1.0" />
                    <participantuse index="94" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="67" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="98" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="96" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="68" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="98" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="97" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="69" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="98" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="99" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="70" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="98" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="100" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="71" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="98" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="127" participantusetype="Downstream" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="72" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="94" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="101" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="73" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="106" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="104" participantusetype="Downstream" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="74" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="106" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="105" participantusetype="Downstream" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="75" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="103" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="106" participantusetype="Product" stoichiometry="1.0" />
                    <participantuse index="102" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="18" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="76" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="106" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="107" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="77" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="110" participantusetype="Product" stoichiometry="1.0" />
                    <participantuse index="106" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="78" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="110" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="108" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="79" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="110" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="109" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="80" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="110" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="111" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="81" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="110" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="112" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="82" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="106" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="113" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="83" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="118" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="116" participantusetype="Downstream" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="84" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="118" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="117" participantusetype="Downstream" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="85" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="115" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="118" participantusetype="Product" stoichiometry="1.0" />
                    <participantuse index="114" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="86" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="118" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="119" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="87" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="122" participantusetype="Product" stoichiometry="1.0" />
                    <participantuse index="118" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="88" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="122" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="120" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="89" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="122" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="121" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="90" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="122" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="123" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="91" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="122" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="124" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="92" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="122" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="129" participantusetype="Downstream" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="93" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="118" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="125" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="94" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="128" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="41" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="95" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="126" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="128" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="96" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="36" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="128" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="97" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="129" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="110" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="127" participantusetype="Downstream" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="98" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="7" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="9" participantusetype="Product" stoichiometry="1.0" />
                    <participantuse index="130" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="99" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="47" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="48" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="100" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="58" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="59" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="101" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="52" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="53" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="102" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="63" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="64" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="103" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="70" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="71" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="104" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="81" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="82" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="105" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="94" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="93" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="106" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="105" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="106" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="107" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="24" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="23" participantusetype="Product" stoichiometry="1.0" />
                    <participantuse index="131" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="108" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="75" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="76" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="109" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="86" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="87" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="110" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="97" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="98" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="111" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="109" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="110" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="112" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="121" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="122" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="113" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="117" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="118" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
        </interactionlist>
    </pathway>
    <presentationlist >
        <presentation name="Sphingolipid pathway (multiple N-acyl chain lengths)" zoom="79.0" >
            <participantstatelist >
                <participantstate index="0" visible="true" x="-3.3846859751445475" y="11.58126194161453" z="0.0" shape="1" resize="false" width="6.492902755737305" height="1.399999976158142" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="1" visible="true" x="-8.571308112183665" y="9.409337274782708" z="0.0" shape="0" resize="false" width="6.300000190734863" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="2" visible="true" x="1.7907681272888034" y="8.319544651754436" z="0.0" shape="0" resize="false" width="7.888000011444092" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="3" visible="true" x="6.686803668250195" y="12.384610718664586" z="0.0" shape="1" resize="false" width="4.5" height="1.399999976158142" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="4" visible="true" x="-8.919047182258682" y="6.367158044914338" z="0.0" shape="0" resize="false" width="4.5" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="5" visible="true" x="-9.023736388568134" y="3.122272935119289" z="0.0" shape="1" resize="false" width="6.109652042388916" height="1.399999976158142" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="6" visible="true" x="-12.416607328328059" y="-3.729019376762639" z="0.0" shape="0" resize="false" width="7.0" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="7" visible="true" x="-5.640112074886679" y="-3.847945989811694" z="0.0" shape="0" resize="false" width="9.012703895568848" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="8" visible="true" x="-4.990008328540937" y="-0.6292205795421708" z="0.0" shape="0" resize="false" width="5.599999904632568" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="9" visible="true" x="-9.07840792305373" y="-10.255875746417617" z="0.0" shape="0" resize="false" width="6.300000190734863" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="10" visible="true" x="-13.306359572944864" y="-8.812500057788991" z="0.0" shape="1" resize="false" width="4.5" height="1.399999976158142" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="11" visible="true" x="-7.808904303434503" y="-5.541478873536826" z="0.0" shape="1" resize="false" width="4.5" height="1.399999976158142" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="12" visible="true" x="-13.31993378249573" y="-14.50297101488393" z="0.0" shape="1" resize="false" width="4.5" height="1.399999976158142" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="13" visible="true" x="-6.96841633328705" y="-18.797382330150633" z="0.0" shape="0" resize="false" width="7.504000186920166" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="14" visible="true" x="-12.070786292903044" y="-18.706396586336073" z="0.0" shape="0" resize="false" width="7.800000190734863" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="15" visible="true" x="-5.436226261369128" y="-14.394010263801036" z="0.0" shape="1" resize="false" width="4.5" height="1.399999976158142" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="16" visible="true" x="-0.5701775021275128" y="2.7466652857416864" z="0.0" shape="1" resize="false" width="5.599999904632568" height="1.399999976158142" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="17" visible="true" x="19.574022462487168" y="11.855309891114704" z="0.0" shape="1" resize="false" width="6.416252613067627" height="1.399999976158142" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="18" visible="true" x="13.219446470366377" y="8.63566615678334" z="0.0" shape="0" resize="false" width="5.900000095367432" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="19" visible="true" x="27.547015171112914" y="8.15293520095523" z="0.0" shape="0" resize="false" width="10.5" height="1.2999999523162842" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="20" visible="true" x="40.27655668753985" y="11.377167207046199" z="0.0" shape="0" resize="false" width="5.599999904632568" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="21" visible="true" x="40.92261470122737" y="7.424335399966079" z="0.0" shape="0" resize="false" width="6.576000213623047" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="22" visible="true" x="33.69969452029006" y="11.485644906426783" z="0.0" shape="1" resize="false" width="4.5" height="1.399999976158142" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="23" visible="true" x="-9.102410379755304" y="-30.38150747948948" z="0.0" shape="0" resize="false" width="6.099999904632568" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="24" visible="true" x="-5.653145141168082" y="-23.938627415032734" z="0.0" shape="0" resize="false" width="7.941115379333496" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="25" visible="true" x="-5.6076078786938455" y="-21.25026462875582" z="0.0" shape="1" resize="false" width="6.56658935546875" height="1.399999976158142" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="26" visible="true" x="-12.283466219105206" y="-24.031075424522136" z="0.0" shape="0" resize="false" width="7.0" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="27" visible="true" x="-13.157307552051954" y="-30.47132609273853" z="0.0" shape="1" resize="false" width="4.5" height="1.399999976158142" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="28" visible="true" x="-7.993984611248867" y="-25.541567887473718" z="0.0" shape="1" resize="false" width="4.5" height="1.399999976158142" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="29" visible="true" x="-13.44841290963222" y="-33.83152608789471" z="0.0" shape="1" resize="false" width="4.5" height="1.399999976158142" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="30" visible="true" x="-5.688882800826249" y="-34.18147584600424" z="0.0" shape="1" resize="false" width="5.599999904632568" height="1.399999976158142" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="31" visible="true" x="-12.75484310056875" y="-38.40425415208593" z="0.0" shape="0" resize="false" width="7.599999904632568" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="32" visible="true" x="-7.220938971010896" y="-38.4275795679025" z="0.0" shape="0" resize="false" width="7.504000186920166" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="33" visible="true" x="3.5824570649062477" y="2.418162342695894" z="0.0" shape="1" resize="false" width="4.5" height="1.399999976158142" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="34" visible="true" x="9.7658422694457" y="2.657518880003577" z="0.0" shape="1" resize="false" width="4.5" height="1.399999976158142" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="35" visible="true" x="32.51604578267822" y="3.138950863069371" z="0.0" shape="1" resize="false" width="5.599999904632568" height="1.399999976158142" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="36" visible="true" x="7.595746214725265" y="-44.34986669733975" z="0.0" shape="1" resize="false" width="4.5" height="1.399999976158142" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="37" visible="true" x="14.536816632614945" y="-44.77792263401985" z="0.0" shape="1" resize="false" width="6.8362836837768555" height="1.399999976158142" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="38" visible="true" x="25.939206190711232" y="-45.11030501016921" z="0.0" shape="1" resize="false" width="4.5" height="1.399999976158142" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="39" visible="true" x="14.525239022793361" y="-50.99161397207979" z="0.0" shape="1" resize="false" width="11.096565246582031" height="1.399999976158142" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="40" visible="true" x="20.56218811647469" y="-47.8338510842682" z="0.0" shape="0" resize="false" width="10.600000381469727" height="1.2999999523162842" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="41" visible="true" x="10.798187426841935" y="-47.91665506524251" z="0.0" shape="0" resize="false" width="5.300000190734863" height="1.2999999523162842" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="42" visible="true" x="29.311353713536604" y="-46.59179136987261" z="0.0" shape="0" resize="false" width="6.0" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="43" visible="true" x="29.813615736785607" y="-49.17945348598225" z="0.0" shape="0" resize="false" width="6.576000213623047" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="44" visible="true" x="-4.386334592575679" y="-41.36639522487839" z="0.0" shape="3" resize="false" width="0.6482743620872498" height="0.515081524848938" depth="0.0" bodycolor1="ccccccff" bodycolor2="ccccccff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="45" visible="true" x="4.7886110274632605" y="-1.1580915442523254" z="0.0" shape="0" resize="false" width="5.599999904632568" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="46" visible="true" x="-1.237558563201452" y="-3.959856034130052" z="0.0" shape="0" resize="false" width="6.736000061035156" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="47" visible="true" x="3.9568544237506083" y="-3.8961189846374413" z="0.0" shape="0" resize="false" width="9.825358390808105" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="48" visible="true" x="1.2057964342094794" y="-10.467424132313276" z="0.0" shape="0" resize="false" width="6.400000095367432" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="49" visible="true" x="-1.8570240869494394" y="-18.925931534140037" z="0.0" shape="0" resize="false" width="7.800000190734863" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="50" visible="true" x="3.5452129439214572" y="-18.782739453911468" z="0.0" shape="0" resize="false" width="7.504000186920166" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="51" visible="true" x="-1.3691684003823343" y="-23.82520132596011" z="0.0" shape="0" resize="false" width="6.699999809265137" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="52" visible="true" x="3.626088821346747" y="-23.794747690542724" z="0.0" shape="0" resize="false" width="8.74282455444336" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="53" visible="true" x="0.650597112010084" y="-29.958410707722354" z="0.0" shape="0" resize="false" width="5.800000190734863" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="54" visible="true" x="-1.7608834516444767" y="-38.248423463855566" z="0.0" shape="0" resize="false" width="7.599999904632568" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="55" visible="true" x="3.466909914044471" y="-38.160428635045285" z="0.0" shape="0" resize="false" width="7.504000186920166" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="56" visible="true" x="15.471916085815861" y="-1.4131657871875085" z="0.0" shape="0" resize="false" width="5.599999904632568" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="57" visible="true" x="9.081436694465848" y="-3.9310920441334405" z="0.0" shape="0" resize="false" width="6.736000061035156" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="58" visible="true" x="14.197069321476013" y="-3.93947545330637" z="0.0" shape="0" resize="false" width="9.085997581481934" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="59" visible="true" x="11.272328159763218" y="-10.98565810319845" z="0.0" shape="0" resize="false" width="6.5" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="60" visible="true" x="8.809925586484692" y="-19.437713464995564" z="0.0" shape="0" resize="false" width="7.400000095367432" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="61" visible="true" x="14.108382135213656" y="-19.458249515105216" z="0.0" shape="0" resize="false" width="7.504000186920166" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="62" visible="true" x="8.512435108093129" y="-23.846153237032585" z="0.0" shape="0" resize="false" width="6.900000095367432" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="63" visible="true" x="14.229893423829232" y="-23.745437954371663" z="0.0" shape="0" resize="false" width="8.061427116394043" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="64" visible="true" x="11.027344099078903" y="-29.74686232183631" z="0.0" shape="0" resize="false" width="6.5" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="65" visible="true" x="8.62296653763897" y="-38.26692167100612" z="0.0" shape="0" resize="false" width="7.699999809265137" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="66" visible="true" x="13.989849354604427" y="-38.330263274821895" z="0.0" shape="0" resize="false" width="7.504000186920166" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="67" visible="true" x="21.882184118854966" y="2.76065866410752" z="0.0" shape="1" resize="false" width="4.5" height="1.399999976158142" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="68" visible="true" x="24.823077969393132" y="-1.0794327578648997" z="0.0" shape="0" resize="false" width="5.599999904632568" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="69" visible="true" x="18.623056299951305" y="-4.181023282126615" z="0.0" shape="0" resize="false" width="6.736000061035156" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="70" visible="true" x="24.46412640645302" y="-3.996415146544065" z="0.0" shape="0" resize="false" width="9.123425483703613" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="71" visible="true" x="21.69948699713978" y="-10.701915564832646" z="0.0" shape="0" resize="false" width="6.400000095367432" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="72" visible="true" x="18.959650714326873" y="-19.27414228528882" z="0.0" shape="0" resize="false" width="7.0" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="73" visible="true" x="24.791542721312" y="-19.462859697244678" z="0.0" shape="0" resize="false" width="8.259856224060059" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="74" visible="true" x="18.89183875076763" y="-23.70555433521442" z="0.0" shape="0" resize="false" width="6.800000190734863" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="75" visible="true" x="24.848867209637042" y="-23.58186677466493" z="0.0" shape="0" resize="false" width="8.467569351196289" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="76" visible="true" x="21.46976943682058" y="-30.19290214025132" z="0.0" shape="0" resize="false" width="6.5" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="77" visible="true" x="19.423652769271385" y="-38.32810948488423" z="0.0" shape="0" resize="false" width="7.599999904632568" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="78" visible="true" x="24.881624057294342" y="-38.652071981074364" z="0.0" shape="0" resize="false" width="7.504000186920166" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="79" visible="true" x="35.91335584636453" y="-0.7225660337003029" z="0.0" shape="0" resize="false" width="5.599999904632568" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="80" visible="true" x="29.432098196225287" y="-4.099237692272908" z="0.0" shape="0" resize="false" width="6.736000061035156" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="81" visible="true" x="35.26220911994431" y="-3.944353921440472" z="0.0" shape="0" resize="false" width="9.947996139526367" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="82" visible="true" x="32.89598963742538" y="-10.853058005769546" z="0.0" shape="0" resize="false" width="6.5" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="83" visible="true" x="30.307012836896604" y="-19.290999283093612" z="0.0" shape="0" resize="false" width="7.504000186920166" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="84" visible="true" x="35.54364121548555" y="-19.194873648544707" z="0.0" shape="0" resize="false" width="7.504000186920166" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="85" visible="true" x="29.920129150610027" y="-23.50761723488531" z="0.0" shape="0" resize="false" width="7.099999904632568" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="86" visible="true" x="35.73163546435794" y="-23.550014431756704" z="0.0" shape="0" resize="false" width="8.948569297790527" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="87" visible="true" x="32.81796011790764" y="-30.64885008024925" z="0.0" shape="0" resize="false" width="6.191999912261963" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="88" visible="true" x="30.550711794950114" y="-38.58366679480535" z="0.0" shape="0" resize="false" width="7.900000095367432" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="89" visible="true" x="36.305640823506224" y="-38.632766331010906" z="0.0" shape="0" resize="false" width="7.504000186920166" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="90" visible="true" x="43.201136415705164" y="2.935747197028702" z="0.0" shape="1" resize="false" width="5.599999904632568" height="1.399999976158142" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="91" visible="true" x="45.58763191743001" y="-0.8158726038338368" z="0.0" shape="0" resize="false" width="5.599999904632568" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="92" visible="true" x="40.42209280004875" y="-3.9976358592525716" z="0.0" shape="0" resize="false" width="6.736000061035156" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="93" visible="true" x="46.300520358371436" y="-3.8427520884201387" z="0.0" shape="0" resize="false" width="9.117283821105957" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="94" visible="true" x="43.334427086375385" y="-11.157863504830553" z="0.0" shape="0" resize="false" width="6.5" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="95" visible="true" x="41.09300940542361" y="-19.08779561705254" z="0.0" shape="0" resize="false" width="7.900000095367432" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="96" visible="true" x="40.594822691722705" y="-23.737258139792345" z="0.0" shape="0" resize="false" width="7.0" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="97" visible="true" x="46.97197635482328" y="-23.59200037982575" z="0.0" shape="0" resize="false" width="8.230140686035156" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="98" visible="true" x="43.747706995989546" y="-30.640541519146733" z="0.0" shape="0" resize="false" width="6.599999904632568" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="99" visible="true" x="41.55909683784402" y="-38.459943767738295" z="0.0" shape="0" resize="false" width="7.800000190734863" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="100" visible="true" x="47.07582062025624" y="-38.3704725199321" z="0.0" shape="0" resize="false" width="7.504000186920166" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="101" visible="true" x="46.82093544491106" y="-19.10353354228099" z="0.0" shape="0" resize="false" width="7.504000186920166" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="102" visible="true" x="54.58963166995521" y="3.5453581951503566" z="0.0" shape="1" resize="false" width="5.599999904632568" height="1.399999976158142" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="103" visible="true" x="57.30743698096737" y="0.19185046348248622" z="0.0" shape="0" resize="false" width="5.599999904632568" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="104" visible="true" x="51.65784635185742" y="-3.527119261973733" z="0.0" shape="0" resize="false" width="6.736000061035156" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="105" visible="true" x="57.56259063898454" y="-3.447220626786522" z="0.0" shape="0" resize="false" width="10.116710662841797" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="106" visible="true" x="55.19997727728181" y="-10.751456172749299" z="0.0" shape="0" resize="false" width="6.400000095367432" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="107" visible="true" x="52.1418906196867" y="-19.15326751422796" z="0.0" shape="0" resize="false" width="7.599999904632568" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="108" visible="true" x="51.89855616472178" y="-23.73948989104733" z="0.0" shape="0" resize="false" width="6.900000095367432" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="109" visible="true" x="57.96433876326984" y="-23.551997795599604" z="0.0" shape="0" resize="false" width="8.911140441894531" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="110" visible="true" x="55.442454619298886" y="-30.242442748176856" z="0.0" shape="0" resize="false" width="6.400000095367432" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="111" visible="true" x="52.56752571478809" y="-38.22903856045918" z="0.0" shape="0" resize="false" width="7.599999904632568" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="112" visible="true" x="58.31886684325456" y="-38.285384685955385" z="0.0" shape="0" resize="false" width="7.504000186920166" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="113" visible="true" x="58.07641414585744" y="-19.13967228265679" z="0.0" shape="0" resize="false" width="7.504000186920166" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="114" visible="true" x="66.35216612059648" y="3.6469600281794787" z="0.0" shape="1" resize="false" width="5.599999904632568" height="1.399999976158142" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="115" visible="true" x="68.19123380030331" y="0.39505412953180913" z="0.0" shape="0" resize="false" width="5.599999904632568" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="116" visible="true" x="62.535229367461575" y="-3.4529943288400866" z="0.0" shape="0" resize="false" width="6.736000061035156" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="117" visible="true" x="69.11519316197216" y="-3.094046689446751" z="0.0" shape="0" resize="false" width="9.317283630371094" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="118" visible="true" x="66.41554851654013" y="-10.446650673679775" z="0.0" shape="0" resize="false" width="6.599999904632568" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="119" visible="true" x="63.78182852931229" y="-18.920774318055233" z="0.0" shape="0" resize="false" width="7.599999904632568" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="120" visible="true" x="63.949850431867254" y="-23.250297763213666" z="0.0" shape="0" resize="false" width="7.0" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="121" visible="true" x="69.27539239081906" y="-23.172802742363732" z="0.0" shape="0" resize="false" width="8.361427307128906" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="122" visible="true" x="67.02897419256594" y="-30.03923908212757" z="0.0" shape="0" resize="false" width="6.400000095367432" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="123" visible="true" x="64.38725697971533" y="-38.20383881343293" z="0.0" shape="0" resize="false" width="7.699999809265137" height="1.2000000476837158" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="124" visible="true" x="70.65329056989046" y="-38.08218101990606" z="0.0" shape="0" resize="false" width="7.504000186920166" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="125" visible="true" x="70.08881236894119" y="-18.85261689388323" z="0.0" shape="0" resize="false" width="7.248000144958496" height="1.399999976158142" depth="0.0" bodycolor1="a0bce5ff" bodycolor2="a0bce5ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="126" visible="true" x="21.50216440468206" y="-41.47263694085709" z="0.0" shape="0" resize="false" width="0.33409583568573" height="0.3553701639175415" depth="0.0" bodycolor1="ccccccff" bodycolor2="ccccccff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="127" visible="true" x="43.61703490238811" y="-41.508877181416736" z="0.0" shape="0" resize="false" width="0.44507986307144165" height="0.4820745587348938" depth="0.0" bodycolor1="ccccccff" bodycolor2="ccccccff" labelcolor="000000ff" shadowcolor="333333ff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="128" visible="true" x="11.017332193097982" y="-41.19203479700902" z="0.0" shape="3" resize="false" width="0.6482743620872498" height="0.515081524848938" depth="0.0" bodycolor1="ccccccff" bodycolor2="ccccccff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="129" visible="true" x="66.88840754990242" y="-41.19134240721535" z="0.0" shape="3" resize="false" width="0.5064184069633484" height="0.4420965015888214" depth="0.0" bodycolor1="ccccccff" bodycolor2="ccccccff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="130" visible="true" x="-4.9076781852960565" y="-7.568160372465923" z="0.0" shape="1" resize="false" width="5.599999904632568" height="1.399999976158142" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
                <participantstate index="131" visible="true" x="-4.2336430310380315" y="-28.343908329826377" z="0.0" shape="1" resize="false" width="5.599999904632568" height="1.399999976158142" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" labelcolor="000000ff" shadowcolor="7f7f7fff" fontclass="Java" javafontname="Arial" javafonttype="Plain" javafontsize="18" gapsizechange="0.0" verticalindent="0.0" tiltleft="0.0" tiltup="0.0" tilttop="0.0" indent1="0" indent2="0" indent3="0" />
            </participantstatelist>
            <interactionstatelist >
                <interactionstate index="0" visible="true" shape="0" height="0.5" width="0.5" x="-3.38315372568304" y="8.25034257270956" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="1" visible="true" shape="0" height="0.5" width="0.5" x="-9.121721528204326" y="-0.805021919262789" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="2" visible="true" shape="0" height="0.5" width="0.5" x="-10.487108858748279" y="-7.169658308529769" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="3" visible="true" shape="0" height="0.5" width="0.5" x="-7.950631061984394" y="-7.087797410403982" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="4" visible="true" shape="0" height="0.5" width="0.5" x="-10.76721621667518" y="-15.78649472537165" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="5" visible="true" shape="0" height="0.5" width="0.5" x="-7.7803626957222844" y="-15.895495582740876" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="6" visible="true" shape="0" height="0.5" width="0.5" x="6.796371766830483" y="8.21995581731783" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="7" visible="true" shape="0" height="0.5" width="0.5" x="19.54341295100106" y="8.47227610280103" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="8" visible="true" shape="0" height="0.5" width="0.5" x="33.77377197221015" y="8.370370981564564" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="9" visible="true" shape="0" height="0.5" width="0.5" x="-9.215178106635395" y="-21.24833215776403" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="10" visible="true" shape="0" height="0.5" width="0.5" x="-7.6902586940256565" y="-27.797476984134377" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="11" visible="true" shape="0" height="0.5" width="0.5" x="-10.426410766575883" y="-27.80260207469876" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="12" visible="true" shape="0" height="0.5" width="0.5" x="-7.7537661408751815" y="-35.220321926227044" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="13" visible="true" shape="0" height="0.5" width="0.5" x="25.67088887676476" y="-47.66851143124473" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="14" visible="true" shape="0" height="0.5" width="0.5" x="14.539507389708124" y="-47.30074218399844" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="15" visible="true" shape="0" height="0.5" width="0.5" x="14.567043782832489" y="-49.014757037952556" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="16" visible="true" shape="0" height="0.5" width="0.5" x="0.6640062800781286" y="-41.374366375092194" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="17" visible="true" shape="0" height="0.5" width="0.5" x="-9.294504298347329" y="-41.20200284322413" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="18" visible="true" shape="0" height="0.5" width="0.5" x="0.9595700396897519" y="-2.0758323777378775" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="19" visible="true" shape="0" height="0.5" width="0.5" x="0.8486665876042827" y="-22.222627085968472" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="20" visible="true" shape="0" height="0.5" width="0.5" x="-0.4179639780982676" y="-15.217004281023735" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="21" visible="true" shape="0" height="0.5" width="0.5" x="2.5515619308407063" y="-15.265515332467702" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="22" visible="true" shape="0" height="0.5" width="0.5" x="-0.6358625893032892" y="-26.408369303604196" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="23" visible="true" shape="0" height="0.5" width="0.5" x="1.4891167042729856" y="-26.673448527128837" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="24" visible="true" shape="0" height="0.5" width="0.5" x="-0.4220210741730018" y="-34.15044812187546" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="25" visible="true" shape="0" height="0.5" width="0.5" x="2.2048160291632777" y="-33.96271817762382" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="26" visible="true" shape="0" height="0.5" width="0.5" x="-10.94287278796212" y="-34.4329752231225" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="27" visible="true" shape="0" height="0.5" width="0.5" x="0.021716275732350014" y="-7.143401072038759" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="28" visible="true" shape="0" height="0.5" width="0.5" x="2.104224174929152" y="-6.739748244944923" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="29" visible="true" shape="0" height="0.5" width="0.5" x="11.642772018941175" y="-1.8201617093421065" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="30" visible="true" shape="0" height="0.5" width="0.5" x="11.106344824508973" y="-22.1168528930303" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="31" visible="true" shape="0" height="0.5" width="0.5" x="10.110463061948488" y="-14.688133316304125" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="32" visible="true" shape="0" height="0.5" width="0.5" x="12.517262263639507" y="-14.867194211871682" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="33" visible="true" shape="0" height="0.5" width="0.5" x="10.008052841366888" y="-26.814252458265653" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="34" visible="true" shape="0" height="0.5" width="0.5" x="12.142898800421447" y="-26.798836443434475" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="35" visible="true" shape="0" height="0.5" width="0.5" x="9.819699054867694" y="-34.467770700709494" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="36" visible="true" shape="0" height="0.5" width="0.5" x="12.582044772080941" y="-34.597363335285756" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="37" visible="true" shape="0" height="0.5" width="0.5" x="10.125657526926299" y="-7.354949457934574" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="38" visible="true" shape="0" height="0.5" width="0.5" x="12.399523094009274" y="-7.294419927336277" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="39" visible="true" shape="0" height="0.5" width="0.5" x="10.985514773504816" y="-35.62563089697187" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="40" visible="true" shape="0" height="0.5" width="0.5" x="21.429237404079164" y="-2.2045496173286345" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="41" visible="true" shape="0" height="0.5" width="0.5" x="21.47277388406679" y="-22.562892711445304" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="42" visible="true" shape="0" height="0.5" width="0.5" x="20.43539416920251" y="-14.840694920221766" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="43" visible="true" shape="0" height="0.5" width="0.5" x="22.89464358742615" y="-14.56933619982645" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="44" visible="true" shape="0" height="0.5" width="0.5" x="20.205631663987162" y="-27.371802231284313" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="45" visible="true" shape="0" height="0.5" width="0.5" x="22.233548863535017" y="-26.898077693589716" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="46" visible="true" shape="0" height="0.5" width="0.5" x="20.29743114184519" y="-34.77289390854429" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="47" visible="true" shape="0" height="0.5" width="0.5" x="23.365415088248184" y="-35.04340315370078" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="48" visible="true" shape="0" height="0.5" width="0.5" x="20.29775138471399" y="-7.80098927634958" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="49" visible="true" shape="0" height="0.5" width="0.5" x="22.23659676833371" y="-7.5605402715704395" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="50" visible="true" shape="0" height="0.5" width="0.5" x="21.52040153105197" y="-36.0341781475643" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="51" visible="true" shape="0" height="0.5" width="0.5" x="32.463863767350226" y="-2.457293891285867" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="52" visible="true" shape="0" height="0.5" width="0.5" x="32.67435478846723" y="-22.815636985402552" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="53" visible="true" shape="0" height="0.5" width="0.5" x="31.628297644311356" y="-14.847764715835849" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="54" visible="true" shape="0" height="0.5" width="0.5" x="34.12997147705833" y="-14.962997084363506" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="55" visible="true" shape="0" height="0.5" width="0.5" x="31.270424576154713" y="-27.04434216308837" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="56" visible="true" shape="0" height="0.5" width="0.5" x="33.61518216581612" y="-27.072192412427306" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="57" visible="true" shape="0" height="0.5" width="0.5" x="31.42693213616722" y="-35.36975845912242" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="58" visible="true" shape="0" height="0.5" width="0.5" x="34.67829902008737" y="-35.499351093698685" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="59" visible="true" shape="0" height="0.5" width="0.5" x="31.188944285509475" y="-7.831243666467284" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="60" visible="true" shape="0" height="0.5" width="0.5" x="33.3585405073998" y="-7.868002023886714" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="61" visible="true" shape="0" height="0.5" width="0.5" x="32.7761307923214" y="-41.64786845510571" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="62" visible="true" shape="0" height="0.5" width="0.5" x="42.14519980481488" y="-8.006247522917597" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="63" visible="true" shape="0" height="0.5" width="0.5" x="44.05320804119935" y="-7.903672381978803" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="64" visible="true" shape="0" height="0.5" width="0.5" x="42.999507187432066" y="-2.2124694975173957" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="65" visible="true" shape="0" height="0.5" width="0.5" x="42.29101848371865" y="-15.114401062034469" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="66" visible="true" shape="0" height="0.5" width="0.5" x="43.19249088034616" y="-22.91723881843163" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="67" visible="true" shape="0" height="0.5" width="0.5" x="41.98289586979437" y="-27.309832884597906" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="68" visible="true" shape="0" height="0.5" width="0.5" x="44.461769411727026" y="-27.221280272845785" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="69" visible="true" shape="0" height="0.5" width="0.5" x="42.356478740973955" y="-35.34972989935833" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="70" visible="true" shape="0" height="0.5" width="0.5" x="46.03120781767971" y="-35.60095292672778" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="71" visible="true" shape="0" height="0.5" width="0.5" x="43.639958403321465" y="-35.50188760376106" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="72" visible="true" shape="0" height="0.5" width="0.5" x="44.61547433849724" y="-14.921319474755757" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="73" visible="true" shape="0" height="0.5" width="0.5" x="53.59298323345763" y="-7.4277800525139765" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="74" visible="true" shape="0" height="0.5" width="0.5" x="55.68437440736451" y="-7.2514977009288275" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="75" visible="true" shape="0" height="0.5" width="0.5" x="54.63067355359709" y="-1.7044603324159433" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="76" visible="true" shape="0" height="0.5" width="0.5" x="53.61654662069394" y="-14.606391896933012" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="77" visible="true" shape="0" height="0.5" width="0.5" x="54.939503931524214" y="-22.409229653330193" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="78" visible="true" shape="0" height="0.5" width="0.5" x="53.77003903511765" y="-27.476404185344496" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="79" visible="true" shape="0" height="0.5" width="0.5" x="56.038366162310055" y="-26.530719193530704" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="80" visible="true" shape="0" height="0.5" width="0.5" x="53.74409613219816" y="-34.898381659332095" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="81" visible="true" shape="0" height="0.5" width="0.5" x="57.29923629615671" y="-35.09294376162631" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="82" visible="true" shape="0" height="0.5" width="0.5" x="56.526580714581435" y="-14.743543101337659" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="83" visible="true" shape="0" height="0.5" width="0.5" x="64.50157011380455" y="-7.224576386464652" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="84" visible="true" shape="0" height="0.5" width="0.5" x="67.26234028607415" y="-6.600595150737731" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="85" visible="true" shape="0" height="0.5" width="0.5" x="66.4487154996952" y="-1.5762418020118445" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="86" visible="true" shape="0" height="0.5" width="0.5" x="65.19935159894264" y="-14.403188230883694" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="87" visible="true" shape="0" height="0.5" width="0.5" x="66.45936727021913" y="-22.20602598728089" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="88" visible="true" shape="0" height="0.5" width="0.5" x="65.74609222553087" y="-27.106629218556886" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="89" visible="true" shape="0" height="0.5" width="0.5" x="67.6095201014712" y="-26.71549445705859" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="90" visible="true" shape="0" height="0.5" width="0.5" x="65.26305247408547" y="-34.86174929402108" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="91" visible="true" shape="0" height="0.5" width="0.5" x="69.182237522571" y="-34.889740095577004" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="92" visible="true" shape="0" height="0.5" width="0.5" x="66.8394008426728" y="-35.91800765726312" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="93" visible="true" shape="0" height="0.5" width="0.5" x="67.85981738002825" y="-14.320184240832766" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="94" visible="true" shape="0" height="0.5" width="0.5" x="10.953155302958042" y="-44.16556028220745" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="95" visible="true" shape="0" height="0.5" width="0.5" x="16.17574386051574" y="-41.34326495527447" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="96" visible="true" shape="0" height="0.5" width="0.5" x="9.637217069048967" y="-42.51350832533976" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="97" visible="true" shape="0" height="0.5" width="0.5" x="55.42395237476757" y="-41.253738023037776" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="98" visible="true" shape="0" height="0.5" width="0.5" x="-6.689426270591004" y="-7.63742758082295" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="99" visible="true" shape="0" height="0.5" width="0.5" x="3.213413118629598" y="-7.106786422830107" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="100" visible="true" shape="0" height="0.5" width="0.5" x="13.603819313890474" y="-7.781253604747958" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="101" visible="true" shape="0" height="0.5" width="0.5" x="2.6593819855329235" y="-26.883074579927637" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="102" visible="true" shape="0" height="0.5" width="0.5" x="13.159903837547656" y="-27.31990721675431" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="103" visible="true" shape="0" height="0.5" width="0.5" x="23.28723520093461" y="-7.724091033918023" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="104" visible="true" shape="0" height="0.5" width="0.5" x="34.45835199249176" y="-8.036079616599302" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="105" visible="true" shape="0" height="0.5" width="0.5" x="45.60758333443535" y="-7.837740907035431" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="106" visible="true" shape="0" height="0.5" width="0.5" x="56.96596507105662" y="-7.324293806703584" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="107" visible="true" shape="0" height="0.5" width="0.5" x="-6.737614834692326" y="-28.198473212808914" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="108" visible="true" shape="0" height="0.5" width="0.5" x="23.932198255049453" y="-26.963790663267243" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="109" visible="true" shape="0" height="0.5" width="0.5" x="34.865655275012195" y="-27.301369364270332" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="110" visible="true" shape="0" height="0.5" width="0.5" x="45.87509496329053" y="-27.57470818434095" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="111" visible="true" shape="0" height="0.5" width="0.5" x="57.60508994506772" y="-26.89722027188823" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="112" visible="true" shape="0" height="0.5" width="0.5" x="68.98946988451604" y="-26.911645735481894" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
                <interactionstate index="113" visible="true" shape="0" height="0.5" width="0.5" x="68.66706409303883" y="-6.693942475754204" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="1.5" blankcolorlength="0.3" tiltup="0.0" />
            </interactionstatelist>
        </presentation>
    </presentationlist>
    <experimentlist >
      <experiment type="analyte" id="17" date="01-22-2006" limsid="BCI060122A" description="10% serum" visible="true" labname="Sphingolipids/Glycosphingolipids (Core I), School of Biology, Georgia Institute of Biology"/>
      <experiment type="analyte" id="18" date="01-26-2006" limsid="BCI060126A" description="10% serum" visible="true" labname="Sphingolipids/Glycosphingolipids (Core I), School of Biology, Georgia Institute of Biology"/>
      <experiment type="analyte" id="22" date="06-14-2006" limsid="BCI060614A" description="10% serum" visible="true" labname="Sphingolipids/Glycosphingolipids (Core I), School of Biology, Georgia Institute of Biology"/>
      <experiment type="microarray" id="1" date="04-13-2007" limsid="null" description="Microarray 10% serum average" visible="true" labname="Macrophage Biology/Functional Genomics (Core D), University of California-San Diego"/>
   </experimentlist>
</pathwaydocument>

