connection

Element Information

Model

Children: post, pre, properties

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:integer required
The unique ID of the single synaptic connection.
post_cell_id xs:integer optional
The ID of the postsynaptic cell. Must be listed in populations, so that too must list instances.
Optional now, but attributes pre_cell_id, etc. WILL BE PREFERRED FORMAT IN v2.0
post_fraction_along ZeroToOne 0.5 optional
The fraction along the length of the specified segment on the postsynaptic cell where the synapse is located.
Attributes pre_cell_id, etc. WILL BE PREFERRED FORMAT IN v2.0
post_segment_id xs:integer 0 optional
The segment on the postsynaptic cell where the synapse is located.
Attributes pre_cell_id, etc. WILL BE PREFERRED FORMAT IN v2.0
pre_cell_id xs:integer optional
The ID of the presynaptic cell. Must be listed in populations, so that too must list instances.
Optional now, but attributes pre_cell_id, etc. WILL BE PREFERRED FORMAT IN v2.0
pre_fraction_along ZeroToOne 0.5 optional
The fraction along the length of the specified segment on the presynaptic cell where the synapse is located.
Attributes pre_cell_id, etc. WILL BE PREFERRED FORMAT IN v2.0
pre_segment_id xs:integer 0 optional
The segment on the presynaptic cell where the synapse is located.
Attributes pre_cell_id, etc. WILL BE PREFERRED FORMAT IN v2.0

Source

<xs:element name="connection" type="Connection" maxOccurs="unbounded"/>

Sample