<xs:complexType name="ElectricalSynapse">
<xs:annotation>
<xs:documentation>Electrical synaptic coupling as at a gap junction. A simple model with just a parameter for the (2 way) conductance</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:group ref="meta:metadata"/>
</xs:sequence>
<xs:attribute name="conductance" type="bio:ConductanceValue" use="required">
<xs:annotation>
<xs:documentation>The conductance of the electrical connection</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |