<xs:complexType name="InputSite">
<xs:annotation>
<xs:documentation>Specifies a location on a cell where input is received</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:annotation>
<xs:documentation>Overrides global settings if there is a different value of pulse amplitude/rate, etc. for this site</xs:documentation>
</xs:annotation>
<xs:element name="pulse_input_instance" type="PulseInput" minOccurs="0"/>
<xs:element name="random_stim_instance" type="RandomStimInstance" minOccurs="0"/>
</xs:choice>
<xs:attribute name="cell_id" type="CellIdInNetwork" use="required"/>
<xs:attribute name="segment_id" type="meta:SegmentIdInCell" use="optional" default="0"/>
<xs:attribute name="fraction_along" type="meta:ZeroToOne" use="optional" default="0.5"/>
</xs:complexType> |