<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> |