<xs:element name="table_settings" minOccurs="0">
<xs:annotation>
<xs:documentation>Preferences for the table of values for the rate equations, e.g. used in the TABLE statement in NMODL, or in tabchannel GENESIS objects</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="max_v" type="xs:double" default="70">
<xs:annotation>
<xs:documentation>The maximum potential from which to calculate the tables of rate values</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="min_v" type="xs:double" default="-100">
<xs:annotation>
<xs:documentation>The minimum potential from which to calculate the tables of rate values</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="table_divisions" type="xs:positiveInteger" default="200">
<xs:annotation>
<xs:documentation>The number of divisions in the table</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element> |