<xs:complexType name="Connection">
<xs:annotation>
<xs:documentation>A single synaptic connection</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:group ref="meta:metadata"/>
<xs:element name="pre" type="SynapticLocation" minOccurs="0">
<xs:annotation>
<xs:documentation>NOTE: Attributes pre_cell_id etc. for WILL BE PREFERRED FORMAT IN v2.0</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="post" type="SynapticLocation" minOccurs="0">
<xs:annotation>
<xs:documentation>NOTE: Attributes post_cell_id etc. for WILL BE PREFERRED FORMAT IN v2.0</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="properties" type="LocalSynapticProperties" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="id" type="xs:integer" use="required">
<xs:annotation>
<xs:documentation>The unique ID of the single synaptic connection.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="pre_cell_id" type="xs:integer" use="optional">
<xs:annotation>
<xs:documentation>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</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="pre_segment_id" type="xs:integer" use="optional" default="0">
<xs:annotation>
<xs:documentation>The segment on the presynaptic cell where the synapse is located. Attributes pre_cell_id, etc. WILL BE PREFERRED FORMAT IN v2.0</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="pre_fraction_along" type="meta:ZeroToOne" use="optional" default="0.5">
<xs:annotation>
<xs:documentation>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</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="post_cell_id" type="xs:integer" use="optional">
<xs:annotation>
<xs:documentation>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</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="post_segment_id" type="xs:integer" use="optional" default="0">
<xs:annotation>
<xs:documentation>The segment on the postsynaptic cell where the synapse is located. Attributes pre_cell_id, etc. WILL BE PREFERRED FORMAT IN v2.0</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="post_fraction_along" type="meta:ZeroToOne" use="optional" default="0.5">
<xs:annotation>
<xs:documentation>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</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |