TimeCourse

Time course of the transition between states in a GatingComplex

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
expr xs:string optional
expr_form CoreEquationType required
Form of expression
from xs:string required
Source state of the transition in kinetic scheme.
midpoint xs:string optional
name xs:string required
Short name to use to refer to the time course e.g. tau
rate xs:string optional
scale xs:string optional
to xs:string required
Target state of the transition in kinetic scheme.

Used By

Source

<xs:complexType name="TimeCourse">
  <xs:annotation>
    <xs:documentation>Time course of the transition between states in a GatingComplex</xs:documentation>
  </xs:annotation>
  <xs:attribute name="name" type="xs:string" use="required">
    <xs:annotation>
      <xs:documentation>Short name to use to refer to the time course e.g. tau</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attributeGroup ref="from_to"/>
  <xs:attribute name="expr_form" type="CoreEquationType" use="required">
    <xs:annotation>
      <xs:documentation>Form of expression</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <!-- Only one of the following should be present!!-->
  <xs:attributeGroup ref="standard_expr_params"/>
  <xs:attributeGroup ref="generic_expr_params"/>
</xs:complexType>