SynapticLocation

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
cell_id xs:integer required
The ID of the cell. Must be listed in populations, so that too must list instances
fraction_along ZeroToOne 0.5 optional
The fraction along the length of the specified segment where the synapse is located.
segment_id xs:integer 0 optional
The segment where the synapse is located.

Used By

Source

<xs:complexType name="SynapticLocation">
  <xs:attribute name="cell_id" type="xs:integer" use="required">
    <xs:annotation>
      <xs:documentation>The ID of the cell. Must be listed in populations, so that too must list instances</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="segment_id" type="xs:integer" use="optional" default="0">
    <xs:annotation>
      <xs:documentation>The segment where the synapse is located.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="fraction_along" type="meta:ZeroToOne" use="optional" default="0.5">
    <xs:annotation>
      <xs:documentation>The fraction along the length of the specified segment where the synapse is located.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>