PerCellConnection

Connection built iteratively from each pre (or post) cell based on a number of parameters

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
direction restriction of xs:string PreToPost optional
Whether the settings below (e.g. number per source cell) refer to PreToPost or PostToPre connections.
Note more info could be known about numbers of connections on post synaptic cells, so this possibility should be allowed.
max_per_target xs:positiveInteger optional
num_per_source PositiveDouble required

Used By

Source

<xs:complexType name="PerCellConnection">
  <xs:annotation>
    <xs:documentation>Connection built iteratively from each pre (or post) cell based on a number of parameters</xs:documentation>
  </xs:annotation>
  <xs:attribute name="direction" default="PreToPost">
    <xs:annotation>
      <xs:documentation>Whether the settings below (e.g. number per source cell) refer to PreToPost or PostToPre connections. Note more info could be known about numbers of connections on post synaptic cells, so this possibility should be allowed.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="PreToPost"/>
        <xs:enumeration value="PostToPre"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="num_per_source" type="meta:PositiveDouble" use="required"/>
  <xs:attribute name="max_per_target" type="xs:positiveInteger" use="optional"/>
  <!-- More settings can be put here, e.g. distance dependence of connections-->
</xs:complexType>