<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> |