<?xml version="1.0" encoding="iso-8859-1"?>
<!--  FILE :  MAPK_cascade_2001.xml

CREATED :  25th October 2001

LAST MODIFIED : 22nd January 2002

AUTHOR :  Catherine Lloyd
          Department of Engineering Science
          The University of Auckland
          
MODEL STATUS :  This model conforms to the CellML 1.0 Specification released on
10th August 2001, and the 16/01/2002 CellML Metadata 1.0 Specification .

DESCRIPTION :  This file contains a CellML description of a study by Asthagiri
and Lauffenburger (2001) of the feedback effects on signal dynamics in the
mitogen-activated protein kinase (MAPK) cascade.  

CHANGES:  
  22/01/2002 - AAC - Updated metadata to conform to the 16/1/02 CellML Metadata
                     1.0 Specification.
  25/02/2002 - CML - Altered connections after checking the model with the 
                     validator.
-->
<model name="MAPK_cascade_2001" cmeta:id="MAPK_cascade_2001" xmlns="http://www.cellml.org/cellml/1.0#" xmlns:cellml="http://www.cellml.org/cellml/1.0#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#">
	<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:bqs="http://www.cellml.org/bqs/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">
		<!--
      The following RDF block contains metadata that applies to this document
      as a whole, as indicated by the empty about attribute on the 
      <rdf:Description> element.
    -->
		<rdf:Description about="">
			<!--
        The Model Builder Metadata.  The Dublin Core "creator" element is used  
        to indicate the person who translated the model into CellML.
      -->
			<dc:creator rdf:parseType="Resource">
				<vCard:N rdf:parseType="Resource">
					<vCard:Family>Lloyd</vCard:Family>
					<vCard:Given>Catherine</vCard:Given>
					<vCard:Other>May</vCard:Other>
				</vCard:N>
				<vCard:EMAIL rdf:parseType="Resource">
					<rdf:value>c.lloyd@auckland.ac.nz</rdf:value>
					<rdf:type rdf:resource="http://imc.org/vCard/3.0#internet"/>
				</vCard:EMAIL>
				<vCard:ORG rdf:parseType="Resource">
					<vCard:Orgname>The University of Auckland</vCard:Orgname>
					<vCard:Orgunit>The Bioengineering Research Group</vCard:Orgunit>
				</vCard:ORG>
			</dc:creator>
			<!--
        The Creation Date metadata. This is the date on which the model
        was translated into CellML.
      -->
			<dcterms:created rdf:parseType="Resource">
				<dcterms:W3CDTF>2001-10-25</dcterms:W3CDTF>
			</dcterms:created>
			<!--
        The Modification History metadata. This lists the changes that have been
        made to the document, who made the changes, and when they were made.
      -->
			<cmeta:modification rdf:parseType="Resource">
				<rdf:value>
          Altered connections after chacking the model with the validator.
        </rdf:value>
				<cmeta:modifier rdf:parseType="Resource">
					<vCard:N rdf:parseType="Resource">
						<vCard:Family>Lloyd</vCard:Family>
						<vCard:Given>Catherine</vCard:Given>
						<vCard:Other>May</vCard:Other>
					</vCard:N>
				</cmeta:modifier>
				<dcterms:modified rdf:parseType="Resource">
					<dcterms:W3CDTF>2002-02-25</dcterms:W3CDTF>
				</dcterms:modified>
				<rdf:value>
          Updated metadata to conform to the 16/1/02 CellML Metadata 1.0 
          Specification.
        </rdf:value>
				<cmeta:modifier rdf:parseType="Resource">
					<vCard:N rdf:parseType="Resource">
						<vCard:Family>Cuellar</vCard:Family>
						<vCard:Given>Autumn</vCard:Given>
						<vCard:Other>A.</vCard:Other>
					</vCard:N>
				</cmeta:modifier>
				<dcterms:modified rdf:parseType="Resource">
					<dcterms:W3CDTF>2002-01-22</dcterms:W3CDTF>
				</dcterms:modified>
			</cmeta:modification>
			<!-- The Publisher metadata. -->
			<dc:publisher>
        The University of Auckland, Bioengineering Research Group
      </dc:publisher>
		</rdf:Description>
		<!--
      The following metadata refers to the model itself, as indicated by the
      reference to the ID "MAPK_cascade_2001", which is declared on the         
      <model> element.
    -->
		<rdf:Description about="#MAPK_cascade_2001">
			<!-- A human readable name for the model. -->
			<dc:title>
        The mitogen-activated protein kinase (MAPK) cascade, 2001
      </dc:title>
			<!-- A comment regarding the model. -->
			<cmeta:comment rdf:parseType="Resource">
				<rdf:value>
          This is the CellML description of Asthagiri and Lauffenburger's       
          mathematical model of the mitogen-activated protein kinase (MAPK)     
          cascade (2001).  They examine MAPK pathway dynamics, especially the   
          role of negative feedback mechanisms in generating signal adaptation.
        </rdf:value>
				<!-- The creator of the comment. -->
				<dc:creator rdf:parseType="Resource">
					<vCard:FN>Catherine Lloyd</vCard:FN>
				</dc:creator>
			</cmeta:comment>
			<!-- 
        The CellML Metadata Specification recommends that bibliographic metadata
        is used to provide information about the original model reference.  The 
        "identifier" attribute on the "BibliographicReference" class provides an
        elegant way to identify a cited reference using a database identifier            such as Pubmed.  All associated data such as author, journal title,     
        date, etc can be looked up on the database.
      -->
			<bqs:Pubmed_id>11312698</bqs:Pubmed_id>
		</rdf:Description>
	</rdf:RDF>
	<!--
    Below, we define some additional units for association with variables and
    constants within the model. The identifiers are fairly self-explanatory.
  -->
	<units name="minute">
		<unit multiplier="60.0" units="second"/>
	</units>
	<units name="number" base_units="yes"/>
	<units name="cell" base_units="yes"/>
	<units name="number_per_cell">
		<unit units="number"/>
		<unit units="cell" exponent="-1"/>
	</units>
	<units name="number_per_cell_per_minute">
		<unit units="number_per_cell"/>
		<unit units="minute" exponent="-1"/>
	</units>
	<units name="molar">
		<unit units="mole"/>
		<unit units="litre" exponent="-1"/>
	</units>
	<units name="flux">
		<unit units="molar"/>
		<unit units="minute" exponent="-1"/>
	</units>
	<units name="1st_order_rate_constant">
		<unit units="minute" exponent="-1"/>
	</units>
	<units name="2nd_order_rate_constant">
		<unit units="molar" exponent="-1"/>
		<unit units="minute" exponent="-1"/>
	</units>
	<component name="global_variables">
		<variable name="time" public_interface="out" units="minute"/>
	</component>
	<component name="R" cmeta:id="R">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="R">
				<dc:title>R</dc:title>
				<dcterms:alternative>free receptor</dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="R" public_interface="out" initial_value="1.0" units="number_per_cell"/>
		<variable name="delta_R_ligand_receptor_binding" public_interface="in" units="number_per_cell_per_minute"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>R</ci>
				</apply>
				<ci>delta_R_ligand_receptor_binding</ci>
			</apply>
		</math>
	</component>
	<component name="C" cmeta:id="C">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="C">
				<dc:title>C</dc:title>
				<dcterms:alternative>ligand-bound receptor</dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="C" public_interface="out" units="molar"/>
		<variable name="delta_C_ligand_receptor_binding" public_interface="in" units="flux"/>
		<variable name="delta_C_receptor_dimerisation" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>C</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_C_ligand_receptor_binding</ci>
					<ci>delta_C_receptor_dimerisation</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="C2" cmeta:id="C2">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="C2">
				<dc:title>C2</dc:title>
				<dcterms:alternative>ligand-bound and dimerised
receptor</dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="C2" public_interface="out" units="molar"/>
		<variable name="delta_C2_receptor_dimerisation" public_interface="in" units="flux"/>
		<variable name="delta_C2_dimerised_receptor_activation" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>C2</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_C2_receptor_dimerisation</ci>
					<ci>delta_C2_dimerised_receptor_activation</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="C_" cmeta:id="C_">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="C_">
				<dc:title>C_</dc:title>
				<dcterms:alternative>dimerised and activated
receptor</dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="C_" public_interface="out" units="molar"/>
		<variable name="delta_C__dimerised_receptor_activation" public_interface="in" units="flux"/>
		<variable name="delta_C__receptor_adaptor_complex_syn" public_interface="in" units="flux"/>
		<variable name="delta_C__receptor_adaptors_complex_syn2" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>C_</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_C__dimerised_receptor_activation</ci>
					<ci>delta_C__receptor_adaptor_complex_syn</ci>
					<ci>delta_C__receptor_adaptors_complex_syn2</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="L" cmeta:id="L">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="L">
				<dc:title>L</dc:title>
				<dcterms:alternative>free ligand</dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="L" public_interface="out" initial_value="3.0E-8" units="molar"/>
		<variable name="delta_L_ligand_receptor_binding" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>L</ci>
				</apply>
				<ci>delta_L_ligand_receptor_binding</ci>
			</apply>
		</math>
	</component>
	<component name="A2_" cmeta:id="A2_">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="A2_">
				<dc:title>A2_</dc:title>
				<dcterms:alternative>non-functional second adaptor</dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="A2_" public_interface="out" units="molar"/>
		<variable name="delta_A2__E0_E4__desyn" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>A2_</ci>
				</apply>
				<ci>delta_A2__E0_E4__desyn</ci>
			</apply>
		</math>
	</component>
	<component name="E4_" cmeta:id="E4_">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="E4_">
				<dc:title>E4_</dc:title>
				<dcterms:alternative>4th activated signaling
enzyme</dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="E4_" public_interface="out" units="molar"/>
		<variable name="delta_E4__E0_E4__desyn" public_interface="in" units="flux"/>
		<variable name="delta_E4__E2_E4__desyn" public_interface="in" units="flux"/>
		<variable name="delta_E4__E4_activation" public_interface="in" units="flux"/>
		<variable name="delta_E4__E5_activation" public_interface="in" units="flux"/>
		<variable name="delta_E4__E0_E4__syn" public_interface="in" units="flux"/>
		<variable name="delta_E4__E2_E4__syn" public_interface="in" units="flux"/>
		<variable name="delta_E4__E4__P4_binding" public_interface="in" units="flux"/>
		<variable name="delta_E4__E4__E5_binding" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>E4_</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_E4__E0_E4__desyn</ci>
					<ci>delta_E4__E2_E4__desyn</ci>
					<ci>delta_E4__E4_activation</ci>
					<ci>delta_E4__E5_activation</ci>
					<ci>delta_E4__E0_E4__syn</ci>
					<ci>delta_E4__E2_E4__syn</ci>
					<ci>delta_E4__E4__P4_binding</ci>
					<ci>delta_E4__E4__E5_binding</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="E0_E4_" cmeta:id="E0_E4_">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="E0_E4_">
				<dc:title>E0_E4_</dc:title>
				<dcterms:alternative>
          transition complex in feedback, mediated by E4_
        </dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="E0_E4_" public_interface="out" units="molar"/>
		<variable name="delta_E0_E4__E0_E4__syn" public_interface="in" units="flux"/>
		<variable name="delta_E0_E4__E0_E4__desyn" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>E0_E4_</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_E0_E4__E0_E4__syn</ci>
					<ci>delta_E0_E4__E0_E4__desyn</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="E1_" cmeta:id="E1_">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="E1_">
				<dc:title>E1_</dc:title>
				<dcterms:alternative>1st activated signaling
