ThirdDecay

The maximum conductance and decay constant of the 3nd (normally slower) component of the synaptic conductance. 
Note that either both attributes or neither should be present. Unfortunately attributeGroups can't be made optional...

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
decay_time_3 TimeConstantValue optional
max_conductance_3 ConductanceValue optional

Used By

Complex Type MultiDecaySynapse

Source

<xs:attributeGroup name="ThirdDecay">
  <xs:annotation>
    <xs:documentation>The maximum conductance and decay constant of the 3nd (normally slower) component of the synaptic conductance. Note that either both attributes or neither should be present. Unfortunately attributeGroups can't be made optional...</xs:documentation>
  </xs:annotation>
  <xs:attribute name="max_conductance_3" type="bio:ConductanceValue" use="optional"/>
  <xs:attribute name="decay_time_3" type="bio:TimeConstantValue" use="optional"/>
</xs:attributeGroup>