SecondDecay

The maximum conductance and decay constant of the 2nd (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_2 TimeConstantValue optional
max_conductance_2 ConductanceValue optional

Used By

Complex Type MultiDecaySynapse

Source

<xs:attributeGroup name="SecondDecay">
  <xs:annotation>
    <xs:documentation>The maximum conductance and decay constant of the 2nd (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_2" type="bio:ConductanceValue" use="optional"/>
  <xs:attribute name="decay_time_2" type="bio:TimeConstantValue" use="optional"/>
</xs:attributeGroup>