enzyme</dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="E1_" public_interface="out" units="flux"/>
		<variable name="delta_E1__E1_activation" public_interface="in" units="flux"/>
		<variable name="delta_E1__E2_activation" public_interface="in" units="flux"/>
		<variable name="delta_E1__E1__P1_binding" public_interface="in" units="flux"/>
		<variable name="delta_E1__E1__E2_binding" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="flux"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>E1_</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_E1__E1_activation</ci>
					<ci>delta_E1__E2_activation</ci>
					<ci>delta_E1__E1__P1_binding</ci>
					<ci>delta_E1__E1__E2_binding</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="E1" cmeta:id="E1">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="E1">
				<dc:title>E1</dc:title>
				<dcterms:alternative>1st inactive signaling enzyme</dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="E1" public_interface="out" initial_value="1.0" units="molar"/>
		<variable name="delta_E1_E1__inactivation" public_interface="in" units="flux"/>
		<variable name="delta_E1_E0__E1_binding" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>E1</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_E1_E1__inactivation</ci>
					<ci>delta_E1_E0__E1_binding</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="A1" cmeta:id="A1">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="A1">
				<dc:title>A1</dc:title>
				<dcterms:alternative>free first adaptor</dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="A1" public_interface="out" initial_value="1.0" units="molar"/>
		<variable name="delta_A1_adaptor_heterodimer_syn" public_interface="in" units="flux"/>
		<variable name="delta_A1_receptor_adaptor_complex_syn" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>A1</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_A1_adaptor_heterodimer_syn</ci>
					<ci>delta_A1_receptor_adaptor_complex_syn</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="A2" cmeta:id="A2">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="A2">
				<dc:title>A2</dc:title>
				<dcterms:alternative>free second adaptor</dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="A2" public_interface="out" initial_value="1.0" units="molar"/>
		<variable name="delta_A2_adaptor_heterodimer_syn" public_interface="in" units="flux"/>
		<variable name="delta_A2_receptor_adaptors_complex_syn1" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>A2</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_A2_adaptor_heterodimer_syn</ci>
					<ci>delta_A2_receptor_adaptors_complex_syn1</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="E0_" cmeta:id="E0_">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="E0_">
				<dc:title>E0_</dc:title>
				<dcterms:alternative>receptor-ligand dimer</dcterms:alternative>
				<dcterms:alternative>adaptors 1 + 2 complex</dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="E0_" public_interface="out" units="molar"/>
		<variable name="delta_E0__receptor_adaptors_complex_syn1" public_interface="in" units="flux"/>
		<variable name="delta_E0__receptor_adaptors_complex_syn2" public_interface="in" units="flux"/>
		<variable name="delta_E0__E1_activation" public_interface="in" units="flux"/>
		<variable name="delta_E0__E0_E4__syn" public_interface="in" units="flux"/>
		<variable name="delta_E0__E0__E1_binding" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>E0_</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_E0__receptor_adaptors_complex_syn1</ci>
					<ci>delta_E0__receptor_adaptors_complex_syn2</ci>
					<ci>delta_E0__E1_activation</ci>
					<ci>delta_E0__E0_E4__syn</ci>
					<ci>delta_E0__E0__E1_binding</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="C_A1" cmeta:id="C_A1">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="C_A1">
				<dc:title>C_A1</dc:title>
				<dcterms:alternative>active receptor-ligand dimer</dcterms:alternative>
				<dcterms:alternative>adaptor 1 complex</dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="C_A1" public_interface="out" units="molar"/>
		<variable name="delta_C_A1_receptor_adaptor_complex_syn" public_interface="in" units="flux"/>
		<variable name="delta_C_A1_E0_E4__desyn" public_interface="in" units="flux"/>
		<variable name="delta_C_A1_receptor_adaptors_complex_syn1" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>C_A1</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_C_A1_receptor_adaptor_complex_syn</ci>
					<ci>delta_C_A1_E0_E4__desyn</ci>
					<ci>delta_C_A1_receptor_adaptors_complex_syn1</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="P1" cmeta:id="P1">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="P1">
				<dc:title>P1</dc:title>
				<dcterms:alternative>1st deactivating enzyme</dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="P1" public_interface="out" units="molar"/>
		<variable name="delta_P1_E1__inactivation" public_interface="in" units="flux"/>
		<variable name="delta_P1_E1__P1_binding" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>P1</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_P1_E1__inactivation</ci>
					<ci>delta_P1_E1__P1_binding</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="E2_" cmeta:id="E2_">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="E2_">
				<dc:title>E2_act</dc:title>
				<dcterms:alternative>2nd activated signaling
enzyme</dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="E2_" public_interface="out" units="molar"/>
		<variable name="delta_E2__E2_activation" public_interface="in" units="flux"/>
		<variable name="delta_E2__E3_activation" public_interface="in" units="flux"/>
		<variable name="delta_E2__E2__P2_binding" public_interface="in" units="flux"/>
		<variable name="delta_E2__E2_E4__syn" public_interface="in" units="flux"/>
		<variable name="delta_E2__E2_E4__desyn" public_interface="in" units="flux"/>
		<variable name="delta_E2__E2__E3_binding" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>E2_</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_E2__E2_activation</ci>
					<ci>delta_E2__E3_activation</ci>
					<ci>delta_E2__E2__P2_binding</ci>
					<ci>delta_E2__E2_E4__syn</ci>
					<ci>delta_E2__E2_E4__desyn</ci>
					<ci>delta_E2__E2__E3_binding</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="E2" cmeta:id="E2">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="E2">
				<dc:title>E2</dc:title>
				<dcterms:alternative>2nd inactive signaling enzyme</dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="E2" public_interface="out" initial_value="1.0" units="molar"/>
		<variable name="delta_E2_E2__inactivation" public_interface="in" units="flux"/>
		<variable name="delta_E2_E1__E2_binding" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>E2</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_E2_E2__inactivation</ci>
					<ci>delta_E2_E1__E2_binding</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="P2" cmeta:id="P2">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="P2">
				<dc:title>P2</dc:title>
				<dcterms:alternative>2nd deactivating enzyme</dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="P2" public_interface="out" initial_value="1.0" units="molar"/>
		<variable name="delta_P2_E2__inactivation" public_interface="in" units="flux"/>
		<variable name="delta_P2_E2__P2_binding" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>P2</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_P2_E2__inactivation</ci>
					<ci>delta_P2_E2__P2_binding</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="E1_P1" cmeta:id="E1_P1">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="E1_P1">
				<dc:title>E1_P1</dc:title>
				<dcterms:alternative>
          transition complex between an active substrate and its deactivating
          enzyme
        </dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="E1_P1" public_interface="out" units="molar"/>
		<variable name="delta_E1_P1_E1__P1_binding" public_interface="in" units="flux"/>
		<variable name="delta_E1_P1_E1__inactivation" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>E1_P1</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_E1_P1_E1__P1_binding</ci>
					<ci>delta_E1_P1_E1__inactivation</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="E2_P2" cmeta:id="E2_P2">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="E2_P2">
				<dc:title>E2_P2</dc:title>
				<dcterms:alternative>
          transition complex between an active substrate and its deactivating
          enzyme
        </dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="E2_P2" public_interface="out" units="molar"/>
		<variable name="delta_E2_P2_E2__P2_binding" public_interface="in" units="flux"/>
		<variable name="delta_E2_P2_E2__inactivation" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>E2_P2</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_E2_P2_E2__P2_binding</ci>
					<ci>delta_E2_P2_E2__inactivation</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="E3_" cmeta:id="E3_">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="E3_">
				<dc:title>E3_</dc:title>
				<dcterms:alternative>3rd activated signaling
enzyme</dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="E3_" public_interface="out" units="molar"/>
		<variable name="delta_E3__E3_activation" public_interface="in" units="flux"/>
		<variable name="delta_E3__E4_activation" public_interface="in" units="flux"/>
		<variable name="delta_E3__E3_P3_binding" public_interface="in" units="flux"/>
		<variable name="delta_E3__E3__E4_binding" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>E3_</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_E3__E3_activation</ci>
					<ci>delta_E3__E4_activation</ci>
					<ci>delta_E3__E3_P3_binding</ci>
					<ci>delta_E3__E3__E4_binding</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="E3" cmeta:id="E3">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="E3">
				<dc:title>E3</dc:title>
				<dcterms:alternative>3rd inactive signaling enzyme</dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="E3" public_interface="out" initial_value="1.0" units="molar"/>
		<variable name="delta_E3_E3__inactivation" public_interface="in" units="flux"/>
		<variable name="delta_E3_E2__E3_binding" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>E3</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_E3_E3__inactivation</ci>
					<ci>delta_E3_E2__E3_binding</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="E3_P3" cmeta:id="E3_P3">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="E3_P3">
				<dc:title>E3_P3</dc:title>
				<dcterms:alternative>
          transition complex between an active substrate and its deactivating
          enzyme
        </dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="E3_P3" public_interface="out" units="molar"/>
		<variable name="delta_E3_P3_E3_P3_binding" public_interface="in" units="flux"/>
		<variable name="delta_E3_P3_E3__inactivation" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>E3_P3</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_E3_P3_E3_P3_binding</ci>
					<ci>delta_E3_P3_E3__inactivation</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="P3" cmeta:id="P3">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="P3">
				<dc:title>P3</dc:title>
				<dcterms:alternative>3rd deactivating enzyme</dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="P3" public_interface="out" initial_value="1.0" units="molar"/>
		<variable name="delta_P3_E3__inactivation" public_interface="in" units="flux"/>
		<variable name="delta_P3_E3_P3_binding" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>P3</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_P3_E3__inactivation</ci>
					<ci>delta_P3_E3_P3_binding</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="E4" cmeta:id="E4">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="E4">
				<dc:title>E4</dc:title>
				<dcterms:alternative>4th inactive signaling enzyme</dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="E4" public_interface="out" initial_value="1.0" units="molar"/>
		<variable name="delta_E4_E4__inactivation" public_interface="in" units="flux"/>
		<variable name="delta_E4_E3__E4_binding" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>E4</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_E4_E4__inactivation</ci>
					<ci>delta_E4_E3__E4_binding</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="E4_P4" cmeta:id="E4_P4">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="E4_P4">
				<dc:title>E4_P4</dc:title>
				<dcterms:alternative>
          transition complex between an active substrate and its deactivating
          enzyme
        </dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="E4_P4" public_interface="out" units="molar"/>
		<variable name="delta_E4_P4_E4__P4_binding" public_interface="in" units="flux"/>
		<variable name="delta_E4_P4_E4__inactivation" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>E4_P4</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_E4_P4_E4__P4_binding</ci>
					<ci>delta_E4_P4_E4__inactivation</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="P4" cmeta:id="P4">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="P4">
				<dc:title>P4</dc:title>
				<dcterms:alternative>4th deactivating enzyme</dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="P4" public_interface="out" initial_value="1.0" units="molar"/>
		<variable name="delta_P4_E4__inactivation" public_interface="in" units="flux"/>
		<variable name="delta_P4_E4__P4_binding" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>P4</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_P4_E4__inactivation</ci>
					<ci>delta_P4_E4__P4_binding</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="E5_" cmeta:id="E5_">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="E5_">
				<dc:title>E5_</dc:title>
				<dcterms:alternative>5th activated signaling
