Deprecated_Transition

Deprecated since v1.7.3. What causes the gate to open and close. A dependence on potential difference, 
or a voltage and (ion) concentration dependence

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
source xs:string optional
Source state of the transition if used in kinetic scheme. Must be used with attribute target. Use this in preference to src!!!
target xs:string optional
Target state of the transition if used in kinetic scheme. Must be used with attribute src

Used By

Source

<xs:complexType name="Deprecated_Transition">
  <xs:annotation>
    <xs:documentation>Deprecated since v1.7.3. What causes the gate to open and close. A dependence on potential difference, or a voltage and (ion) concentration dependence</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="voltage_gate" type="Deprecated_VoltageGate"/>
    <xs:element name="voltage_conc_gate" type="Deprecated_VoltageConcGate"/>
  </xs:choice>
  <xs:attribute name="source" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Source state of the transition if used in kinetic scheme. Must be used with attribute target. Use this in preference to src!!!</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <!--<xs:attribute name="src" type="xs:string" use="optional">
            <xs:annotation>
                <xs:documentation>Deprecated! Use source for consistency with target attribute! Should be removed in v2.0!</xs:documentation>
            </xs:annotation> 
        </xs:attribute>-->
  <xs:attribute name="target" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Target state of the transition if used in kinetic scheme. Must be used with attribute src</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>