<xs:complexType name="Deprecated_AkdEquation">
<xs:annotation>
<xs:documentation>Definition of a type of rate constant equation which takes parameters A, k, d and maps to either exponential, sigmoidal or linoidal.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:restriction base="Deprecated_RateConstantEqn">
<xs:sequence>
<xs:element name="parameter" type="Deprecated_Parameter" minOccurs="3" maxOccurs="3"/>
</xs:sequence>
<xs:attribute name="type" type="Deprecated_CoreEquationType" use="required"/>
<xs:attribute name="expr" type="xs:string">
<xs:annotation>
<xs:documentation>Note: this expression is has been useful to include when the type is, e.g. linoid, to remind users of the form of the equation. However, it's use should be discouraged, as it could be assumed that changing this attribute can change the form of the equation (as for generic_equation_hh). It's better to include the form of the equation as a comment, as in the examples. This attribute may be removed in v2.0</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:restriction>
</xs:complexContent>
</xs:complexType> |