<xs:complexType name="RandomStim">
<xs:annotation>
<xs:documentation>A random stimulation at a specific frequency. Note: can be interpreted differently by different simulators!!</xs:documentation>
</xs:annotation>
<xs:attribute name="frequency" type="bio:FrequencyValue" use="required"/>
<xs:attribute name="synaptic_mechanism" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The name of a synaptic mechanism which will provides the conductance change. This will be fired once every 'spike' at the given frequency</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |