The elements in biophysics needed to specify a network connection. 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 |
Complex Type | Level3Biophysics |
<xs:group name="BiophysicsNetworkElements"> <xs:annotation> <xs:documentation>The elements in biophysics needed to specify a network connection. 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:element name="potentialSynapticLocation" type="PotentialSynapticLocation" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:group> |