Biophysics of Level3 cell, including specification for allowable synaptic locations. 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 |
Element | Level3Cell/connectivity |
<xs:complexType name="Level3Connectivity"> <xs:annotation> <xs:documentation>Biophysics of Level3 cell, including specification for allowable synaptic locations. 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="potential_syn_loc" type="PotentialSynLoc" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> |