<?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="Biosynthesis of steroids" description="map00100" pathwaytype="Metabolic" authors="Robert Byrnes" history="" >
        <participantlist >
            <participant index="0" name="Ebp" breaks="0" >
                <protein name="Ebp" description="Microarray spot(s)" recordid="13473" compoundtype="Protein" genesymbol="Ebp" >
                    <datasource >
                        <database name="Pathway" table="protein" record="13473" />
                    </datasource>
                    <databaselist >
                        <database name="Entrez Gene" description="NCBI" port="0" record="Ebp" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:107822" />
                    </databaselist>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="1" name="Zymosterol" breaks="0" >
                <smallmolecule name="Zymosterol" recordid="4408" compoundtype="Small molecule" smallmoleculetype="unassigned" chemicalformula="C27H44O" charge="0" molecularweight="384.3392" >
                    <synonymlist >
                        <synonym name="5alpha-Cholesta-8,24-dien-3beta-ol" />
                        <synonym name="delta8,24-Cholestadien-3beta-ol" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="4408" />
                    </datasource>
                    <databaselist >
                        <database name="KEGG" host="unknown" port="1521" table="unknown" record="C05437" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="2" name="Cholestadienol" breaks="0" description="5alpha-Cholesta-7,24-dien-3beta-ol" >
                <smallmolecule name="5alpha-Cholesta-7,24-dien-3beta-ol" recordid="4409" compoundtype="Small molecule" smallmoleculetype="unassigned" chemicalformula="C27H44O" charge="0" molecularweight="384.3392" >
                    <datasource >
                        <database name="Pathway" table="small_mol" record="4409" />
                    </datasource>
                    <databaselist >
                        <database name="KEGG" host="unknown" port="1521" table="unknown" record="C05439" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="3" name="7-dehydro-desmosterol" breaks="0" >
                <smallmolecule name="7-Dehydrodesmosterol" recordid="4152" compoundtype="Small molecule" smallmoleculetype="unassigned" chemicalformula="C27H42O" charge="0" molecularweight="382.3235" >
                    <datasource >
                        <database name="Pathway" table="small_mol" record="4152" />
                    </datasource>
                    <databaselist >
                        <database name="KEGG" host="unknown" port="1521" table="unknown" record="C05107" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="4" name="14-demethyl-lanosterol" breaks="0" >
                <smallmolecule name="14-Demethyllanosterol" recordid="4153" compoundtype="Small molecule" smallmoleculetype="unassigned" chemicalformula="C29H48O" charge="0" molecularweight="412.3705" >
                    <synonymlist >
                        <synonym name="4,4-Dimethyl-5alpha-cholesta-8,24-dien-3beta-ol" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="4153" />
                    </datasource>
                    <databaselist >
                        <database name="KEGG" host="unknown" port="1521" table="unknown" record="C05108" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="5" name="Farnesyl-PP" breaks="0" >
                <smallmolecule name="unassigned" recordid="434" compoundtype="Small molecule" smallmoleculetype="unassigned" chemicalformula="C15H28O7P2" charge="0" molecularweight="382.131" >
                    <synonymlist >
                        <synonym name="2-trans,6-trans-Farnesyl diphosphate" />
                        <synonym name="Farnesyl diphosphate" />
                        <synonym name="Farnesyl pyrophosphate" />
                        <synonym name="trans,trans-Farnesyl diphosphate" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="434" />
                    </datasource>
                    <databaselist >
                        <database name="KEGG" host="unknown" port="1521" table="unknown" record="C00448" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="6" name="Lanosterol" breaks="0" >
                <smallmolecule name="Lanosterol" recordid="1544" compoundtype="Small molecule" smallmoleculetype="Sterol Lipids" chemicalformula="C30H50O" charge="0" molecularweight="426.3861" >
                    <synonymlist >
                        <synonym name="4,4&apos;,14alpha-Trimethyl-5alpha-cholesta-8,24-dien-3beta-ol" />
                        <synonym name="lanosta-8,24-dien-3beta-ol" />
                        <synonym name="lanosta-8,24-dien-3_-ol" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="1544" />
                    </datasource>
                    <databaselist >
                        <database name="KEGG" host="unknown" port="1521" table="unknown" record="C01724" />
                        <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="LMST01010017" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="7" name="Ggps1/Fdps" breaks="0" >
                <protein name="Ggps1" description="Microarray spot(s)" recordid="14579" compoundtype="Protein" genesymbol="Fdps Gps1" >
                    <datasource >
                        <database name="Pathway" table="protein" record="14579" />
                    </datasource>
                    <databaselist >
                        <database name="Entrez Gene" description="NCBI" port="0" record="Fdps" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:104888" />
                        <database name="Entrez Gene" description="NCBI" port="0" record="Gps1" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:2384801" />
                    </databaselist>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="8" name="Dimethylallyl-PP" breaks="0" >
                <smallmolecule name="unassigned" recordid="232" compoundtype="Small molecule" smallmoleculetype="unassigned" chemicalformula="C5H12O7P2" charge="0" molecularweight="246.0058" >
                    <synonymlist >
                        <synonym name="2-Isopentenyl diphosphate" />
                        <synonym name="delta-Prenyl diphosphate" />
                        <synonym name="delta2-Isopentenyl diphosphate" />
                        <synonym name="Dimethylallyl diphosphate" />
                        <synonym name="Prenyl diphosphate" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="232" />
                    </datasource>
                    <databaselist >
                        <database name="KEGG" host="unknown" port="1521" table="unknown" record="C00235" />
                        <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="LMPR01010001" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="9" name="Isopentenyl-PP" breaks="0" >
                <smallmolecule name="unassigned" recordid="127" compoundtype="Small molecule" smallmoleculetype="unassigned" chemicalformula="C5H12O7P2" charge="0" molecularweight="246.0059" >
                    <synonymlist >
                        <synonym name="delta3-Isopentenyl diphosphate" />
                        <synonym name="delta3-Methyl-3-butenyl diphosphate" />
                        <synonym name="Isopentenyl diphosphate" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="127" />
                    </datasource>
                    <databaselist >
                        <database name="KEGG" host="unknown" port="1521" table="unknown" record="C00129" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="10" name="Geranyl-PP" breaks="0" >
                <smallmolecule name="unassigned" recordid="332" compoundtype="Small molecule" smallmoleculetype="unassigned" chemicalformula="C10H20O7P2" charge="0" molecularweight="314.0685" >
                    <synonymlist >
                        <synonym name="Geranyl diphosphate" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="332" />
                    </datasource>
                    <databaselist >
                        <database name="KEGG" host="unknown" port="1521" table="unknown" record="C00341" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="11" name="Desmosterol" breaks="0" >
                <smallmolecule name="Desmosterol" recordid="1609" compoundtype="Small molecule" smallmoleculetype="Sterol Lipids" chemicalformula="C27H44O" charge="0" molecularweight="384.3391" >
                    <synonymlist >
                        <synonym name="24-Dehydrocholesterol" />
                        <synonym name="cholest-5,24-dien-3beta-ol" />
                        <synonym name="cholest-5,24-dien-3_-ol" />
                        <synonym name="Cholesta-5,24-dien-3beta-ol" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="1609" />
                    </datasource>
                    <databaselist >
                        <database name="KEGG" host="unknown" port="1521" table="unknown" record="C01802" />
                        <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="LMST01010016" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="12" name="Mvk" breaks="0" >
                <protein name="Mvk" description="Microarray spot(s)" recordid="18397" compoundtype="Protein" genesymbol="Mvk" >
                    <datasource >
                        <database name="Pathway" table="protein" record="18397" />
                    </datasource>
                    <databaselist >
                        <database name="Entrez Gene" description="NCBI" port="0" record="Mvk" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:107624" />
                    </databaselist>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="13" name="Mevalonic acid" breaks="0" >
                <smallmolecule name="unassigned" recordid="406" compoundtype="Small molecule" smallmoleculetype="unassigned" chemicalformula="C6H12O4" charge="0" molecularweight="148.0736" >
                    <synonymlist >
                        <synonym name="(R)-Mevalonate" />
                        <synonym name="3,5-Dihydroxy-3-methylvaleric acid" />
                        <synonym name="Mevalonic acid" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="406" />
                    </datasource>
                    <databaselist >
                        <database name="KEGG" host="unknown" port="1521" table="unknown" record="C00418" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="14" name="Lss" breaks="0" >
                <protein name="Lss" description="Microarray spot(s)" recordid="17544" compoundtype="Protein" genesymbol="Lss" >
                    <datasource >
                        <database name="Pathway" table="protein" record="17544" />
                    </datasource>
                    <databaselist >
                        <database name="Entrez Gene" description="NCBI" port="0" record="Lss" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:1336155" />
                    </databaselist>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="15" name="Squalene-2,3-epoxide" breaks="0" >
                <smallmolecule name="unassigned" recordid="989" compoundtype="Small molecule" smallmoleculetype="unassigned" chemicalformula="C30H50O" charge="0" molecularweight="426.3861" >
                    <synonymlist >
                        <synonym name="(S)-2,3-Epoxysqualene" />
                        <synonym name="(S)-Squalene-2,3-epoxide" />
                        <synonym name="Squalene 2,3-epoxide" />
                        <synonym name="Squalene 2,3-oxide" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="989" />
                    </datasource>
                    <databaselist >
                        <database name="KEGG" host="unknown" port="1521" table="unknown" record="C01054" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="16" name="Mvd" breaks="0" >
                <protein name="Mvd" description="Microarray spot(s)" recordid="18396" compoundtype="Protein" genesymbol="Mvd" >
                    <datasource >
                        <database name="Pathway" table="protein" record="18396" />
                    </datasource>
                    <databaselist >
                        <database name="Entrez Gene" description="NCBI" port="0" record="Mvd" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:2179327" />
                    </databaselist>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="17" name="Mevalonate-5-PP" breaks="0" >
                <smallmolecule name="unassigned" recordid="1068" compoundtype="Small molecule" smallmoleculetype="unassigned" chemicalformula="C6H14O10P2" charge="0" molecularweight="308.0062" >
                    <synonymlist >
                        <synonym name="(R)-5-Diphosphomevalonate" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="1068" />
                    </datasource>
                    <databaselist >
                        <database name="KEGG" host="unknown" port="1521" table="unknown" record="C01143" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="18" name="Idi1" breaks="0" >
                <protein name="Idi1" description="Microarray spot(s)" recordid="15731" compoundtype="Protein" genesymbol="Idi1" >
                    <datasource >
                        <database name="Pathway" table="protein" record="15731" />
                    </datasource>
                    <databaselist >
                        <database name="Entrez Gene" description="NCBI" port="0" record="Idi1" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:2442264" />
                    </databaselist>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="19" name="Cholesterol" breaks="0" >
                <smallmolecule name="Cholesterol" recordid="185" compoundtype="Small molecule" smallmoleculetype="Sterol Lipids" chemicalformula="C27H46O" charge="0" molecularweight="386.3548" >
                    <synonymlist >
                        <synonym name="Cholest-5-en-3beta-ol" />
                        <synonym name="cholest-5-en-3beta-ol" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="185" />
                    </datasource>
                    <databaselist >
                        <database name="KEGG" host="unknown" port="1521" table="unknown" record="C00187" />
                        <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="LMST01010001" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="20" name="7-dehydro-cholesterol" breaks="0" >
                <smallmolecule name="7-dehydro-cholesterol" recordid="957" compoundtype="Small molecule" smallmoleculetype="Sterol Lipids" chemicalformula="C27H44O" charge="0" molecularweight="384.33921" >
                    <synonymlist >
                        <synonym name="5-HTP" />
                        <synonym name="5-Hydroxytryptophan" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="957" />
                    </datasource>
                    <databaselist >
                        <database name="KEGG" host="unknown" port="1521" table="unknown" record="C01017" />
                        <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="LMST01010069" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="21" name="Fdps/Ggps1" breaks="0" >
                <protein name="Ggps1" description="Microarray spot(s)" recordid="14579" compoundtype="Protein" genesymbol="Fdps Ggps1" >
                    <datasource >
                        <database name="Pathway" table="protein" record="14579" />
                    </datasource>
                    <databaselist >
                        <database name="Entrez Gene" description="NCBI" port="0" record="Fdps" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:104888" />
                        <database name="Entrez Gene" description="NCBI" port="0" record="Ggps1" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:1341724" />
                    </databaselist>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="22" name="Squalene" breaks="0" >
                <smallmolecule name="unassigned" recordid="708" compoundtype="Small molecule" smallmoleculetype="unassigned" chemicalformula="C30H50" charge="0" molecularweight="410.3912" >
                    <synonymlist >
                        <synonym name="Spinacene" />
                        <synonym name="Squalene" />
                        <synonym name="Supraene" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="708" />
                    </datasource>
                    <databaselist >
                        <database name="KEGG" host="unknown" port="1521" table="unknown" record="C00751" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="23" name="Fdft1" breaks="0" >
                <protein name="Fdft1" description="Microarray spot(s)" recordid="14068" compoundtype="Protein" genesymbol="Fdft1" >
                    <datasource >
                        <database name="Pathway" table="protein" record="14068" />
                    </datasource>
                    <databaselist >
                        <database name="Entrez Gene" description="NCBI" port="0" record="Fdft1" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:102706" />
                    </databaselist>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="24" name="Sc5d" breaks="0" >
                <protein name="Sc5d" description="Microarray spot(s)" recordid="22421" compoundtype="Protein" genesymbol="Sc5d" >
                    <datasource >
                        <database name="Pathway" table="protein" record="22421" />
                    </datasource>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="25" name="Lathosterol" breaks="0" >
                <smallmolecule name="unassigned" recordid="1107" compoundtype="Small molecule" smallmoleculetype="unassigned" chemicalformula="C27H46O" charge="0" molecularweight="386.3549" >
                    <synonymlist >
                        <synonym name="5alpha-Cholest-7-en-3beta-ol" />
                        <synonym name="Lathosterol" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="1107" />
                    </datasource>
                    <databaselist >
                        <database name="KEGG" host="unknown" port="1521" table="unknown" record="C01189" />
                        <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="LMST01010089" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="26" name="Hmgcr" breaks="0" >
                <protein name="Hmgcr" description="Microarray spot(s)" recordid="15484" compoundtype="Protein" genesymbol="Hmgcr" >
                    <datasource >
                        <database name="Pathway" table="protein" record="15484" />
                    </datasource>
                    <databaselist >
                        <database name="Entrez Gene" description="NCBI" port="0" record="Hmgcr" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:96159" />
                    </databaselist>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="27" name="HMG-CoA" breaks="0" >
                <smallmolecule name="unassigned" recordid="347" compoundtype="Small molecule" smallmoleculetype="unassigned" chemicalformula="C27H44N7O20P3S" charge="0" molecularweight="911.1574" >
                    <synonymlist >
                        <synonym name="(S)-3-Hydroxy-3-methylglutaryl-CoA" />
                        <synonym name="3-Hydroxy-3-methylglutaryl-CoA" />
                        <synonym name="HMG-CoA" />
                        <synonym name="Hydroxymethylglutaroyl coenzyme A" />
                        <synonym name="Hydroxymethylglutaryl-CoA" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="347" />
                    </datasource>
                    <databaselist >
                        <database name="KEGG" host="unknown" port="1521" table="unknown" record="C00356" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="28" name="Pmvk" breaks="0" >
                <protein name="Pmvk" description="Microarray spot(s)" recordid="20893" compoundtype="Protein" genesymbol="Pmvk" >
                    <datasource >
                        <database name="Pathway" table="protein" record="20893" />
                    </datasource>
                    <databaselist >
                        <database name="Entrez Gene" description="NCBI" port="0" record="Pmvk" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:1915853" />
                    </databaselist>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="29" name="Acetoacetyl-CoA" breaks="0" >
                <smallmolecule name="unassigned" recordid="347" compoundtype="Small molecule" smallmoleculetype="unassigned" chemicalformula="C27H44N7O20P3S" charge="0" molecularweight="911.1574" >
                    <synonymlist >
                        <synonym name="(S)-3-Hydroxy-3-methylglutaryl-CoA" />
                        <synonym name="3-Hydroxy-3-methylglutaryl-CoA" />
                        <synonym name="HMG-CoA" />
                        <synonym name="Hydroxymethylglutaroyl coenzyme A" />
                        <synonym name="Hydroxymethylglutaryl-CoA" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="347" />
                    </datasource>
                    <databaselist >
                        <database name="KEGG" host="unknown" port="1521" table="unknown" record="C00356" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="30" name="Acetyl-CoA" breaks="0" >
                <compound name="Acetyl-CoA" compoundtype="Small molecule" />
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="31" name="Hmgcs1" breaks="0" >
                <protein name="Hmgcs1" description="Microarray spot(s)" recordid="15485" compoundtype="Protein" genesymbol="Hmgcs1" >
                    <datasource >
                        <database name="Pathway" table="protein" record="15485" />
                    </datasource>
                    <databaselist >
                        <database name="Entrez Gene" description="NCBI" port="0" record="Hmgcs1" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:107592" />
                    </databaselist>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="32" name="25-hydroxy-cholesterol" breaks="0" >
                <smallmolecule name="25-hydroxy-cholesterol" recordid="13410" compoundtype="Small molecule" smallmoleculetype="Sterol Lipids" chemicalformula="C27H46O2" charge="0" molecularweight="402.3498" >
                    <synonymlist >
                        <synonym name="cholest-5-en-3beta,25-diol" />
                        <synonym name="cholest-5-en-3_,25-diol" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13410" />
                    </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="LMST01010018" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="33" name="Cholestenone" breaks="0" >
                <smallmolecule name="Cholestenone" recordid="571" compoundtype="Small molecule" smallmoleculetype="Sterol Lipids" chemicalformula="C27H44O" charge="0" molecularweight="384.3392" >
                    <synonymlist >
                        <synonym name="4-Cholesten-3-one" />
                        <synonym name="Cholest-4-en-3-one" />
                        <synonym name="cholest-4-en-3-one" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="571" />
                    </datasource>
                    <databaselist >
                        <database name="KEGG" host="unknown" port="1521" table="unknown" record="C00599" />
                        <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="LMST01010015" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="34" name="7-oxo-cholesterol" breaks="0" >
                <smallmolecule name="7-oxo-cholesterol" recordid="13411" compoundtype="Small molecule" smallmoleculetype="Sterol Lipids" chemicalformula="C27H44O2" charge="0" molecularweight="400.33412" >
                    <synonymlist >
                        <synonym name="7-keto-5-cholesten-3beta-ol" />
                        <synonym name="7-keto-5-cholesten-3_-ol" />
                        <synonym name="7-ketocholesterol" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13411" />
                    </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="LMST01010049" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="35" name="Cholesterol esters" breaks="0" >
                <smallmolecule name="unassigned" recordid="1757" compoundtype="Small molecule" smallmoleculetype="unassigned" chemicalformula="C20H27NO11" charge="0" molecularweight="457.1583" >
                    <synonymlist >
                        <synonym name="(R)-Amygdalin" />
                        <synonym name="(R)-Amygdaloside" />
                        <synonym name="(R)-Laenitrile" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="1757" />
                    </datasource>
                    <databaselist >
                        <database name="KEGG" host="unknown" port="1521" table="unknown" record="C01982" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="36" name="4beta-hydroxy-cholesterol" breaks="0" >
                <smallmolecule name="4beta-hydroxy-cholesterol" recordid="13409" compoundtype="Small molecule" smallmoleculetype="Sterol Lipids" chemicalformula="C27H46O2" charge="0" molecularweight="402.349771" >
                    <synonymlist >
                        <synonym name="cholest-5-en-3beta,4beta-diol" />
                        <synonym name="cholest-5-en-3_,4_-diol" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13409" />
                    </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="LMST01010014" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="37" name="7alpha-hydroxy-cholesterol" breaks="0" >
                <smallmolecule name="7alpha-hydroxy-cholesterol" recordid="3040" compoundtype="Small molecule" smallmoleculetype="Sterol Lipids" chemicalformula="C27H46O2" charge="0" molecularweight="402.3497" >
                    <synonymlist >
                        <synonym name="7alpha-Hydroxycholesterol" />
                        <synonym name="cholest-5-en-3beta,7alpha-diol" />
                        <synonym name="Cholest-5-ene-3beta,7alpha-diol" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="3040" />
                    </datasource>
                    <databaselist >
                        <database name="KEGG" host="unknown" port="1521" table="unknown" record="C03594" />
                        <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="LMST01010013" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="38" name="27-hydroxy-cholesterol" breaks="0" >
                <smallmolecule name="27-hydroxy-cholesterol" recordid="13412" compoundtype="Small molecule" smallmoleculetype="Sterol Lipids" chemicalformula="C27H46O2" charge="0" molecularweight="402.349771" >
                    <synonymlist >
                        <synonym name="26-hydroxy-cholesterol" />
                        <synonym name="cholest-5-en-3beta,26-diol" />
                        <synonym name="cholest-5-en-3_,26-diol" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13412" />
                    </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="LMST01010057" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="39" name="Diepoxy-squalene" breaks="0" >
                <smallmolecule name="unassigned" recordid="870" compoundtype="Small molecule" smallmoleculetype="unassigned" chemicalformula="C14H14N6O3" charge="0" molecularweight="314.1128" >
                    <synonymlist >
                        <synonym name="7,8-Dihydropteroate" />
                        <synonym name="Dihydropteroate" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="870" />
                    </datasource>
                    <databaselist >
                        <database name="KEGG" host="unknown" port="1521" table="unknown" record="C00921" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="40" name="24,25-epoxy cholesterol" breaks="0" >
                <smallmolecule name="24,25-epoxy-cholesterol" recordid="13408" compoundtype="Small molecule" smallmoleculetype="Sterol Lipids" chemicalformula="C27H44O2" charge="0" molecularweight="400.33412" >
                    <synonymlist >
                        <synonym name="24S,25-epoxy-cholest-5-en-3beta-ol" />
                        <synonym name="24S,25-epoxy-cholest-5-en-3_-ol" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="13408" />
                    </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="LMST01010012" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="41" name="Mevalonate-5-P" breaks="0" >
                <smallmolecule name="unassigned" recordid="1033" compoundtype="Small molecule" smallmoleculetype="unassigned" chemicalformula="C6H13O7P" charge="0" molecularweight="228.0399" >
                    <synonymlist >
                        <synonym name="(R)-5-Phosphomevalonate" />
                        <synonym name="(R)-5-Phosphomevaloonic acid" />
                        <synonym name="(R)-Mevalonic acid 5-phosphate" />
                    </synonymlist>
                    <datasource >
                        <database name="Pathway" table="small_mol" record="1033" />
                    </datasource>
                    <databaselist >
                        <database name="KEGG" host="unknown" port="1521" table="unknown" record="C01107" />
                    </databaselist>
                </smallmolecule>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="42" name="Sqle" breaks="0" >
                <protein name="Sqle" description="Microarray spot(s)" recordid="23546" compoundtype="Protein" genesymbol="Sqle" >
                    <datasource >
                        <database name="Pathway" table="protein" record="23546" />
                    </datasource>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="43" name="Sqle" breaks="0" >
                <protein name="Sqle" description="Microarray spot(s)" recordid="23546" compoundtype="Protein" genesymbol="Sqle" >
                    <datasource >
                        <database name="Pathway" table="protein" record="23546" />
                    </datasource>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="44" name="Cyp51/Tm7sf2" breaks="0" >
                <protein name="Cyp51" description="Microarray spot(s)" recordid="12390" compoundtype="Protein" genesymbol="Cyp51 Tm7sf2" >
                    <datasource >
                        <database name="Pathway" table="protein" record="12390" />
                    </datasource>
                    <databaselist >
                        <database name="Entrez Gene" description="NCBI" port="0" record="Cyp51" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:106040" />
                    </databaselist>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="45" name="Hsd17b7/Nsdhl/Sc4mol" breaks="0" >
                <protein name="Sc4mol" description="Microarray spot(s)" recordid="22420" compoundtype="Protein" genesymbol="Hsd17b7 Nsdhl Sc4mol" >
                    <datasource >
                        <database name="Pathway" table="protein" record="22420" />
                    </datasource>
                    <databaselist >
                        <database name="Entrez Gene" description="NCBI" port="0" record="Hsd17b7" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:1330808" />
                        <database name="Entrez Gene" description="NCBI" port="0" record="Nsdhl" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:1099438" />
                    </databaselist>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="46" name="Soat1/Soat2" breaks="0" >
                <protein name="Soat1" description="Microarray spot(s)" recordid="23349" compoundtype="Protein" genesymbol="Soat1 Soat2" >
                    <datasource >
                        <database name="Pathway" table="protein" record="23349" />
                    </datasource>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="47" name="Dhcr7" breaks="0" >
                <protein name="Dhcr7" description="Microarray spot(s)" recordid="12978" compoundtype="Protein" genesymbol="Dhcr7" >
                    <datasource >
                        <database name="Pathway" table="protein" record="12978" />
                    </datasource>
                    <databaselist >
                        <database name="Entrez Gene" description="NCBI" port="0" record="Dhcr7" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:1298378" />
                    </databaselist>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="48" name="Dhcr24" breaks="0" >
                <protein name="Dhcr24" description="Microarray spot(s)" recordid="12977" compoundtype="Protein" genesymbol="Dhcr24" >
                    <datasource >
                        <database name="Pathway" table="protein" record="12977" />
                    </datasource>
                    <databaselist >
                        <database name="Entrez Gene" description="NCBI" port="0" record="Dhcr24" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:1922004" />
                    </databaselist>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
            <participant index="49" name="Ch25h" breaks="0" >
                <protein name="Ch25h" description="Microarray spot(s)" recordid="11571" compoundtype="Protein" genesymbol="Ch25h" >
                    <datasource >
                        <database name="Pathway" table="protein" record="11571" />
                    </datasource>
                    <databaselist >
                        <database name="Entrez Gene" description="NCBI" port="0" record="Ch25h" />
                        <database name="Mouse Genome Database" description="Mouse Genome Informatics" port="0" record="MGI:1333869" />
                    </databaselist>
                </protein>
                <compartment name="Unspecified" typeid="-1" typename="Not specified" goaccession="null" />
            </participant>
        </participantlist>
        <interactionlist >
            <interaction index="0" name="rn:R04804" reversible="false" >
                <participantuselist >
                    <participantuse index="0" participantusetype="Catalyst" stoichiometry="3.0" />
                    <participantuse index="1" participantusetype="Reactant" stoichiometry="3.0" />
                    <participantuse index="2" participantusetype="Product" stoichiometry="3.0" />
                </participantuselist>
            </interaction>
            <interaction index="1" name="rn:R04667" reversible="false" >
                <participantuselist >
                    <participantuse index="2" participantusetype="Reactant" stoichiometry="2.0" />
                    <participantuse index="3" participantusetype="Product" stoichiometry="2.0" />
                </participantuselist>
            </interaction>
            <interaction index="2" name="rn:R04669" reversible="false" >
                <participantuselist >
                    <participantuse index="4" participantusetype="Reactant" stoichiometry="2.0" />
                    <participantuse index="1" participantusetype="Product" stoichiometry="2.0" />
                    <participantuse index="45" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="3" name="rn:R01658" reversible="false" >
                <participantuselist >
                    <participantuse index="7" participantusetype="Catalyst" stoichiometry="4.0" />
                    <participantuse index="8" participantusetype="Reactant" stoichiometry="4.0" />
                    <participantuse index="9" participantusetype="Reactant" stoichiometry="4.0" />
                    <participantuse index="10" participantusetype="Product" stoichiometry="4.0" />
                </participantuselist>
            </interaction>
            <interaction index="4" name="rn:R03724" reversible="false" >
                <participantuselist >
                    <participantuse index="3" participantusetype="Reactant" stoichiometry="2.0" />
                    <participantuse index="11" participantusetype="Product" stoichiometry="2.0" />
                </participantuselist>
            </interaction>
            <interaction index="5" name="rn:R03690" reversible="false" >
                <participantuselist >
                    <participantuse index="6" participantusetype="Reactant" stoichiometry="2.0" />
                    <participantuse index="4" participantusetype="Product" stoichiometry="2.0" />
                    <participantuse index="44" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="6" name="rn:R02245" reversible="false" >
                <participantuselist >
                    <participantuse index="12" participantusetype="Catalyst" stoichiometry="3.0" />
                    <participantuse index="13" participantusetype="Reactant" stoichiometry="3.0" />
                    <participantuse index="41" participantusetype="Downstream" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="7" name="rn:R03199" reversible="false" >
                <participantuselist >
                    <participantuse index="14" participantusetype="Catalyst" stoichiometry="3.0" />
                    <participantuse index="15" participantusetype="Reactant" stoichiometry="3.0" />
                    <participantuse index="6" participantusetype="Product" stoichiometry="3.0" />
                </participantuselist>
            </interaction>
            <interaction index="8" name="rn:R01121" reversible="false" >
                <participantuselist >
                    <participantuse index="16" participantusetype="Catalyst" stoichiometry="3.0" />
                    <participantuse index="9" participantusetype="Product" stoichiometry="3.0" />
                    <participantuse index="17" participantusetype="Reactant" stoichiometry="3.0" />
                </participantuselist>
            </interaction>
            <interaction index="9" name="rn:R01123" reversible="true" >
                <participantuselist >
                    <participantuse index="18" participantusetype="Catalyst" stoichiometry="3.0" />
                    <participantuse index="8" participantusetype="Product" stoichiometry="3.0" />
                    <participantuse index="9" participantusetype="Reactant" stoichiometry="3.0" />
                </participantuselist>
            </interaction>
            <interaction index="10" name="rn:R01451" reversible="false" >
                <participantuselist >
                    <participantuse index="19" participantusetype="Product" stoichiometry="2.0" />
                    <participantuse index="20" participantusetype="Reactant" stoichiometry="2.0" />
                    <participantuse index="47" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="11" name="rn:R01457" reversible="false" >
                <participantuselist >
                    <participantuse index="11" participantusetype="Reactant" stoichiometry="2.0" />
                    <participantuse index="19" participantusetype="Product" stoichiometry="2.0" />
                    <participantuse index="48" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="12" name="rn:R02003" reversible="false" >
                <participantuselist >
                    <participantuse index="21" participantusetype="Catalyst" stoichiometry="4.0" />
                    <participantuse index="5" participantusetype="Product" stoichiometry="4.0" />
                    <participantuse index="9" participantusetype="Reactant" stoichiometry="4.0" />
                    <participantuse index="10" participantusetype="Reactant" stoichiometry="4.0" />
                </participantuselist>
            </interaction>
            <interaction index="13" name="rn:R02874" reversible="false" >
                <participantuselist >
                    <participantuse index="22" participantusetype="Reactant" stoichiometry="3.0" />
                    <participantuse index="15" participantusetype="Product" stoichiometry="3.0" />
                    <participantuse index="42" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="14" name="rn:R03310" reversible="false" >
                <participantuselist >
                    <participantuse index="24" participantusetype="Catalyst" stoichiometry="3.0" />
                    <participantuse index="25" participantusetype="Reactant" stoichiometry="3.0" />
                    <participantuse index="20" participantusetype="Product" stoichiometry="3.0" />
                </participantuselist>
            </interaction>
            <interaction index="15" name="rn:R02082" reversible="false" >
                <participantuselist >
                    <participantuse index="26" participantusetype="Catalyst" stoichiometry="3.0" />
                    <participantuse index="13" participantusetype="Product" stoichiometry="3.0" />
                    <participantuse index="27" participantusetype="Reactant" stoichiometry="3.0" />
                </participantuselist>
            </interaction>
            <interaction index="16" name="rn:R03245" reversible="false" >
                <participantuselist >
                    <participantuse index="28" participantusetype="Catalyst" stoichiometry="3.0" />
                    <participantuse index="17" participantusetype="Product" stoichiometry="3.0" />
                    <participantuse index="41" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="17" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="2" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="25" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="18" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="5" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="22" participantusetype="Product" stoichiometry="1.0" />
                    <participantuse index="23" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="19" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="29" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="27" participantusetype="Product" stoichiometry="1.0" />
                    <participantuse index="30" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="31" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="20" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="19" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="35" participantusetype="Product" stoichiometry="1.0" />
                    <participantuse index="46" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="21" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="19" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="37" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="22" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="37" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="34" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="23" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="19" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="36" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="24" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="19" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="33" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="25" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="19" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="32" participantusetype="Product" stoichiometry="1.0" />
                    <participantuse index="49" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="26" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="19" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="38" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="27" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="15" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="39" participantusetype="Product" stoichiometry="1.0" />
                    <participantuse index="43" participantusetype="Reactant" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
            <interaction index="28" name="Unnamed process" reversible="false" >
                <participantuselist >
                    <participantuse index="39" participantusetype="Reactant" stoichiometry="1.0" />
                    <participantuse index="40" participantusetype="Product" stoichiometry="1.0" />
                </participantuselist>
            </interaction>
        </interactionlist>
    </pathway>
    <presentationlist >
        <presentation name="Biosynthesis of steroids" zoom="52.0" >
            <participantstatelist >
                <participantstate index="0" visible="true" x="24.23841125638604" y="-15.083933371780475" z="0.0" shape="1" resize="false" width="6.400000095367432" height="1.4" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" 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="1" visible="true" x="18.590553531287092" y="-13.506766888886869" z="0.0" shape="0" resize="false" width="6.400000095367432" height="1.4" 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="18.537391259839566" y="-17.568262276920112" z="0.0" shape="0" resize="false" width="6.400000095367432" height="1.4" 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="3" visible="true" x="18.34259023098062" y="-21.773572951712566" z="0.0" shape="0" resize="false" width="9.68421052631579" height="1.4" 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="4" visible="true" x="18.5436175632419" y="-9.541753051369438" z="0.0" shape="0" resize="false" width="9.578947368421053" height="1.4" 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="-3.443276098928786" y="-16.830216112952982" z="0.0" shape="0" resize="false" width="6.400000095367432" height="1.4" 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="6" visible="true" x="18.381163819914136" y="-3.3103180894917807" z="0.0" shape="0" resize="false" width="6.400000095367432" height="1.4" 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="3.2150224096174367" y="-10.556582450714396" z="0.0" shape="1" resize="false" width="6.400000095367432" height="1.4" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" 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="3.9017730666222254" y="-8.095329737496575" z="0.0" shape="0" resize="false" width="6.842105263157895" height="1.4" 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="9" visible="true" x="-13.59439065925355" y="-7.998668755819494" z="0.0" shape="0" resize="false" width="6.400000095367432" height="1.4" 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="-3.399494403974912" y="-12.820353350289908" z="0.0" shape="0" resize="false" width="6.400000095367432" height="1.4" 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="11" visible="true" x="18.50184069947734" y="-25.404155548553884" z="0.0" shape="0" resize="false" width="6.400000095367432" height="1.4" 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="12" visible="true" x="11.456206487901163" y="2.8497477269865197" z="0.0" shape="1" resize="false" width="6.400000095367432" height="1.4" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" 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="13" visible="true" x="6.482390631712348" y="0.4057727272338435" z="0.0" shape="0" resize="false" width="6.400000095367432" height="1.4" 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="14" visible="true" x="8.640673501662553" y="-10.22612106275638" z="0.0" shape="1" resize="false" width="6.400000095367432" height="1.4" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" 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="-3.542396947238874" y="-24.239923900567227" z="0.0" shape="0" resize="false" width="9.210526315789474" height="1.4" 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="16" visible="true" x="-0.04544522970444336" y="-2.2819725824665333" z="0.0" shape="1" resize="false" width="6.400000095367432" height="1.4" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" 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="17" visible="true" x="28.72547399349676" y="0.6226186519492002" z="0.0" shape="0" resize="false" width="7.315789473684211" height="1.4" 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="18" visible="true" x="-3.0341501021836237" y="-6.2600424501951455" z="0.0" shape="1" resize="false" width="6.400000095367432" height="1.4" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" 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="18.509096332165885" y="-30.811099022330737" z="0.0" shape="0" resize="false" width="6.400000095367432" height="1.4" 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="26.991678235372056" y="-24.539311753948688" z="0.0" shape="0" resize="false" width="9.157894736842104" height="1.4" 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="21" visible="true" x="3.132975069609989" y="-14.708987640338238" z="0.0" shape="1" resize="false" width="6.400000095367432" height="1.4" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" 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="22" visible="true" x="-3.5301193310183736" y="-20.508458289986212" z="0.0" shape="0" resize="false" width="6.400000095367432" height="1.4" 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="23" visible="true" x="2.7072040198603915" y="-18.880510289159" z="0.0" shape="1" resize="false" width="6.400000095367432" height="1.4" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" 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="31.25113896589851" y="-20.907593778973336" z="0.0" shape="1" resize="false" width="6.400000095367432" height="1.4" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" 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="26.856324186515955" y="-17.472161645788653" z="0.0" shape="0" resize="false" width="6.400000095367432" height="1.4" 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="26" visible="true" x="1.0945709081608834" y="2.741725399123795" z="0.0" shape="1" resize="false" width="6.400000095367432" height="1.4" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" 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="-3.3788974306682973" y="0.4875670476970649" z="0.0" shape="0" resize="false" width="6.400000095367432" height="1.4" 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="28" visible="true" x="22.725886906795406" y="2.9938894295969734" z="0.0" shape="1" resize="false" width="6.400000095367432" height="1.4" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" 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="29" visible="true" x="-14.77317547089545" y="0.42565879585663496" z="0.0" shape="0" resize="false" width="6.947368421052632" height="1.4" 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="30" visible="true" x="-8.401284557134092" y="-2.0762065306662927" z="0.0" shape="0" resize="false" width="6.400000095367432" height="1.4" 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="31" visible="true" x="-8.276466115134383" y="3.0459275464284676" z="0.0" shape="1" resize="false" width="6.400000095367432" height="1.4" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" 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="10.13168808061508" y="-31.065930468073724" z="0.0" shape="0" resize="false" width="9.526315789473685" height="1.4" 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="33" visible="true" x="24.112064284912652" y="-36.46912915242345" z="0.0" shape="0" resize="false" width="6.400000095367432" height="1.4" 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="34" visible="true" x="31.726967803029762" y="-36.642360714214114" z="0.0" shape="0" resize="false" width="7.2105263157894735" height="1.4" 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="35" visible="true" x="33.43574301312641" y="-30.358642160924596" z="0.0" shape="0" resize="false" width="7.631578947368421" height="1.4" 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="36" visible="true" x="15.430443047559104" y="-37.3322954168475" z="0.0" shape="0" resize="false" width="10.842105263157896" height="1.4" 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="37" visible="true" x="29.202474051140513" y="-32.89147536363133" z="0.0" shape="0" resize="false" width="11.31578947368421" height="1.4" 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="38" visible="true" x="9.450179006950613" y="-35.16822865130207" z="0.0" shape="0" resize="false" width="9.526315789473685" height="1.4" 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="39" visible="true" x="-3.651206943242068" y="-28.561049732169813" z="0.0" shape="0" resize="false" width="7.526315789473684" height="1.4" 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="40" visible="true" x="-3.7156951978200934" y="-34.557611776285015" z="0.0" shape="0" resize="false" width="10.0" height="1.4" 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="16.689614805423247" y="0.5257976304222345" z="0.0" shape="0" resize="false" width="6.684210526315789" height="1.4" 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="3.2911007882786425" y="-22.162135106802488" z="0.0" shape="1" resize="false" width="6.400000095367432" height="1.4" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" 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="43" visible="true" x="2.8940532071239944" y="-26.55155370754393" z="0.0" shape="1" resize="false" width="6.400000095367432" height="1.4" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" 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="44" visible="true" x="24.27409284444229" y="-6.28698275340249" z="0.0" shape="1" resize="false" width="6.904000000000001" height="1.4" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" 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="45" visible="true" x="25.809319176762553" y="-11.512193223264024" z="0.0" shape="1" resize="false" width="10.424000000000001" height="1.4" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" 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="46" visible="true" x="27.119736397329483" y="-27.81148320356155" z="0.0" shape="1" resize="false" width="6.400000095367432" height="1.4" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" 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="47" visible="true" x="32.61783676209565" y="-26.15980769493511" z="0.0" shape="1" resize="false" width="6.400000095367432" height="1.4" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" 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="9.973634482708196" y="-24.812881795755725" z="0.0" shape="1" resize="false" width="6.400000095367432" height="1.4" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" 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="11.054790029203867" y="-27.43938729916542" z="0.0" shape="1" resize="false" width="6.400000095367432" height="1.4" depth="0.0" bodycolor1="a0e5c9ff" bodycolor2="a0e5c9ff" 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" />
            </participantstatelist>
            <interactionstatelist >
                <interactionstate index="0" visible="true" shape="0" height="0.5" width="0.5" x="18.42040436619493" y="-15.15325696348637" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="0.0" blankcolorlength="0.0" tiltup="0.0" />
                <interactionstate index="1" visible="true" shape="0" height="0.5" width="0.5" x="18.349688284363154" y="-19.91152546762397" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="0.0" blankcolorlength="0.0" tiltup="0.0" />
                <interactionstate index="2" visible="true" shape="0" height="0.5" width="0.5" x="18.555492504328267" y="-11.446413870209655" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="0.0" blankcolorlength="0.0" tiltup="0.0" />
                <interactionstate index="3" visible="true" shape="0" height="0.5" width="0.5" x="-3.287424099424908" y="-10.633886758702719" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="0.0" blankcolorlength="0.0" tiltup="0.0" />
                <interactionstate index="4" visible="true" shape="0" height="0.5" width="0.5" x="18.35906492736893" y="-23.63327487554959" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="0.0" blankcolorlength="0.0" tiltup="0.0" />
                <interactionstate index="5" visible="true" shape="0" height="0.5" width="0.5" x="18.329343722839397" y="-6.490538523568896" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="0.0" blankcolorlength="0.0" tiltup="0.0" />
                <interactionstate index="6" visible="true" shape="0" height="0.5" width="0.5" x="11.267453033975782" y="0.36488352369945865" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="0.0" blankcolorlength="0.0" tiltup="0.0" />
                <interactionstate index="7" visible="true" shape="0" height="0.5" width="0.5" x="12.07639722145534" y="-11.764750134633422" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="0.0" blankcolorlength="0.0" tiltup="0.0" />
                <interactionstate index="8" visible="true" shape="0" height="0.5" width="0.5" x="1.1090545598725834" y="-4.604177497586119" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="0.0" blankcolorlength="0.0" tiltup="0.0" />
                <interactionstate index="9" visible="true" shape="0" height="0.5" width="0.5" x="-3.200201459468441" y="-8.379786481753483" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="0.0" blankcolorlength="0.0" tiltup="0.0" />
                <interactionstate index="10" visible="true" shape="0" height="0.5" width="0.5" x="22.59187522591229" y="-28.029887726338867" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="0.0" blankcolorlength="0.0" tiltup="0.0" />
                <interactionstate index="11" visible="true" shape="0" height="0.5" width="0.5" x="18.50366425742546" y="-27.91354302812576" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="0.0" blankcolorlength="0.0" tiltup="0.0" />
                <interactionstate index="12" visible="true" shape="0" height="0.5" width="0.5" x="-3.488406818810347" y="-14.702245950696074" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="0.0" blankcolorlength="0.0" tiltup="0.0" />
                <interactionstate index="13" visible="true" shape="0" height="0.5" width="0.5" x="-3.659789407695089" y="-22.321778810678104" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="0.0" blankcolorlength="0.0" tiltup="0.0" />
                <interactionstate index="14" visible="true" shape="0" height="0.5" width="0.5" x="26.89169805549096" y="-20.980933849322042" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="0.0" blankcolorlength="0.0" tiltup="0.0" />
                <interactionstate index="15" visible="true" shape="0" height="0.5" width="0.5" x="0.9740992840409255" y="0.42452596209010574" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="0.0" blankcolorlength="0.0" tiltup="0.0" />
                <interactionstate index="16" visible="true" shape="0" height="0.5" width="0.5" x="22.693563249477876" y="0.5636295812292997" z="0.0" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="0.0" blankcolorlength="0.0" tiltup="0.0" />
                <interactionstate index="17" visible="true" shape="0" height="0.5" width="0.5" x="22.941796953368648" y="-17.63517741484191" z="0.19999999850988387" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="0.0" blankcolorlength="0.0" tiltup="0.0" />
                <interactionstate index="18" visible="true" shape="0" height="0.5" width="0.5" x="-3.5372901008548863" y="-18.83750265387175" z="0.19999999850988387" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="0.0" blankcolorlength="0.0" tiltup="0.0" />
                <interactionstate index="19" visible="true" shape="0" height="0.5" width="0.5" x="-8.229933996596408" y="0.18490334260970015" z="0.19999999850988387" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="0.0" blankcolorlength="0.0" tiltup="0.0" />
                <interactionstate index="20" visible="true" shape="0" height="0.5" width="0.5" x="27.08472041558714" y="-30.650400088019126" z="0.19999999850988387" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="0.0" blankcolorlength="0.0" tiltup="0.0" />
                <interactionstate index="21" visible="true" shape="0" height="0.5" width="0.5" x="22.54586154255935" y="-31.690700203400073" z="0.19999999850988387" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="0.0" blankcolorlength="0.0" tiltup="0.0" />
                <interactionstate index="22" visible="true" shape="0" height="0.5" width="0.5" x="29.871715342871155" y="-34.42940204782931" z="0.19999999850988387" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="0.0" blankcolorlength="0.0" tiltup="0.0" />
                <interactionstate index="23" visible="true" shape="0" height="0.5" width="0.5" x="16.7769455802511" y="-34.261997808266656" z="0.19999999850988387" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="0.0" blankcolorlength="0.0" tiltup="0.0" />
                <interactionstate index="24" visible="true" shape="0" height="0.5" width="0.5" x="21.20359271867913" y="-33.687818862955744" z="0.19999999850988387" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="0.0" blankcolorlength="0.0" tiltup="0.0" />
                <interactionstate index="25" visible="true" shape="0" height="0.5" width="0.5" x="13.668508338609989" y="-29.334410982357152" z="0.19999999850988387" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="0.0" blankcolorlength="0.0" tiltup="0.0" />
                <interactionstate index="26" visible="true" shape="0" height="0.5" width="0.5" x="12.551678440389031" y="-33.38906134274548" z="0.19999999850988387" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="0.0" blankcolorlength="0.0" tiltup="0.0" />
                <interactionstate index="27" visible="true" shape="0" height="0.5" width="0.5" x="-3.6221628366670937" y="-26.44932129747018" z="0.19999999850988387" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="0.0" blankcolorlength="0.0" tiltup="0.0" />
                <interactionstate index="28" visible="true" shape="0" height="0.5" width="0.5" x="-3.641664430572583" y="-31.243569509037588" z="0.19999999850988387" linewidth="0.30000001192092896" bodycolor="7f7f7fff" startcolor="7f7f7fff" endcolor="7f7f7fff" shadowcolor="7f7f7fff" blend="false" stippled="false" stipplecolorlength="0.0" blankcolorlength="0.0" tiltup="0.0" />
            </interactionstatelist>
        </presentation>
    </presentationlist>
    <experimentlist >
      <experiment type="analyte" id="39" date="09-26-2006" limsid="BCJ060926A" description="10% serum" visible="true" labname="Sterols (Core J), UT Southwestern Medical Center"/>
      <experiment type="analyte" id="40" date="10-17-2006" limsid="BCJ061017A" description="10% serum" visible="true" labname="Sterols (Core J), UT Southwestern Medical Center"/>
      <experiment type="analyte" id="41" date="10-24-2006" limsid="BCJ061024A" description="10% serum" visible="true" labname="Sterols (Core J), UT Southwestern Medical Center"/>
      <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>

