Level3Biophysics

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

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
units Units required
Unit system of all quantities.

Used By

Source

<xs:complexType name="Level3Biophysics">
  <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:complexContent>
    <xs:extension base="bio:Biophysics">
      <xs:sequence>
        <xs:group ref="net:BiophysicsNetworkElements" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>