<xs:complexType name="Deprecated_RateConstantEqnChoice">
<xs:annotation>
<xs:documentation>Choice of the various rate constant expressions allowed</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:group ref="meta:metadata"/>
<xs:choice>
<xs:element name="parameterised_hh" type="Deprecated_AkdEquation"/>
<xs:element name="generic_equation_hh" type="Deprecated_GenericEquation">
<xs:annotation>
<xs:documentation>Note: use generic as opposed to generic_equation_hh. The latter will be removed in v2.0</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="generic" type="Deprecated_GenericEquation">
<xs:annotation>
<xs:documentation>Note: use generic as opposed to generic_equation_hh. The latter will be removed in v2.0</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:sequence>
</xs:complexType> |