InputTarget

Specifies the cell group and which cells/segments to apply the stimulation

Complex Type Information

Model

Children: site_pattern, sites

Attributes

QName Type Fixed Default Use Inheritable Annotation
cell_group xs:string optional
The cell group to which to apply the stimulation. Note for v2.0 population is the preferred name of this attribute (not cell_group).
population xs:string optional
The cell group to which to apply the stimulation. Note for v2.0 population is the preferred name of this attribute (not cell_group).

Used By

Element Input/target

Source

<xs:complexType name="InputTarget">
  <xs:annotation>
    <xs:documentation>Specifies the cell group and which cells/segments to apply the stimulation</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:group ref="meta:metadata"/>
    <xs:choice>
      <xs:annotation>
        <xs:documentation>As with populations/projections, there are two ways to specify the locations of the stimulations: a list of cell location instances and a template for choosing the cells.</xs:documentation>
      </xs:annotation>
      <xs:element name="sites" type="InputSites"/>
      <xs:element name="site_pattern" type="InputSitePattern"/>
    </xs:choice>
  </xs:sequence>
  <xs:attribute name="cell_group" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The cell group to which to apply the stimulation. Note for v2.0 population is the preferred name of this attribute (not cell_group).</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="population" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The cell group to which to apply the stimulation. Note for v2.0 population is the preferred name of this attribute (not cell_group).</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>