Deprecated_RateConstantEqn

Definition of a rate constant equation.

Complex Type Information

Model

Children: parameter

Attributes

QName Type Fixed Default Use Inheritable Annotation
expr xs:string optional
type xs:string required

Used By

Complex Type Deprecated_AkdEquation

Source

<xs:complexType name="Deprecated_RateConstantEqn">
  <xs:annotation>
    <xs:documentation>Definition of a rate constant equation.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="parameter" type="Deprecated_Parameter" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A parameter which is used in the equation</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="type" type="xs:string" use="required"/>
  <xs:attribute name="expr" type="xs:string"/>
</xs:complexType>