enzyme</dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="E5_" public_interface="out" units="molar"/>
		<variable name="delta_E5__E5_activation" public_interface="in" units="flux"/>
		<variable name="delta_E5__E5__P5_binding" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>E5_</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_E5__E5_activation</ci>
					<ci>delta_E5__E5__P5_binding</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="E5" cmeta:id="E5">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="E5">
				<dc:title>E5</dc:title>
				<dcterms:alternative>5th inactive signaling enzyme</dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="E5" public_interface="out" initial_value="1.0" units="molar"/>
		<variable name="delta_E5_E5__inactivation" public_interface="in" units="flux"/>
		<variable name="delta_E5_E4__E5_binding" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>E5</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_E5_E5__inactivation</ci>
					<ci>delta_E5_E4__E5_binding</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="P5" cmeta:id="P5">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="P5">
				<dc:title>P5</dc:title>
				<dcterms:alternative>5th deactivating enzyme</dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="P5" public_interface="out" initial_value="1.0" units="molar"/>
		<variable name="delta_P5_E5__inactivation" public_interface="in" units="flux"/>
		<variable name="delta_P5_E5__P5_binding" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>P5</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_P5_E5__inactivation</ci>
					<ci>delta_P5_E5__P5_binding</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="E5_P5" cmeta:id="E5_P5">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="E5_P5">
				<dc:title>E5_P5</dc:title>
				<dcterms:alternative>
          transition complex between an active substrate and its deactivating 
          enzyme
        </dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="E5_P5" public_interface="out" units="molar"/>
		<variable name="delta_E5_P5_E5__P5_binding" public_interface="in" units="flux"/>
		<variable name="delta_E5_P5_E5__inactivation" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>E5_P5</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_E5_P5_E5__P5_binding</ci>
					<ci>delta_E5_P5_E5__inactivation</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="A1A2" cmeta:id="A1A2">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="A1A2">
				<dc:title>A1A2</dc:title>
				<dcterms:alternative>adaptor heterodimer</dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="A1A2" public_interface="out" units="molar"/>
		<variable name="delta_A1A2_receptor_adaptors_complex_syn2" public_interface="in" units="flux"/>
		<variable name="delta_A1A2_adaptor_heterodimer_syn" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>A1A2</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_A1A2_receptor_adaptors_complex_syn2</ci>
					<ci>delta_A1A2_adaptor_heterodimer_syn</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="E2_E4_" cmeta:id="E2_E4_">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="E2_E4_">
				<dc:title>E2_E4_</dc:title>
				<dcterms:alternative>
          transition complex in feedback mediated by enzyme E4_
        </dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="E2_E4_" public_interface="out" units="molar"/>
		<variable name="delta_E2_E4__E2_E4__syn" public_interface="in" units="flux"/>
		<variable name="delta_E2_E4__E2_E4__desyn" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>E2_E4_</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_E2_E4__E2_E4__syn</ci>
					<ci>delta_E2_E4__E2_E4__desyn</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="E0_E1" cmeta:id="E0_E1">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="E0_E1">
				<dc:title>E0_E1</dc:title>
				<dcterms:alternative>
          transition complex between an inactive substrate and its activator
        </dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="E0_E1" public_interface="out" units="molar"/>
		<variable name="delta_E0_E1_E0__E1_binding" public_interface="in" units="flux"/>
		<variable name="delta_E0_E1_E1_activation" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>E0_E1</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_E0_E1_E0__E1_binding</ci>
					<ci>delta_E0_E1_E1_activation</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="E1_E2" cmeta:id="E1_E2">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="E1_E2">
				<dc:title>E1_E2</dc:title>
				<dcterms:alternative>
          transition complex between an inactive substrate and its activator
        </dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="E1_E2" public_interface="out" units="molar"/>
		<variable name="delta_E1_E2_E1__E2_binding" public_interface="in" units="flux"/>
		<variable name="delta_E1_E2_E2_activation" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>E1_E2</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_E1_E2_E1__E2_binding</ci>
					<ci>delta_E1_E2_E2_activation</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="E2_E3" cmeta:id="E2_E3">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="E2_E3">
				<dc:title>E2_E3</dc:title>
				<dcterms:alternative>
          transition complex between an inactive substrate and its activator
        </dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="E2_E3" public_interface="out" units="molar"/>
		<variable name="delta_E2_E3_E2__E3_binding" public_interface="in" units="flux"/>
		<variable name="delta_E2_E3_E3_activation" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>E2_E3</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_E2_E3_E2__E3_binding</ci>
					<ci>delta_E2_E3_E3_activation</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="E3_E4" cmeta:id="E3_E4">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="E3_E4">
				<dc:title>E3_E4</dc:title>
				<dcterms:alternative>
          transition complex between an inactive substrate and its activator
        </dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="E3_E4" public_interface="out" units="molar"/>
		<variable name="delta_E3_E4_E3__E4_binding" public_interface="in" units="flux"/>
		<variable name="delta_E3_E4_E4_activation" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>E3_E4</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_E3_E4_E3__E4_binding</ci>
					<ci>delta_E3_E4_E4_activation</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="E4_E5" cmeta:id="E4_E5">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
			<rdf:Description about="E4_E5">
				<dc:title>E4_E5</dc:title>
				<dcterms:alternative>
          transition complex between an inactive substrate and its activator
        </dcterms:alternative>
			</rdf:Description>
		</rdf:RDF>
		<variable name="E4_E5" public_interface="out" units="molar"/>
		<variable name="delta_E4_E5_E4__E5_binding" public_interface="in" units="flux"/>
		<variable name="delta_E4_E5_E5_activation" public_interface="in" units="flux"/>
		<variable name="time" public_interface="in" units="minute"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>E4_E5</ci>
				</apply>
				<apply>
					<plus/>
					<ci>delta_E4_E5_E4__E5_binding</ci>
					<ci>delta_E4_E5_E5_activation</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component name="ligand_receptor_binding">
		<variable name="L" public_interface="in" units="molar"/>
		<variable name="R" public_interface="in" units="number_per_cell"/>
		<variable name="C" public_interface="in" units="molar"/>
		<variable name="delta_L_ligand_receptor_binding" public_interface="out" units="flux"/>
		<variable name="delta_R_ligand_receptor_binding" public_interface="out" units="number_per_cell_per_minute"/>
		<variable name="delta_C_ligand_receptor_binding" public_interface="out" units="flux"/>
		<variable name="k_forward" initial_value="1.0E7" units="2nd_order_rate_constant"/>
		<variable name="k_reverse" initial_value="0.3" units="1st_order_rate_constant"/>
		<variable name="rate" units="flux"/>
		<reaction reversible="yes">
			<variable_ref variable="L">
				<role role="reactant" direction="forward" delta_variable="delta_L_ligand_receptor_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="R">
				<role role="reactant" direction="forward" delta_variable="delta_R_ligand_receptor_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="C">
				<role role="product" direction="forward" delta_variable="delta_C_ligand_receptor_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="rate">
				<role role="rate">
					<math xmlns="http://www.w3.org/1998/Math/MathML">
						<apply>
							<eq/>
							<ci>rate</ci>
							<apply>
								<plus/>
								<apply>
									<times/>
									<ci>k_forward</ci>
									<ci>L</ci>
									<ci>R</ci>
								</apply>
								<apply>
									<minus/>
									<apply>
										<times/>
										<ci>k_reverse</ci>
										<ci>C</ci>
									</apply>
								</apply>
							</apply>
						</apply>
					</math>
				</role>
			</variable_ref>
		</reaction>
	</component>
	<component name="receptor_dimerisation">
		<variable name="C" public_interface="in" units="molar"/>
		<variable name="C2" public_interface="in" units="molar"/>
		<variable name="delta_C_receptor_dimerisation" public_interface="out" units="flux"/>
		<variable name="delta_C2_receptor_dimerisation" public_interface="out" units="flux"/>
		<variable name="k1" initial_value="60000000.0" units="2nd_order_rate_constant"/>
		<variable name="k1_" initial_value="60.0" units="1st_order_rate_constant"/>
		<variable name="rate" units="flux"/>
		<reaction reversible="yes">
			<variable_ref variable="C">
				<role role="reactant" direction="forward" delta_variable="delta_C_receptor_dimerisation" stoichiometry="2"/>
			</variable_ref>
			<variable_ref variable="C2">
				<role role="product" direction="forward" delta_variable="delta_C2_receptor_dimerisation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="rate">
				<role role="rate">
					<math xmlns="http://www.w3.org/1998/Math/MathML">
						<apply>
							<eq/>
							<ci>rate</ci>
							<apply>
								<plus/>
								<apply>
									<times/>
									<ci>k1</ci>
									<apply>
										<power/>
										<ci>C</ci>
										<cn cellml:units="flux">2.0</cn>
									</apply>
								</apply>
								<apply>
									<minus/>
									<apply>
										<times/>
										<ci>k1_</ci>
										<ci>C2</ci>
									</apply>
								</apply>
							</apply>
						</apply>
					</math>
				</role>
			</variable_ref>
		</reaction>
	</component>
	<component name="dimerised_receptor_activation">
		<variable name="C2" public_interface="in" units="molar"/>
		<variable name="C_" public_interface="in" units="molar"/>
		<variable name="delta_C2_dimerised_receptor_activation" public_interface="out" units="flux"/>
		<variable name="delta_C__dimerised_receptor_activation" public_interface="out" units="flux"/>
		<variable name="k2" initial_value="50.0" units="1st_order_rate_constant"/>
		<variable name="k2_" initial_value="5.0" units="1st_order_rate_constant"/>
		<variable name="rate" units="flux"/>
		<reaction reversible="yes">
			<variable_ref variable="C2">
				<role role="reactant" direction="forward" delta_variable="delta_C2_dimerised_receptor_activation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="C_">
				<role role="product" direction="forward" delta_variable="delta_C__dimerised_receptor_activation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="rate">
				<role role="rate">
					<math xmlns="http://www.w3.org/1998/Math/MathML">
						<apply>
							<eq/>
							<ci>rate</ci>
							<apply>
								<plus/>
								<apply>
									<times/>
									<ci>k2</ci>
									<ci>C2</ci>
								</apply>
								<apply>
									<minus/>
									<apply>
										<times/>
										<ci>k2_</ci>
										<ci>C_</ci>
									</apply>
								</apply>
							</apply>
						</apply>
					</math>
				</role>
			</variable_ref>
		</reaction>
	</component>
	<component name="receptor_adaptor_complex_syn">
		<variable name="C_" public_interface="in" units="flux"/>
		<variable name="A1" public_interface="in" units="flux"/>
		<variable name="C_A1" public_interface="in" units="flux"/>
		<variable name="delta_C__receptor_adaptor_complex_syn" public_interface="out" units="flux"/>
		<variable name="delta_A1_receptor_adaptor_complex_syn" public_interface="out" units="flux"/>
		<variable name="delta_C_A1_receptor_adaptor_complex_syn" public_interface="out" units="flux"/>
		<variable name="k3" initial_value="300000000.0" units="2nd_order_rate_constant"/>
		<variable name="k3_" initial_value="30.0" units="1st_order_rate_constant"/>
		<variable name="rate" units="flux"/>
		<reaction reversible="yes">
			<variable_ref variable="C_">
				<role role="reactant" direction="forward" delta_variable="delta_C__receptor_adaptor_complex_syn" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="A1">
				<role role="reactant" direction="forward" delta_variable="delta_A1_receptor_adaptor_complex_syn" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="C_A1">
				<role role="product" direction="forward" delta_variable="delta_C_A1_receptor_adaptor_complex_syn" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="rate">
				<role role="rate">
					<math xmlns="http://www.w3.org/1998/Math/MathML">
						<apply>
							<eq/>
							<ci>rate</ci>
							<apply>
								<plus/>
								<apply>
									<times/>
									<ci>k3</ci>
									<ci>C_</ci>
									<ci>A1</ci>
								</apply>
								<apply>
									<minus/>
									<apply>
										<times/>
										<ci>k3_</ci>
										<ci>C_A1</ci>
									</apply>
								</apply>
							</apply>
						</apply>
					</math>
				</role>
			</variable_ref>
		</reaction>
	</component>
	<component name="receptor_adaptors_complex_syn1">
		<variable name="A2" public_interface="in" units="molar"/>
		<variable name="C_A1" public_interface="in" units="molar"/>
		<variable name="E0_" public_interface="in" units="molar"/>
		<variable name="delta_A2_receptor_adaptors_complex_syn1" public_interface="out" units="flux"/>
		<variable name="delta_C_A1_receptor_adaptors_complex_syn1" public_interface="out" units="flux"/>
		<variable name="delta_E0__receptor_adaptors_complex_syn1" public_interface="out" units="flux"/>
		<variable name="k4" initial_value="300000000.0" units="2nd_order_rate_constant"/>
		<variable name="k4_" initial_value="30.0" units="1st_order_rate_constant"/>
		<variable name="rate" units="flux"/>
		<reaction reversible="yes">
			<variable_ref variable="A2">
				<role role="reactant" direction="forward" delta_variable="delta_A2_receptor_adaptors_complex_syn1" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="C_A1">
				<role role="reactant" direction="forward" delta_variable="delta_C_A1_receptor_adaptors_complex_syn1" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E0_">
				<role role="product" direction="forward" delta_variable="delta_E0__receptor_adaptors_complex_syn1" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="rate">
				<role role="rate">
					<math xmlns="http://www.w3.org/1998/Math/MathML">
						<apply>
							<eq/>
							<ci>rate</ci>
							<apply>
								<plus/>
								<apply>
									<times/>
									<ci>k4</ci>
									<ci>A2</ci>
									<ci>C_A1</ci>
								</apply>
								<apply>
									<minus/>
									<apply>
										<times/>
										<ci>k4_</ci>
										<ci>E0_</ci>
									</apply>
								</apply>
							</apply>
						</apply>
					</math>
				</role>
			</variable_ref>
		</reaction>
	</component>
	<component name="receptor_adaptors_complex_syn2">
		<variable name="C_" public_interface="in" units="molar"/>
		<variable name="A1A2" public_interface="in" units="molar"/>
		<variable name="E0_" public_interface="in" units="molar"/>
		<variable name="delta_C__receptor_adaptors_complex_syn2" public_interface="out" units="flux"/>
		<variable name="delta_A1A2_receptor_adaptors_complex_syn2" public_interface="out" units="flux"/>
		<variable name="delta_E0__receptor_adaptors_complex_syn2" public_interface="out" units="flux"/>
		<variable name="k5" initial_value="300000000.0" units="2nd_order_rate_constant"/>
		<variable name="k5_" initial_value="30.0" units="1st_order_rate_constant"/>
		<variable name="rate" units="flux"/>
		<reaction reversible="yes">
			<variable_ref variable="C_">
				<role role="reactant" direction="forward" delta_variable="delta_C__receptor_adaptors_complex_syn2" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="A1A2">
				<role role="reactant" direction="forward" delta_variable="delta_A1A2_receptor_adaptors_complex_syn2" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E0_">
				<role role="product" direction="forward" delta_variable="delta_E0__receptor_adaptors_complex_syn2" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="rate">
				<role role="rate">
					<math xmlns="http://www.w3.org/1998/Math/MathML">
						<apply>
							<eq/>
							<ci>rate</ci>
							<apply>
								<plus/>
								<apply>
									<times/>
									<ci>k5</ci>
									<ci>C_</ci>
									<ci>A1A2</ci>
								</apply>
								<apply>
									<minus/>
									<apply>
										<times/>
										<ci>k5_</ci>
										<ci>E0_</ci>
									</apply>
								</apply>
							</apply>
						</apply>
					</math>
				</role>
			</variable_ref>
		</reaction>
	</component>
	<component name="adaptor_heterodimer_syn">
		<variable name="A1A2" public_interface="in" units="molar"/>
		<variable name="A1" public_interface="in" units="molar"/>
		<variable name="A2" public_interface="in" units="molar"/>
		<variable name="delta_A1A2_adaptor_heterodimer_syn" public_interface="out" units="flux"/>
		<variable name="delta_A1_adaptor_heterodimer_syn" public_interface="out" units="flux"/>
		<variable name="delta_A2_adaptor_heterodimer_syn" public_interface="out" units="flux"/>
		<variable name="k6" initial_value="300000000.0" units="2nd_order_rate_constant"/>
		<variable name="k6_" initial_value="0.000006" units="1st_order_rate_constant"/>
		<variable name="rate" units="flux"/>
		<reaction reversible="yes">
			<variable_ref variable="A1A2">
				<role role="reactant" direction="forward" delta_variable="delta_A1A2_adaptor_heterodimer_syn" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="A1">
				<role role="product" direction="forward" delta_variable="delta_A1_adaptor_heterodimer_syn" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="A2">
				<role role="product" direction="forward" delta_variable="delta_A2_adaptor_heterodimer_syn" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="rate">
				<role role="rate">
					<math xmlns="http://www.w3.org/1998/Math/MathML">
						<apply>
							<eq/>
							<ci>rate</ci>
							<apply>
								<plus/>
								<apply>
									<times/>
									<ci>k6</ci>
									<ci>A1A2</ci>
								</apply>
								<apply>
									<minus/>
									<apply>
										<times/>
										<ci>k6_</ci>
										<ci>A1</ci>
										<ci>A2</ci>
									</apply>
								</apply>
							</apply>
						</apply>
					</math>
				</role>
			</variable_ref>
		</reaction>
	</component>
	<component name="E0_E4__syn">
		<variable name="E0_" public_interface="in" units="molar"/>
		<variable name="E4_" public_interface="in" units="molar"/>
		<variable name="E0_E4_" public_interface="in" units="molar"/>
		<variable name="delta_E0__E0_E4__syn" public_interface="out" units="flux"/>
		<variable name="delta_E4__E0_E4__syn" public_interface="out" units="flux"/>
		<variable name="delta_E0_E4__E0_E4__syn" public_interface="out" units="flux"/>
		<variable name="k7" initial_value="600000000.0" units="2nd_order_rate_constant"/>
		<variable name="k7_" initial_value="30.0" units="1st_order_rate_constant"/>
		<variable name="rate" units="flux"/>
		<reaction reversible="yes">
			<variable_ref variable="E0_">
				<role role="reactant" direction="forward" delta_variable="delta_E0__E0_E4__syn" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E4_">
				<role role="reactant" direction="forward" delta_variable="delta_E4__E0_E4__syn" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E0_E4_">
				<role role="product" direction="forward" delta_variable="delta_E0_E4__E0_E4__syn" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="rate">
				<role role="rate">
					<math xmlns="http://www.w3.org/1998/Math/MathML">
						<apply>
							<eq/>
							<ci>rate</ci>
							<apply>
								<plus/>
								<apply>
									<times/>
									<ci>k7</ci>
									<ci>E0_</ci>
									<ci>E4_</ci>
								</apply>
								<apply>
									<minus/>
									<apply>
										<times/>
										<ci>k7_</ci>
										<ci>E0_E4_</ci>
									</apply>
								</apply>
							</apply>
						</apply>
					</math>
				</role>
			</variable_ref>
		</reaction>
	</component>
	<component name="E0_E4__desyn">
		<variable name="E0_E4_" public_interface="in" units="molar"/>
		<variable name="C_A1" public_interface="in" units="molar"/>
		<variable name="A2_" public_interface="in" units="molar"/>
		<variable name="E4_" public_interface="in" units="molar"/>
		<variable name="delta_E0_E4__E0_E4__desyn" public_interface="out" units="flux"/>
		<variable name="delta_C_A1_E0_E4__desyn" public_interface="out" units="flux"/>
		<variable name="delta_A2__E0_E4__desyn" public_interface="out" units="flux"/>
		<variable name="delta_E4__E0_E4__desyn" public_interface="out" units="flux"/>
		<variable name="k8" initial_value="6.0" units="1st_order_rate_constant"/>
		<variable name="rate" units="flux"/>
		<reaction reversible="no">
			<variable_ref variable="E0_E4_">
				<role role="reactant" delta_variable="delta_E0_E4__E0_E4__desyn" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="C_A1">
				<role role="product" delta_variable="delta_C_A1_E0_E4__desyn" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="A2_">
				<role role="product" delta_variable="delta_A2__E0_E4__desyn" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E4_">
				<role role="product" delta_variable="delta_E4__E0_E4__desyn" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="rate">
				<role role="rate">
					<math xmlns="http://www.w3.org/1998/Math/MathML">
						<apply>
							<eq/>
							<ci>rate</ci>
							<apply>
								<times/>
								<ci>k8</ci>
								<ci>E0_E4_</ci>
							</apply>
						</apply>
					</math>
				</role>
			</variable_ref>
		</reaction>
	</component>
	<component name="E1__P1_binding">
		<variable name="P1" public_interface="in" units="molar"/>
		<variable name="E1_" public_interface="in" units="molar"/>
		<variable name="E1_P1" public_interface="in" units="molar"/>
		<variable name="delta_P1_E1__P1_binding" public_interface="out" units="flux"/>
		<variable name="delta_E1__E1__P1_binding" public_interface="out" units="flux"/>
		<variable name="delta_E1_P1_E1__P1_binding" public_interface="out" units="flux"/>
		<variable name="k9" initial_value="600000000.0" units="2nd_order_rate_constant"/>
		<variable name="k9_" initial_value="30.0" units="1st_order_rate_constant"/>
		<variable name="rate" units="flux"/>
		<reaction reversible="yes">
			<variable_ref variable="P1">
				<role role="reactant" direction="forward" delta_variable="delta_P1_E1__P1_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E1_">
				<role role="reactant" direction="forward" delta_variable="delta_E1__E1__P1_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E1_P1">
				<role role="product" direction="forward" delta_variable="delta_E1_P1_E1__P1_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="rate">
				<role role="rate">
					<math xmlns="http://www.w3.org/1998/Math/MathML">
						<apply>
							<eq/>
							<ci>rate</ci>
							<apply>
								<plus/>
								<apply>
									<times/>
									<ci>k9</ci>
									<ci>P1</ci>
									<ci>E1_</ci>
								</apply>
								<apply>
									<minus/>
									<apply>
										<times/>
										<ci>k9_</ci>
										<ci>E1_P1</ci>
									</apply>
								</apply>
							</apply>
						</apply>
					</math>
				</role>
			</variable_ref>
		</reaction>
	</component>
	<component name="E1__inactivation">
		<variable name="E1_P1" public_interface="in" units="molar"/>
		<variable name="P1" public_interface="in" units="molar"/>
		<variable name="E1" public_interface="in" units="molar"/>
		<variable name="delta_E1_P1_E1__inactivation" public_interface="out" units="flux"/>
		<variable name="delta_P1_E1__inactivation" public_interface="out" units="flux"/>
		<variable name="delta_E1_E1__inactivation" public_interface="out" units="flux"/>
		<variable name="k10" initial_value="6.0" units="1st_order_rate_constant"/>
		<variable name="rate" units="flux"/>
		<reaction reversible="no">
			<variable_ref variable="E1_P1">
				<role role="reactant" delta_variable="delta_E1_P1_E1__inactivation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="P1">
				<role role="product" delta_variable="delta_P1_E1__inactivation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E1">
				<role role="product" delta_variable="delta_E1_E1__inactivation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="rate">
				<role role="rate">
					<math xmlns="http://www.w3.org/1998/Math/MathML">
						<apply>
							<eq/>
							<ci>rate</ci>
							<apply>
								<times/>
								<ci>k10</ci>
								<ci>E1_P1</ci>
							</apply>
						</apply>
					</math>
				</role>
			</variable_ref>
		</reaction>
	</component>
	<component name="E2__inactivation">
		<variable name="E2_P2" public_interface="in" units="molar"/>
		<variable name="E2" public_interface="in" units="molar"/>
		<variable name="P2" public_interface="in" units="molar"/>
		<variable name="delta_E2_P2_E2__inactivation" public_interface="out" units="flux"/>
		<variable name="delta_E2_E2__inactivation" public_interface="out" units="flux"/>
		<variable name="delta_P2_E2__inactivation" public_interface="out" units="flux"/>
		<variable name="k11" initial_value="6.0" units="1st_order_rate_constant"/>
		<variable name="rate" units="flux"/>
		<reaction reversible="no">
			<variable_ref variable="E2_P2">
				<role role="reactant" delta_variable="delta_E2_P2_E2__inactivation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E2">
				<role role="product" delta_variable="delta_E2_E2__inactivation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="P2">
				<role role="product" delta_variable="delta_P2_E2__inactivation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="rate">
				<role role="rate">
					<math xmlns="http://www.w3.org/1998/Math/MathML">
						<apply>
							<eq/>
							<ci>rate</ci>
							<apply>
								<times/>
								<ci>k11</ci>
								<ci>E2_P2</ci>
							</apply>
						</apply>
					</math>
				</role>
			</variable_ref>
		</reaction>
	</component>
	<component name="E2__P2_binding">
		<variable name="E2_" public_interface="in" units="molar"/>
		<variable name="P2" public_interface="in" units="molar"/>
		<variable name="E2_P2" public_interface="in" units="molar"/>
		<variable name="delta_E2__E2__P2_binding" public_interface="out" units="flux"/>
		<variable name="delta_P2_E2__P2_binding" public_interface="out" units="flux"/>
		<variable name="delta_E2_P2_E2__P2_binding" public_interface="out" units="flux"/>
		<variable name="k12" initial_value="600000000.0" units="2nd_order_rate_constant"/>
		<variable name="k12_" initial_value="30.0" units="1st_order_rate_constant"/>
		<variable name="rate" units="flux"/>
		<reaction reversible="yes">
			<variable_ref variable="E2_">
				<role role="reactant" direction="forward" delta_variable="delta_E2__E2__P2_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="P2">
				<role role="reactant" direction="forward" delta_variable="delta_P2_E2__P2_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E2_P2">
				<role role="product" direction="forward" delta_variable="delta_E2_P2_E2__P2_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="rate">
				<role role="rate">
					<math xmlns="http://www.w3.org/1998/Math/MathML">
						<apply>
							<eq/>
							<ci>rate</ci>
							<apply>
								<plus/>
								<apply>
									<times/>
									<ci>k12</ci>
									<ci>E2_</ci>
									<ci>P2</ci>
								</apply>
								<apply>
									<minus/>
									<apply>
										<times/>
										<ci>k12_</ci>
										<ci>E2_P2</ci>
									</apply>
								</apply>
							</apply>
						</apply>
					</math>
				</role>
			</variable_ref>
		</reaction>
	</component>
	<component name="E2_E4__syn">
		<variable name="E2_" public_interface="in" units="molar"/>
		<variable name="E4_" public_interface="in" units="molar"/>
		<variable name="E2_E4_" public_interface="in" units="molar"/>
		<variable name="delta_E2__E2_E4__syn" public_interface="out" units="flux"/>
		<variable name="delta_E4__E2_E4__syn" public_interface="out" units="flux"/>
		<variable name="delta_E2_E4__E2_E4__syn" public_interface="out" units="flux"/>
		<variable name="k13" initial_value="600000000.0" units="2nd_order_rate_constant"/>
		<variable name="k13_" initial_value="30.0" units="1st_order_rate_constant"/>
		<variable name="rate" units="flux"/>
		<reaction reversible="yes">
			<variable_ref variable="E2_">
				<role role="reactant" direction="forward" delta_variable="delta_E2__E2_E4__syn" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E4_">
				<role role="reactant" direction="forward" delta_variable="delta_E4__E2_E4__syn" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E2_E4_">
				<role role="product" direction="forward" delta_variable="delta_E2_E4__E2_E4__syn" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="rate">
				<role role="rate">
					<math xmlns="http://www.w3.org/1998/Math/MathML">
						<apply>
							<eq/>
							<ci>rate</ci>
							<apply>
								<plus/>
								<apply>
									<times/>
									<ci>k13</ci>
									<ci>E2_</ci>
									<ci>E4_</ci>
								</apply>
								<apply>
									<minus/>
									<apply>
										<times/>
										<ci>k13_</ci>
										<ci>E2_E4_</ci>
									</apply>
								</apply>
							</apply>
						</apply>
					</math>
				</role>
			</variable_ref>
		</reaction>
	</component>
	<component name="E2_E4__desyn">
		<variable name="E2_E4_" public_interface="in" units="molar"/>
		<variable name="E2_" public_interface="in" units="molar"/>
		<variable name="E4_" public_interface="in" units="molar"/>
		<variable name="delta_E2_E4__E2_E4__desyn" public_interface="out" units="flux"/>
		<variable name="delta_E2__E2_E4__desyn" public_interface="out" units="flux"/>
		<variable name="delta_E4__E2_E4__desyn" public_interface="out" units="flux"/>
		<variable name="k14" initial_value="6.0" units="1st_order_rate_constant"/>
		<variable name="rate" units="flux"/>
		<reaction reversible="no">
			<variable_ref variable="E2_E4_">
				<role role="reactant" delta_variable="delta_E2_E4__E2_E4__desyn" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E2_">
				<role role="product" delta_variable="delta_E2__E2_E4__desyn" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E4_">
				<role role="product" delta_variable="delta_E4__E2_E4__desyn" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="rate">
				<role role="rate">
					<math xmlns="http://www.w3.org/1998/Math/MathML">
						<apply>
							<eq/>
							<ci>rate</ci>
							<apply>
								<times/>
								<ci>k14</ci>
								<ci>E2_E4_</ci>
							</apply>
						</apply>
					</math>
				</role>
			</variable_ref>
		</reaction>
	</component>
	<component name="E3__inactivation">
		<variable name="E3_P3" public_interface="in" units="molar"/>
		<variable name="E3" public_interface="in" units="molar"/>
		<variable name="P3" public_interface="in" units="molar"/>
		<variable name="delta_E3_P3_E3__inactivation" public_interface="out" units="flux"/>
		<variable name="delta_E3_E3__inactivation" public_interface="out" units="flux"/>
		<variable name="delta_P3_E3__inactivation" public_interface="out" units="flux"/>
		<variable name="k15" initial_value="6.0" units="1st_order_rate_constant"/>
		<variable name="rate" units="flux"/>
		<reaction reversible="no">
			<variable_ref variable="E3_P3">
				<role role="reactant" delta_variable="delta_E3_P3_E3__inactivation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E3">
				<role role="product" delta_variable="delta_E3_E3__inactivation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="P3">
				<role role="product" delta_variable="delta_P3_E3__inactivation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="rate">
				<role role="rate">
					<math xmlns="http://www.w3.org/1998/Math/MathML">
						<apply>
							<eq/>
							<ci>rate</ci>
							<apply>
								<times/>
								<ci>k15</ci>
								<ci>E3_P3</ci>
							</apply>
						</apply>
					</math>
				</role>
			</variable_ref>
		</reaction>
	</component>
	<component name="E3_P3_binding">
		<variable name="E3_" public_interface="in" units="molar"/>
		<variable name="P3" public_interface="in" units="molar"/>
		<variable name="E3_P3" public_interface="in" units="molar"/>
		<variable name="delta_E3__E3_P3_binding" public_interface="out" units="flux"/>
		<variable name="delta_P3_E3_P3_binding" public_interface="out" units="flux"/>
		<variable name="delta_E3_P3_E3_P3_binding" public_interface="out" units="flux"/>
		<variable name="k16" initial_value="600000000.0" units="2nd_order_rate_constant"/>
		<variable name="k16_" initial_value="30.0" units="1st_order_rate_constant"/>
		<variable name="rate" units="flux"/>
		<reaction reversible="yes">
			<variable_ref variable="E3_">
				<role role="reactant" direction="forward" delta_variable="delta_E3__E3_P3_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="P3">
				<role role="reactant" direction="forward" delta_variable="delta_P3_E3_P3_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E3_P3">
				<role role="product" direction="forward" delta_variable="delta_E3_P3_E3_P3_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="rate">
				<role role="rate">
					<math xmlns="http://www.w3.org/1998/Math/MathML">
						<apply>
							<eq/>
							<ci>rate</ci>
							<apply>
								<plus/>
								<apply>
									<times/>
									<ci>k16</ci>
									<ci>E3_</ci>
									<ci>P3</ci>
								</apply>
								<apply>
									<minus/>
									<apply>
										<times/>
										<ci>k16_</ci>
										<ci>E3_P3</ci>
									</apply>
								</apply>
							</apply>
						</apply>
					</math>
				</role>
			</variable_ref>
		</reaction>
	</component>
	<component name="E4__inactivation">
		<variable name="E4_P4" public_interface="in" units="molar"/>
		<variable name="P4" public_interface="in" units="molar"/>
		<variable name="E4" public_interface="in" units="molar"/>
		<variable name="delta_E4_P4_E4__inactivation" public_interface="out" units="flux"/>
		<variable name="delta_P4_E4__inactivation" public_interface="out" units="flux"/>
		<variable name="delta_E4_E4__inactivation" public_interface="out" units="flux"/>
		<variable name="k17" initial_value="6.0" units="1st_order_rate_constant"/>
		<variable name="rate" units="flux"/>
		<reaction reversible="no">
			<variable_ref variable="E4_P4">
				<role role="reactant" delta_variable="delta_E4_P4_E4__inactivation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="P4">
				<role role="product" delta_variable="delta_P4_E4__inactivation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E4">
				<role role="product" delta_variable="delta_E4_E4__inactivation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="rate">
				<role role="rate">
					<math xmlns="http://www.w3.org/1998/Math/MathML">
						<apply>
							<eq/>
							<ci>rate</ci>
							<apply>
								<times/>
								<ci>k17</ci>
								<ci>E4_P4</ci>
							</apply>
						</apply>
					</math>
				</role>
			</variable_ref>
		</reaction>
	</component>
	<component name="E4__P4_binding">
		<variable name="E4_" public_interface="in" units="molar"/>
		<variable name="P4" public_interface="in" units="molar"/>
		<variable name="E4_P4" public_interface="in" units="molar"/>
		<variable name="delta_E4__E4__P4_binding" public_interface="out" units="flux"/>
		<variable name="delta_P4_E4__P4_binding" public_interface="out" units="flux"/>
		<variable name="delta_E4_P4_E4__P4_binding" public_interface="out" units="flux"/>
		<variable name="k18" initial_value="600000000.0" units="2nd_order_rate_constant"/>
		<variable name="k18_" initial_value="30.0" units="1st_order_rate_constant"/>
		<variable name="rate" units="flux"/>
		<reaction reversible="yes">
			<variable_ref variable="E4_">
				<role role="reactant" direction="forward" delta_variable="delta_E4__E4__P4_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="P4">
				<role role="reactant" direction="forward" delta_variable="delta_P4_E4__P4_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E4_P4">
				<role role="product" direction="forward" delta_variable="delta_E4_P4_E4__P4_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="rate">
				<role role="rate">
					<math xmlns="http://www.w3.org/1998/Math/MathML">
						<apply>
							<eq/>
							<ci>rate</ci>
							<apply>
								<plus/>
								<apply>
									<times/>
									<ci>k18</ci>
									<ci>E4_</ci>
									<ci>P4</ci>
								</apply>
								<apply>
									<minus/>
									<apply>
										<times/>
										<ci>k18_</ci>
										<ci>E4_P4</ci>
									</apply>
								</apply>
							</apply>
						</apply>
					</math>
				</role>
			</variable_ref>
		</reaction>
	</component>
	<component name="E5__inactivation">
		<variable name="E5_P5" public_interface="in" units="molar"/>
		<variable name="E5" public_interface="in" units="molar"/>
		<variable name="P5" public_interface="in" units="molar"/>
		<variable name="delta_E5_P5_E5__inactivation" public_interface="out" units="flux"/>
		<variable name="delta_E5_E5__inactivation" public_interface="out" units="flux"/>
		<variable name="delta_P5_E5__inactivation" public_interface="out" units="flux"/>
		<variable name="k19" initial_value="6.0" units="1st_order_rate_constant"/>
		<variable name="rate" units="flux"/>
		<reaction reversible="no">
			<variable_ref variable="E5_P5">
				<role role="reactant" delta_variable="delta_E5_P5_E5__inactivation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E5">
				<role role="product" delta_variable="delta_E5_E5__inactivation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="P5">
				<role role="product" delta_variable="delta_P5_E5__inactivation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="rate">
				<role role="rate">
					<math xmlns="http://www.w3.org/1998/Math/MathML">
						<apply>
							<eq/>
							<ci>rate</ci>
							<apply>
								<times/>
								<ci>k19</ci>
								<ci>E5_P5</ci>
							</apply>
						</apply>
					</math>
				</role>
			</variable_ref>
		</reaction>
	</component>
	<component name="E5__P5_binding">
		<variable name="E5_" public_interface="in" units="molar"/>
		<variable name="P5" public_interface="in" units="molar"/>
		<variable name="E5_P5" public_interface="in" units="molar"/>
		<variable name="delta_E5__E5__P5_binding" public_interface="out" units="flux"/>
		<variable name="delta_P5_E5__P5_binding" public_interface="out" units="flux"/>
		<variable name="delta_E5_P5_E5__P5_binding" public_interface="out" units="flux"/>
		<variable name="k20" initial_value="600000000.0" units="2nd_order_rate_constant"/>
		<variable name="k20_" initial_value="30.0" units="1st_order_rate_constant"/>
		<variable name="rate" units="flux"/>
		<reaction reversible="yes">
			<variable_ref variable="E5_">
				<role role="reactant" direction="forward" delta_variable="delta_E5__E5__P5_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="P5">
				<role role="reactant" direction="forward" delta_variable="delta_P5_E5__P5_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E5_P5">
				<role role="product" direction="forward" delta_variable="delta_E5_P5_E5__P5_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="rate">
				<role role="rate">
					<math xmlns="http://www.w3.org/1998/Math/MathML">
						<apply>
							<eq/>
							<ci>rate</ci>
							<apply>
								<plus/>
								<apply>
									<times/>
									<ci>k20</ci>
									<ci>E5_</ci>
									<ci>P5</ci>
								</apply>
								<apply>
									<minus/>
									<apply>
										<times/>
										<ci>k20_</ci>
										<ci>E5_P5</ci>
									</apply>
								</apply>
							</apply>
						</apply>
					</math>
				</role>
			</variable_ref>
		</reaction>
	</component>
	<component name="E0__E1_binding">
		<variable name="E1" public_interface="in" units="molar"/>
		<variable name="E0_" public_interface="in" units="molar"/>
		<variable name="E0_E1" public_interface="in" units="molar"/>
		<variable name="delta_E1_E0__E1_binding" public_interface="out" units="flux"/>
		<variable name="delta_E0__E0__E1_binding" public_interface="out" units="flux"/>
		<variable name="delta_E0_E1_E0__E1_binding" public_interface="out" units="flux"/>
		<variable name="k21" initial_value="600000000.0" units="2nd_order_rate_constant"/>
		<variable name="k21_" initial_value="30.0" units="1st_order_rate_constant"/>
		<variable name="rate" units="flux"/>
		<reaction reversible="yes">
			<variable_ref variable="E1">
				<role role="reactant" direction="forward" delta_variable="delta_E1_E0__E1_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E0_">
				<role role="reactant" direction="forward" delta_variable="delta_E0__E0__E1_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E0_E1">
				<role role="product" direction="forward" delta_variable="delta_E0_E1_E0__E1_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="rate">
				<role role="rate">
					<math xmlns="http://www.w3.org/1998/Math/MathML">
						<apply>
							<eq/>
							<ci>rate</ci>
							<apply>
								<plus/>
								<apply>
									<times/>
									<ci>k21</ci>
									<ci>E1</ci>
									<ci>E0_</ci>
								</apply>
								<apply>
									<minus/>
									<apply>
										<times/>
										<ci>k21_</ci>
										<ci>E0_E1</ci>
									</apply>
								</apply>
							</apply>
						</apply>
					</math>
				</role>
			</variable_ref>
		</reaction>
	</component>
	<component name="E1_activation">
		<variable name="E0_E1" public_interface="in" units="molar"/>
		<variable name="E0_" public_interface="in" units="molar"/>
		<variable name="E1_" public_interface="in" units="molar"/>
		<variable name="delta_E0_E1_E1_activation" public_interface="out" units="flux"/>
		<variable name="delta_E0__E1_activation" public_interface="out" units="flux"/>
		<variable name="delta_E1__E1_activation" public_interface="out" units="flux"/>
		<variable name="k22" initial_value="6.0" units="1st_order_rate_constant"/>
		<variable name="rate" units="flux"/>
		<reaction reversible="no">
			<variable_ref variable="E0_E1">
				<role role="reactant" delta_variable="delta_E0_E1_E1_activation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E0_">
				<role role="product" delta_variable="delta_E0__E1_activation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E1_">
				<role role="product" delta_variable="delta_E1__E1_activation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="rate">
				<role role="rate">
					<math xmlns="http://www.w3.org/1998/Math/MathML">
						<apply>
							<eq/>
							<ci>rate</ci>
							<apply>
								<times/>
								<ci>k22</ci>
								<ci>E0_E1</ci>
							</apply>
						</apply>
					</math>
				</role>
			</variable_ref>
		</reaction>
	</component>
	<component name="E2_activation">
		<variable name="E1_E2" public_interface="in" units="molar"/>
		<variable name="E1_" public_interface="in" units="molar"/>
		<variable name="E2_" public_interface="in" units="molar"/>
		<variable name="delta_E1_E2_E2_activation" public_interface="out" units="flux"/>
		<variable name="delta_E1__E2_activation" public_interface="out" units="flux"/>
		<variable name="delta_E2__E2_activation" public_interface="out" units="flux"/>
		<variable name="k23" initial_value="6.0" units="1st_order_rate_constant"/>
		<variable name="rate" units="flux"/>
		<reaction reversible="no">
			<variable_ref variable="E1_E2">
				<role role="reactant" delta_variable="delta_E1_E2_E2_activation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E1_">
				<role role="product" delta_variable="delta_E1__E2_activation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E2_">
				<role role="product" delta_variable="delta_E2__E2_activation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="rate">
				<role role="rate">
					<math xmlns="http://www.w3.org/1998/Math/MathML">
						<apply>
							<eq/>
							<ci>rate</ci>
							<apply>
								<times/>
								<ci>k23</ci>
								<ci>E1_E2</ci>
							</apply>
						</apply>
					</math>
				</role>
			</variable_ref>
		</reaction>
	</component>
	<component name="E2__E3_binding">
		<variable name="E3" public_interface="in" units="molar"/>
		<variable name="E2_" public_interface="in" units="molar"/>
		<variable name="E2_E3" public_interface="in" units="molar"/>
		<variable name="delta_E3_E2__E3_binding" public_interface="out" units="flux"/>
		<variable name="delta_E2__E2__E3_binding" public_interface="out" units="flux"/>
		<variable name="delta_E2_E3_E2__E3_binding" public_interface="out" units="flux"/>
		<variable name="k24" initial_value="600000000.0" units="2nd_order_rate_constant"/>
		<variable name="k24_" initial_value="30.0" units="1st_order_rate_constant"/>
		<variable name="rate" units="flux"/>
		<reaction reversible="yes">
			<variable_ref variable="E3">
				<role role="reactant" direction="forward" delta_variable="delta_E3_E2__E3_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E2_">
				<role role="reactant" direction="forward" delta_variable="delta_E2__E2__E3_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E2_E3">
				<role role="product" direction="forward" delta_variable="delta_E2_E3_E2__E3_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="rate">
				<role role="rate">
					<math xmlns="http://www.w3.org/1998/Math/MathML">
						<apply>
							<eq/>
							<ci>rate</ci>
							<apply>
								<plus/>
								<apply>
									<times/>
									<ci>k24</ci>
									<ci>E3</ci>
									<ci>E2_</ci>
								</apply>
								<apply>
									<minus/>
									<apply>
										<times/>
										<ci>k24_</ci>
										<ci>E2_E3</ci>
									</apply>
								</apply>
							</apply>
						</apply>
					</math>
				</role>
			</variable_ref>
		</reaction>
	</component>
	<component name="E3_activation">
		<variable name="E2_E3" public_interface="in" units="molar"/>
		<variable name="E2_" public_interface="in" units="molar"/>
		<variable name="E3_" public_interface="in" units="molar"/>
		<variable name="delta_E2_E3_E3_activation" public_interface="out" units="flux"/>
		<variable name="delta_E2__E3_activation" public_interface="out" units="flux"/>
		<variable name="delta_E3__E3_activation" public_interface="out" units="flux"/>
		<variable name="k25" initial_value="6.0" units="1st_order_rate_constant"/>
		<variable name="rate" units="flux"/>
		<reaction reversible="no">
			<variable_ref variable="E2_E3">
				<role role="reactant" delta_variable="delta_E2_E3_E3_activation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E2_">
				<role role="product" delta_variable="delta_E2__E3_activation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E3_">
				<role role="product" delta_variable="delta_E3__E3_activation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="rate">
				<role role="rate">
					<math xmlns="http://www.w3.org/1998/Math/MathML">
						<apply>
							<eq/>
							<ci>rate</ci>
							<apply>
								<times/>
								<ci>k25</ci>
								<ci>E2_E3</ci>
							</apply>
						</apply>
					</math>
				</role>
			</variable_ref>
		</reaction>
	</component>
	<component name="E3__E4_binding">
		<variable name="E4" public_interface="in" units="molar"/>
		<variable name="E3_" public_interface="in" units="molar"/>
		<variable name="E3_E4" public_interface="in" units="molar"/>
		<variable name="delta_E4_E3__E4_binding" public_interface="out" units="flux"/>
		<variable name="delta_E3__E3__E4_binding" public_interface="out" units="flux"/>
		<variable name="delta_E3_E4_E3__E4_binding" public_interface="out" units="flux"/>
		<variable name="k26" initial_value="600000000.0" units="2nd_order_rate_constant"/>
		<variable name="k26_" initial_value="30.0" units="1st_order_rate_constant"/>
		<variable name="rate" units="flux"/>
		<reaction reversible="yes">
			<variable_ref variable="E4">
				<role role="reactant" direction="forward" delta_variable="delta_E4_E3__E4_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E3_">
				<role role="reactant" direction="forward" delta_variable="delta_E3__E3__E4_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E3_E4">
				<role role="product" direction="forward" delta_variable="delta_E3_E4_E3__E4_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="rate">
				<role role="rate">
					<math xmlns="http://www.w3.org/1998/Math/MathML">
						<apply>
							<eq/>
							<ci>rate</ci>
							<apply>
								<plus/>
								<apply>
									<times/>
									<ci>k26</ci>
									<ci>E4</ci>
									<ci>E3_</ci>
								</apply>
								<apply>
									<minus/>
									<apply>
										<times/>
										<ci>k26_</ci>
										<ci>E3_E4</ci>
									</apply>
								</apply>
							</apply>
						</apply>
					</math>
				</role>
			</variable_ref>
		</reaction>
	</component>
	<component name="E4_activation">
		<variable name="E3_E4" public_interface="in" units="molar"/>
		<variable name="E3_" public_interface="in" units="molar"/>
		<variable name="E4_" public_interface="in" units="molar"/>
		<variable name="delta_E3_E4_E4_activation" public_interface="out" units="flux"/>
		<variable name="delta_E3__E4_activation" public_interface="out" units="flux"/>
		<variable name="delta_E4__E4_activation" public_interface="out" units="flux"/>
		<variable name="k27" initial_value="6.0" units="1st_order_rate_constant"/>
		<variable name="rate" units="flux"/>
		<reaction reversible="no">
			<variable_ref variable="E3_E4">
				<role role="reactant" delta_variable="delta_E3_E4_E4_activation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E3_">
				<role role="product" delta_variable="delta_E3__E4_activation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E4_">
				<role role="product" delta_variable="delta_E4__E4_activation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="rate">
				<role role="rate">
					<math xmlns="http://www.w3.org/1998/Math/MathML">
						<apply>
							<eq/>
							<ci>rate</ci>
							<apply>
								<times/>
								<ci>k27</ci>
								<ci>E3_E4</ci>
							</apply>
						</apply>
					</math>
				</role>
			</variable_ref>
		</reaction>
	</component>
	<component name="E4__E5_binding">
		<variable name="E4_" public_interface="in" units="molar"/>
		<variable name="E5" public_interface="in" units="molar"/>
		<variable name="E4_E5" public_interface="in" units="molar"/>
		<variable name="delta_E4__E4__E5_binding" public_interface="out" units="flux"/>
		<variable name="delta_E5_E4__E5_binding" public_interface="out" units="flux"/>
		<variable name="delta_E4_E5_E4__E5_binding" public_interface="out" units="flux"/>
		<variable name="k28" initial_value="600000000.0" units="2nd_order_rate_constant"/>
		<variable name="k28_" initial_value="30.0" units="1st_order_rate_constant"/>
		<variable name="rate" units="flux"/>
		<reaction reversible="yes">
			<variable_ref variable="E4_">
				<role role="reactant" direction="forward" delta_variable="delta_E4__E4__E5_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E5">
				<role role="reactant" direction="forward" delta_variable="delta_E5_E4__E5_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E4_E5">
				<role role="product" direction="forward" delta_variable="delta_E4_E5_E4__E5_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="rate">
				<role role="rate">
					<math xmlns="http://www.w3.org/1998/Math/MathML">
						<apply>
							<eq/>
							<ci>rate</ci>
							<apply>
								<plus/>
								<apply>
									<times/>
									<ci>k28</ci>
									<ci>E4_</ci>
									<ci>E5</ci>
								</apply>
								<apply>
									<minus/>
									<apply>
										<times/>
										<ci>k28_</ci>
										<ci>E4_E5</ci>
									</apply>
								</apply>
							</apply>
						</apply>
					</math>
				</role>
			</variable_ref>
		</reaction>
	</component>
	<component name="E5_activation">
		<variable name="E4_E5" public_interface="in" units="molar"/>
		<variable name="E4_" public_interface="in" units="molar"/>
		<variable name="E5_" public_interface="in" units="molar"/>
		<variable name="delta_E4_E5_E5_activation" public_interface="out" units="flux"/>
		<variable name="delta_E4__E5_activation" public_interface="out" units="flux"/>
		<variable name="delta_E5__E5_activation" public_interface="out" units="flux"/>
		<variable name="k29" initial_value="6.0" units="1st_order_rate_constant"/>
		<variable name="rate" units="flux"/>
		<reaction reversible="no">
			<variable_ref variable="E4_E5">
				<role role="reactant" delta_variable="delta_E4_E5_E5_activation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E4_">
				<role role="product" delta_variable="delta_E4__E5_activation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E5_">
				<role role="product" delta_variable="delta_E5__E5_activation" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="rate">
				<role role="rate">
					<math xmlns="http://www.w3.org/1998/Math/MathML">
						<apply>
							<eq/>
							<ci>rate</ci>
							<apply>
								<times/>
								<ci>k29</ci>
								<ci>E4_E5</ci>
							</apply>
						</apply>
					</math>
				</role>
			</variable_ref>
		</reaction>
	</component>
	<component name="E1__E2_binding">
		<variable name="E1_" public_interface="in" units="molar"/>
		<variable name="E2" public_interface="in" units="molar"/>
		<variable name="E1_E2" public_interface="in" units="molar"/>
		<variable name="delta_E1__E1__E2_binding" public_interface="out" units="flux"/>
		<variable name="delta_E2_E1__E2_binding" public_interface="out" units="flux"/>
		<variable name="delta_E1_E2_E1__E2_binding" public_interface="out" units="flux"/>
		<variable name="k30" initial_value="600000000.0" units="2nd_order_rate_constant"/>
		<variable name="k30_" initial_value="30.0" units="1st_order_rate_constant"/>
		<variable name="rate" units="flux"/>
		<reaction reversible="yes">
			<variable_ref variable="E1_">
				<role role="reactant" direction="forward" delta_variable="delta_E1__E1__E2_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E2">
				<role role="reactant" direction="forward" delta_variable="delta_E2_E1__E2_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="E1_E2">
				<role role="product" direction="forward" delta_variable="delta_E1_E2_E1__E2_binding" stoichiometry="1"/>
			</variable_ref>
			<variable_ref variable="rate">
				<role role="rate">
					<math xmlns="http://www.w3.org/1998/Math/MathML">
						<apply>
							<eq/>
							<ci>rate</ci>
							<apply>
								<plus/>
								<apply>
									<times/>
									<ci>k30</ci>
									<ci>E1_</ci>
									<ci>E2</ci>
								</apply>
								<apply>
									<minus/>
									<apply>
										<times/>
										<ci>k30_</ci>
										<ci>E1_E2</ci>
									</apply>
								</apply>
							</apply>
						</apply>
					</math>
				</role>
			</variable_ref>
		</reaction>
	</component>
	<connection>
		<map_components component_1="R" component_2="ligand_receptor_binding"/>
		<map_variables variable_1="R" variable_2="R"/>
		<map_variables variable_1="delta_R_ligand_receptor_binding" variable_2="delta_R_ligand_receptor_binding"/>
	</connection>
	<connection>
		<map_components component_1="C" component_2="ligand_receptor_binding"/>
		<map_variables variable_1="C" variable_2="C"/>
		<map_variables variable_1="delta_C_ligand_receptor_binding" variable_2="delta_C_ligand_receptor_binding"/>
	</connection>
	<connection>
		<map_components component_1="C" component_2="receptor_dimerisation"/>
		<map_variables variable_1="C" variable_2="C"/>
		<map_variables variable_1="delta_C_receptor_dimerisation" variable_2="delta_C_receptor_dimerisation"/>
	</connection>
	<connection>
		<map_components component_1="C2" component_2="receptor_dimerisation"/>
		<map_variables variable_1="C2" variable_2="C2"/>
		<map_variables variable_1="delta_C2_receptor_dimerisation" variable_2="delta_C2_receptor_dimerisation"/>
	</connection>
	<connection>
		<map_components component_1="C2" component_2="dimerised_receptor_activation"/>
		<map_variables variable_1="C2" variable_2="C2"/>
		<map_variables variable_1="delta_C2_dimerised_receptor_activation" variable_2="delta_C2_dimerised_receptor_activation"/>
	</connection>
	<connection>
		<map_components component_1="C_" component_2="dimerised_receptor_activation"/>
		<map_variables variable_1="C_" variable_2="C_"/>
		<map_variables variable_1="delta_C__dimerised_receptor_activation" variable_2="delta_C__dimerised_receptor_activation"/>
	</connection>
	<connection>
		<map_components component_1="C_" component_2="receptor_adaptor_complex_syn"/>
		<map_variables variable_1="C_" variable_2="C_"/>
		<map_variables variable_1="delta_C__receptor_adaptor_complex_syn" variable_2="delta_C__receptor_adaptor_complex_syn"/>
	</connection>
	<connection>
		<map_components component_1="C_" component_2="receptor_adaptors_complex_syn2"/>
		<map_variables variable_1="C_" variable_2="C_"/>
		<map_variables variable_1="delta_C__receptor_adaptors_complex_syn2" variable_2="delta_C__receptor_adaptors_complex_syn2"/>
	</connection>
	<connection>
		<map_components component_1="L" component_2="ligand_receptor_binding"/>
		<map_variables variable_1="L" variable_2="L"/>
		<map_variables variable_1="delta_L_ligand_receptor_binding" variable_2="delta_L_ligand_receptor_binding"/>
	</connection>
	<connection>
		<map_components component_1="A2_" component_2="E0_E4__desyn"/>
		<map_variables variable_1="A2_" variable_2="A2_"/>
		<map_variables variable_1="delta_A2__E0_E4__desyn" variable_2="delta_A2__E0_E4__desyn"/>
	</connection>
	<connection>
		<map_components component_1="E4_" component_2="E0_E4__desyn"/>
		<map_variables variable_1="E4_" variable_2="E4_"/>
		<map_variables variable_1="delta_E4__E0_E4__desyn" variable_2="delta_E4__E0_E4__desyn"/>
	</connection>
	<connection>
		<map_components component_1="E4_" component_2="E2_E4__desyn"/>
		<map_variables variable_1="E4_" variable_2="E4_"/>
		<map_variables variable_1="delta_E4__E2_E4__desyn" variable_2="delta_E4__E2_E4__desyn"/>
	</connection>
	<connection>
		<map_components component_1="E4_" component_2="E5_activation"/>
		<map_variables variable_1="E4_" variable_2="E4_"/>
		<map_variables variable_1="delta_E4__E5_activation" variable_2="delta_E4__E5_activation"/>
	</connection>
	<connection>
		<map_components component_1="E4_" component_2="E0_E4__syn"/>
		<map_variables variable_1="E4_" variable_2="E4_"/>
		<map_variables variable_1="delta_E4__E0_E4__syn" variable_2="delta_E4__E0_E4__syn"/>
	</connection>
	<connection>
		<map_components component_1="E4_" component_2="E2_E4__syn"/>
		<map_variables variable_1="E4_" variable_2="E4_"/>
		<map_variables variable_1="delta_E4__E2_E4__syn" variable_2="delta_E4__E2_E4__syn"/>
	</connection>
	<connection>
		<map_components component_1="E4_" component_2="E4__P4_binding"/>
		<map_variables variable_1="E4_" variable_2="E4_"/>
		<map_variables variable_1="delta_E4__E4__P4_binding" variable_2="delta_E4__E4__P4_binding"/>
	</connection>
	<connection>
		<map_components component_1="E4_" component_2="E4__E5_binding"/>
		<map_variables variable_1="E4_" variable_2="E4_"/>
		<map_variables variable_1="delta_E4__E4__E5_binding" variable_2="delta_E4__E4__E5_binding"/>
	</connection>
	<connection>
		<map_components component_1="E4_" component_2="E4_activation"/>
		<map_variables variable_1="E4_" variable_2="E4_"/>
		<map_variables variable_1="delta_E4__E4_activation" variable_2="delta_E4__E4_activation"/>
	</connection>
	<connection>
		<map_components component_1="E0_E4_" component_2="E0_E4__syn"/>
		<map_variables variable_1="E0_E4_" variable_2="E0_E4_"/>
		<map_variables variable_1="delta_E0_E4__E0_E4__syn" variable_2="delta_E0_E4__E0_E4__syn"/>
	</connection>
	<connection>
		<map_components component_1="E0_E4_" component_2="E0_E4__desyn"/>
		<map_variables variable_1="E0_E4_" variable_2="E0_E4_"/>
		<map_variables variable_1="delta_E0_E4__E0_E4__desyn" variable_2="delta_E0_E4__E0_E4__desyn"/>
	</connection>
	<connection>
		<map_components component_1="E1_" component_2="E1_activation"/>
		<map_variables variable_1="E1_" variable_2="E1_"/>
		<map_variables variable_1="delta_E1__E1_activation" variable_2="delta_E1__E1_activation"/>
	</connection>
	<connection>
		<map_components component_1="E1_" component_2="E2_activation"/>
		<map_variables variable_1="E1_" variable_2="E1_"/>
		<map_variables variable_1="delta_E1__E2_activation" variable_2="delta_E1__E2_activation"/>
	</connection>
	<connection>
		<map_components component_1="E1_" component_2="E1__P1_binding"/>
		<map_variables variable_1="E1_" variable_2="E1_"/>
		<map_variables variable_1="delta_E1__E1__P1_binding" variable_2="delta_E1__E1__P1_binding"/>
	</connection>
	<connection>
		<map_components component_1="E1_" component_2="E1__E2_binding"/>
		<map_variables variable_1="E1_" variable_2="E1_"/>
		<map_variables variable_1="delta_E1__E1__E2_binding" variable_2="delta_E1__E1__E2_binding"/>
	</connection>
	<connection>
		<map_components component_1="E1" component_2="E1__inactivation"/>
		<map_variables variable_1="E1" variable_2="E1"/>
		<map_variables variable_1="delta_E1_E1__inactivation" variable_2="delta_E1_E1__inactivation"/>
	</connection>
	<connection>
		<map_components component_1="E1" component_2="E0__E1_binding"/>
		<map_variables variable_1="E1" variable_2="E1"/>
		<map_variables variable_1="delta_E1_E0__E1_binding" variable_2="delta_E1_E0__E1_binding"/>
	</connection>
	<connection>
		<map_components component_1="A1" component_2="adaptor_heterodimer_syn"/>
		<map_variables variable_1="A1" variable_2="A1"/>
		<map_variables variable_1="delta_A1_adaptor_heterodimer_syn" variable_2="delta_A1_adaptor_heterodimer_syn"/>
	</connection>
	<connection>
		<map_components component_1="A1" component_2="receptor_adaptor_complex_syn"/>
		<map_variables variable_1="A1" variable_2="A1"/>
		<map_variables variable_1="delta_A1_receptor_adaptor_complex_syn" variable_2="delta_A1_receptor_adaptor_complex_syn"/>
	</connection>
	<connection>
		<map_components component_1="A2" component_2="adaptor_heterodimer_syn"/>
		<map_variables variable_1="A2" variable_2="A2"/>
		<map_variables variable_1="delta_A2_adaptor_heterodimer_syn" variable_2="delta_A2_adaptor_heterodimer_syn"/>
	</connection>
	<connection>
		<map_components component_1="A2" component_2="receptor_adaptors_complex_syn1"/>
		<map_variables variable_1="A2" variable_2="A2"/>
		<map_variables variable_1="delta_A2_receptor_adaptors_complex_syn1" variable_2="delta_A2_receptor_adaptors_complex_syn1"/>
	</connection>
	<connection>
		<map_components component_1="E0_" component_2="receptor_adaptors_complex_syn1"/>
		<map_variables variable_1="E0_" variable_2="E0_"/>
		<map_variables variable_1="delta_E0__receptor_adaptors_complex_syn1" variable_2="delta_E0__receptor_adaptors_complex_syn1"/>
	</connection>
	<connection>
		<map_components component_1="E0_" component_2="receptor_adaptors_complex_syn2"/>
		<map_variables variable_1="E0_" variable_2="E0_"/>
		<map_variables variable_1="delta_E0__receptor_adaptors_complex_syn2" variable_2="delta_E0__receptor_adaptors_complex_syn2"/>
	</connection>
	<connection>
		<map_components component_1="E0_" component_2="E1_activation"/>
		<map_variables variable_1="E0_" variable_2="E0_"/>
		<map_variables variable_1="delta_E0__E1_activation" variable_2="delta_E0__E1_activation"/>
	</connection>
	<connection>
		<map_components component_1="E0_" component_2="E0_E4__syn"/>
		<map_variables variable_1="E0_" variable_2="E0_"/>
		<map_variables variable_1="delta_E0__E0_E4__syn" variable_2="delta_E0__E0_E4__syn"/>
	</connection>
	<connection>
		<map_components component_1="E0_" component_2="E0__E1_binding"/>
		<map_variables variable_1="E0_" variable_2="E0_"/>
		<map_variables variable_1="delta_E0__E0__E1_binding" variable_2="delta_E0__E0__E1_binding"/>
	</connection>
	<connection>
		<map_components component_1="C_A1" component_2="receptor_adaptor_complex_syn"/>
		<map_variables variable_1="C_A1" variable_2="C_A1"/>
		<map_variables variable_1="delta_C_A1_receptor_adaptor_complex_syn" variable_2="delta_C_A1_receptor_adaptor_complex_syn"/>
	</connection>
	<connection>
		<map_components component_1="C_A1" component_2="E0_E4__desyn"/>
		<map_variables variable_1="C_A1" variable_2="C_A1"/>
		<map_variables variable_1="delta_C_A1_E0_E4__desyn" variable_2="delta_C_A1_E0_E4__desyn"/>
	</connection>
	<connection>
		<map_components component_1="C_A1" component_2="receptor_adaptors_complex_syn1"/>
		<map_variables variable_1="C_A1" variable_2="C_A1"/>
		<map_variables variable_1="delta_C_A1_receptor_adaptors_complex_syn1" variable_2="delta_C_A1_receptor_adaptors_complex_syn1"/>
	</connection>
	<connection>
		<map_components component_1="P1" component_2="E1__inactivation"/>
		<map_variables variable_1="P1" variable_2="P1"/>
		<map_variables variable_1="delta_P1_E1__inactivation" variable_2="delta_P1_E1__inactivation"/>
	</connection>
	<connection>
		<map_components component_1="P1" component_2="E1__P1_binding"/>
		<map_variables variable_1="P1" variable_2="P1"/>
		<map_variables variable_1="delta_P1_E1__P1_binding" variable_2="delta_P1_E1__P1_binding"/>
	</connection>
	<connection>
		<map_components component_1="E2_" component_2="E2_activation"/>
		<map_variables variable_1="E2_" variable_2="E2_"/>
		<map_variables variable_1="delta_E2__E2_activation" variable_2="delta_E2__E2_activation"/>
	</connection>
	<connection>
		<map_components component_1="E2_" component_2="E3_activation"/>
		<map_variables variable_1="E2_" variable_2="E2_"/>
		<map_variables variable_1="delta_E2__E3_activation" variable_2="delta_E2__E3_activation"/>
	</connection>
	<connection>
		<map_components component_1="E2_" component_2="E2__P2_binding"/>
		<map_variables variable_1="E2_" variable_2="E2_"/>
		<map_variables variable_1="delta_E2__E2__P2_binding" variable_2="delta_E2__E2__P2_binding"/>
	</connection>
	<connection>
		<map_components component_1="E2_" component_2="E2_E4__syn"/>
		<map_variables variable_1="E2_" variable_2="E2_"/>
		<map_variables variable_1="delta_E2__E2_E4__syn" variable_2="delta_E2__E2_E4__syn"/>
	</connection>
	<connection>
		<map_components component_1="E2_" component_2="E2__E3_binding"/>
		<map_variables variable_1="E2_" variable_2="E2_"/>
		<map_variables variable_1="delta_E2__E2__E3_binding" variable_2="delta_E2__E2__E3_binding"/>
	</connection>
	<connection>
		<map_components component_1="E2" component_2="E2__inactivation"/>
		<map_variables variable_1="E2" variable_2="E2"/>
		<map_variables variable_1="delta_E2_E2__inactivation" variable_2="delta_E2_E2__inactivation"/>
	</connection>
	<connection>
		<map_components component_1="E2" component_2="E1__E2_binding"/>
		<map_variables variable_1="E2" variable_2="E2"/>
		<map_variables variable_1="delta_E2_E1__E2_binding" variable_2="delta_E2_E1__E2_binding"/>
	</connection>
	<connection>
		<map_components component_1="P2" component_2="E2__inactivation"/>
		<map_variables variable_1="P2" variable_2="P2"/>
		<map_variables variable_1="delta_P2_E2__inactivation" variable_2="delta_P2_E2__inactivation"/>
	</connection>
	<connection>
		<map_components component_1="P2" component_2="E2__P2_binding"/>
		<map_variables variable_1="P2" variable_2="P2"/>
		<map_variables variable_1="delta_P2_E2__P2_binding" variable_2="delta_P2_E2__P2_binding"/>
	</connection>
	<connection>
		<map_components component_1="E1_P1" component_2="E1__P1_binding"/>
		<map_variables variable_1="E1_P1" variable_2="E1_P1"/>
		<map_variables variable_1="delta_E1_P1_E1__P1_binding" variable_2="delta_E1_P1_E1__P1_binding"/>
	</connection>
	<connection>
		<map_components component_1="E1_P1" component_2="E1__inactivation"/>
		<map_variables variable_1="E1_P1" variable_2="E1_P1"/>
		<map_variables variable_1="delta_E1_P1_E1__inactivation" variable_2="delta_E1_P1_E1__inactivation"/>
	</connection>
	<connection>
		<map_components component_1="E2_P2" component_2="E2__P2_binding"/>
		<map_variables variable_1="E2_P2" variable_2="E2_P2"/>
		<map_variables variable_1="delta_E2_P2_E2__P2_binding" variable_2="delta_E2_P2_E2__P2_binding"/>
	</connection>
	<connection>
		<map_components component_1="E2_P2" component_2="E2__inactivation"/>
		<map_variables variable_1="E2_P2" variable_2="E2_P2"/>
		<map_variables variable_1="delta_E2_P2_E2__inactivation" variable_2="delta_E2_P2_E2__inactivation"/>
	</connection>
	<connection>
		<map_components component_1="E2_" component_2="E2_E4__desyn"/>
		<map_variables variable_1="E2_" variable_2="E2_"/>
		<map_variables variable_1="delta_E2__E2_E4__desyn" variable_2="delta_E2__E2_E4__desyn"/>
	</connection>
	<connection>
		<map_components component_1="E3_" component_2="E3_activation"/>
		<map_variables variable_1="E3_" variable_2="E3_"/>
		<map_variables variable_1="delta_E3__E3_activation" variable_2="delta_E3__E3_activation"/>
	</connection>
	<connection>
		<map_components component_1="E3_" component_2="E4_activation"/>
		<map_variables variable_1="E3_" variable_2="E3_"/>
		<map_variables variable_1="delta_E3__E4_activation" variable_2="delta_E3__E4_activation"/>
	</connection>
	<connection>
		<map_components component_1="E3_" component_2="E3_P3_binding"/>
		<map_variables variable_1="E3_" variable_2="E3_"/>
		<map_variables variable_1="delta_E3__E3_P3_binding" variable_2="delta_E3__E3_P3_binding"/>
	</connection>
	<connection>
		<map_components component_1="E3_" component_2="E3__E4_binding"/>
		<map_variables variable_1="E3_" variable_2="E3_"/>
		<map_variables variable_1="delta_E3__E3__E4_binding" variable_2="delta_E3__E3__E4_binding"/>
	</connection>
	<connection>
		<map_components component_1="E3" component_2="E3__inactivation"/>
		<map_variables variable_1="E3" variable_2="E3"/>
		<map_variables variable_1="delta_E3_E3__inactivation" variable_2="delta_E3_E3__inactivation"/>
	</connection>
	<connection>
		<map_components component_1="E3" component_2="E2__E3_binding"/>
		<map_variables variable_1="E3" variable_2="E3"/>
		<map_variables variable_1="delta_E3_E2__E3_binding" variable_2="delta_E3_E2__E3_binding"/>
	</connection>
	<connection>
		<map_components component_1="E3_P3" component_2="E3_P3_binding"/>
		<map_variables variable_1="E3_P3" variable_2="E3_P3"/>
		<map_variables variable_1="delta_E3_P3_E3_P3_binding" variable_2="delta_E3_P3_E3_P3_binding"/>
	</connection>
	<connection>
		<map_components component_1="E3_P3" component_2="E3__inactivation"/>
		<map_variables variable_1="E3_P3" variable_2="E3_P3"/>
		<map_variables variable_1="delta_E3_P3_E3__inactivation" variable_2="delta_E3_P3_E3__inactivation"/>
	</connection>
	<connection>
		<map_components component_1="P3" component_2="E3__inactivation"/>
		<map_variables variable_1="P3" variable_2="P3"/>
		<map_variables variable_1="delta_P3_E3__inactivation" variable_2="delta_P3_E3__inactivation"/>
	</connection>
	<connection>
		<map_components component_1="P3" component_2="E3_P3_binding"/>
		<map_variables variable_1="P3" variable_2="P3"/>
		<map_variables variable_1="delta_P3_E3_P3_binding" variable_2="delta_P3_E3_P3_binding"/>
	</connection>
	<connection>
		<map_components component_1="E4" component_2="E4__inactivation"/>
		<map_variables variable_1="E4" variable_2="E4"/>
		<map_variables variable_1="delta_E4_E4__inactivation" variable_2="delta_E4_E4__inactivation"/>
	</connection>
	<connection>
		<map_components component_1="E4" component_2="E3__E4_binding"/>
		<map_variables variable_1="E4" variable_2="E4"/>
		<map_variables variable_1="delta_E4_E3__E4_binding" variable_2="delta_E4_E3__E4_binding"/>
	</connection>
	<connection>
		<map_components component_1="E4_P4" component_2="E4__P4_binding"/>
		<map_variables variable_1="E4_P4" variable_2="E4_P4"/>
		<map_variables variable_1="delta_E4_P4_E4__P4_binding" variable_2="delta_E4_P4_E4__P4_binding"/>
	</connection>
	<connection>
		<map_components component_1="E4_P4" component_2="E4__inactivation"/>
		<map_variables variable_1="E4_P4" variable_2="E4_P4"/>
		<map_variables variable_1="delta_E4_P4_E4__inactivation" variable_2="delta_E4_P4_E4__inactivation"/>
	</connection>
	<connection>
		<map_components component_1="P4" component_2="E4__inactivation"/>
		<map_variables variable_1="P4" variable_2="P4"/>
		<map_variables variable_1="delta_P4_E4__inactivation" variable_2="delta_P4_E4__inactivation"/>
	</connection>
	<connection>
		<map_components component_1="P4" component_2="E4__P4_binding"/>
		<map_variables variable_1="P4" variable_2="P4"/>
		<map_variables variable_1="delta_P4_E4__P4_binding" variable_2="delta_P4_E4__P4_binding"/>
	</connection>
	<connection>
		<map_components component_1="E5_" component_2="E5_activation"/>
		<map_variables variable_1="E5_" variable_2="E5_"/>
		<map_variables variable_1="delta_E5__E5_activation" variable_2="delta_E5__E5_activation"/>
	</connection>
	<connection>
		<map_components component_1="E5_" component_2="E5__P5_binding"/>
		<map_variables variable_1="E5_" variable_2="E5_"/>
		<map_variables variable_1="delta_E5__E5__P5_binding" variable_2="delta_E5__E5__P5_binding"/>
	</connection>
	<connection>
		<map_components component_1="E5" component_2="E5__inactivation"/>
		<map_variables variable_1="E5" variable_2="E5"/>
		<map_variables variable_1="delta_E5_E5__inactivation" variable_2="delta_E5_E5__inactivation"/>
	</connection>
	<connection>
		<map_components component_1="E5" component_2="E4__E5_binding"/>
		<map_variables variable_1="E5" variable_2="E5"/>
		<map_variables variable_1="delta_E5_E4__E5_binding" variable_2="delta_E5_E4__E5_binding"/>
	</connection>
	<connection>
		<map_components component_1="P5" component_2="E5__inactivation"/>
		<map_variables variable_1="P5" variable_2="P5"/>
		<map_variables variable_1="delta_P5_E5__inactivation" variable_2="delta_P5_E5__inactivation"/>
	</connection>
	<connection>
		<map_components component_1="P5" component_2="E5__P5_binding"/>
		<map_variables variable_1="P5" variable_2="P5"/>
		<map_variables variable_1="delta_P5_E5__P5_binding" variable_2="delta_P5_E5__P5_binding"/>
	</connection>
	<connection>
		<map_components component_1="E5_P5" component_2="E5__P5_binding"/>
		<map_variables variable_1="E5_P5" variable_2="E5_P5"/>
		<map_variables variable_1="delta_E5_P5_E5__P5_binding" variable_2="delta_E5_P5_E5__P5_binding"/>
	</connection>
	<connection>
		<map_components component_1="E5_P5" component_2="E5__inactivation"/>
		<map_variables variable_1="E5_P5" variable_2="E5_P5"/>
		<map_variables variable_1="delta_E5_P5_E5__inactivation" variable_2="delta_E5_P5_E5__inactivation"/>
	</connection>
	<connection>
		<map_components component_1="A1A2" component_2="receptor_adaptors_complex_syn2"/>
		<map_variables variable_1="A1A2" variable_2="A1A2"/>
		<map_variables variable_1="delta_A1A2_receptor_adaptors_complex_syn2" variable_2="delta_A1A2_receptor_adaptors_complex_syn2"/>
	</connection>
	<connection>
		<map_components component_1="A1A2" component_2="adaptor_heterodimer_syn"/>
		<map_variables variable_1="A1A2" variable_2="A1A2"/>
		<map_variables variable_1="delta_A1A2_adaptor_heterodimer_syn" variable_2="delta_A1A2_adaptor_heterodimer_syn"/>
	</connection>
	<connection>
		<map_components component_1="E2_E4_" component_2="E2_E4__syn"/>
		<map_variables variable_1="E2_E4_" variable_2="E2_E4_"/>
		<map_variables variable_1="delta_E2_E4__E2_E4__syn" variable_2="delta_E2_E4__E2_E4__syn"/>
	</connection>
	<connection>
		<map_components component_1="E2_E4_" component_2="E2_E4__desyn"/>
		<map_variables variable_1="E2_E4_" variable_2="E2_E4_"/>
		<map_variables variable_1="delta_E2_E4__E2_E4__desyn" variable_2="delta_E2_E4__E2_E4__desyn"/>
	</connection>
	<connection>
		<map_components component_1="E0_E1" component_2="E0__E1_binding"/>
		<map_variables variable_1="E0_E1" variable_2="E0_E1"/>
		<map_variables variable_1="delta_E0_E1_E0__E1_binding" variable_2="delta_E0_E1_E0__E1_binding"/>
	</connection>
	<connection>
		<map_components component_1="E0_E1" component_2="E1_activation"/>
		<map_variables variable_1="E0_E1" variable_2="E0_E1"/>
		<map_variables variable_1="delta_E0_E1_E1_activation" variable_2="delta_E0_E1_E1_activation"/>
	</connection>
	<connection>
		<map_components component_1="E1_E2" component_2="E1__E2_binding"/>
		<map_variables variable_1="E1_E2" variable_2="E1_E2"/>
		<map_variables variable_1="delta_E1_E2_E1__E2_binding" variable_2="delta_E1_E2_E1__E2_binding"/>
	</connection>
	<connection>
		<map_components component_1="E1_E2" component_2="E2_activation"/>
		<map_variables variable_1="E1_E2" variable_2="E1_E2"/>
		<map_variables variable_1="delta_E1_E2_E2_activation" variable_2="delta_E1_E2_E2_activation"/>
	</connection>
	<connection>
		<map_components component_1="E2_E3" component_2="E2__E3_binding"/>
		<map_variables variable_1="E2_E3" variable_2="E2_E3"/>
		<map_variables variable_1="delta_E2_E3_E2__E3_binding" variable_2="delta_E2_E3_E2__E3_binding"/>
	</connection>
	<connection>
		<map_components component_1="E2_E3" component_2="E3_activation"/>
		<map_variables variable_1="E2_E3" variable_2="E2_E3"/>
		<map_variables variable_1="delta_E2_E3_E3_activation" variable_2="delta_E2_E3_E3_activation"/>
	</connection>
	<connection>
		<map_components component_1="E3_E4" component_2="E3__E4_binding"/>
		<map_variables variable_1="E3_E4" variable_2="E3_E4"/>
		<map_variables variable_1="delta_E3_E4_E3__E4_binding" variable_2="delta_E3_E4_E3__E4_binding"/>
	</connection>
	<connection>
		<map_components component_1="E3_E4" component_2="E4_activation"/>
		<map_variables variable_1="E3_E4" variable_2="E3_E4"/>
		<map_variables variable_1="delta_E3_E4_E4_activation" variable_2="delta_E3_E4_E4_activation"/>
	</connection>
	<connection>
		<map_components component_1="E4_E5" component_2="E4__E5_binding"/>
		<map_variables variable_1="E4_E5" variable_2="E4_E5"/>
		<map_variables variable_1="delta_E4_E5_E4__E5_binding" variable_2="delta_E4_E5_E4__E5_binding"/>
	</connection>
	<connection>
		<map_components component_1="E4_E5" component_2="E5_activation"/>
		<map_variables variable_1="E4_E5" variable_2="E4_E5"/>
		<map_variables variable_1="delta_E4_E5_E5_activation" variable_2="delta_E4_E5_E5_activation"/>
	</connection>
	<connection>
		<map_components component_1="R" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="C" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="C2" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="C_" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="L" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="A2_" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="E4_" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="E0_E4_" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="E1_" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="E1" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="A1" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="A2" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="E0_" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="C_A1" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="P1" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="E2_" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="E2" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="P2" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="E1_P1" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="E2_P2" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="E3_" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="E3" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="E3_P3" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="P3" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="E4" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="E4_P4" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="P4" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="E5_" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="E5" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="P5" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="E5_P5" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="A1A2" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="E2_E4_" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="E0_E1" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="E1_E2" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="E2_E3" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="E3_E4" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="E4_E5" component_2="global_variables"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
</model>
