<xs:complexType name="PotentialSynapticLocation">
<xs:annotation>
<xs:documentation>Subset of sections on cell where synaptic connection of a particular type is allowed. Note: from v1.7.1 the preferred way to specify a potential synaptic location is with a potential_syn_loc element under connectivity under cell, as opposed to the potentialSynapticLocation under biophysics under cell. The former will be the only option from v2.0</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:group ref="meta:metadata"/>
<xs:sequence>
<xs:element name="synapse_type" type="xs:string">
<xs:annotation>
<xs:documentation>Which of the synaptic mechanisms can be present</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="synapse_direction" type="SynapseDirection" minOccurs="0">
<xs:annotation>
<xs:documentation>Whether this synapse location allows a presynaptic connection, a postsynaptic connection or either</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="group" type="xs:string" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>List of groups of sections allowing the synapse</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:sequence>
</xs:complexType> |