<xs:complexType name="InhomogeneousValue">
<xs:annotation>
<xs:documentation>How a value changes over the cable group. Implementation here based on NEURON inhomogeneous parameter specification. See example for usage of this element</xs:documentation>
</xs:annotation>
<xs:attribute name="param_name" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Name used in the inhomogeneous_param element in the cable group</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="value" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Equation showing how parameter changes as function of variable attribute in inhomogeneous_param element</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |