<xs:complexType name="SynapseInternalProperties">
<xs:annotation>
<xs:documentation>Variables specifying a single synapse or default values for a set of connections</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:group ref="meta:metadata"/>
</xs:sequence>
<xs:attribute name="internal_delay" type="bio:SynapticDelayValue" use="optional" default="0">
<xs:annotation>
<xs:documentation>Delay due to diffusion across the synaptic cleft. If only one delay value is known, this can be used</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="pre_delay" type="bio:SynapticDelayValue" use="optional" default="0">
<xs:annotation>
<xs:documentation>Delay due to presynaptic mechanism</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="post_delay" type="bio:SynapticDelayValue" use="optional" default="0">
<xs:annotation>
<xs:documentation>Delay due to postsynaptic mechanism</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="prop_delay" type="bio:SynapticDelayValue" use="optional" default="0">
<xs:annotation>
<xs:documentation>Delay due to simulated AP propagation along an axon</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="weight" type="meta:NonNegativeDouble" use="optional" default="1">
<xs:annotation>
<xs:documentation>Multiplicative weighting factor for the synapse</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="threshold" use="optional" type="bio:VoltageValue" default="0">
<xs:annotation>
<xs:documentation>Presynaptic membrane potential level above which the synapse fires</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |