reactionStepListTypeType

<h:div class="summary">The sequence of steps in a reactionStepList.</h:div>
<h:div class="description">By default the reactions in a reactionStepList are assumed to take place in sequence (e.g. one or more products of reaction n are used in reaction n+1 or later. However there are cases where it is known that reactions take place in parallel (e.g. if there is no overlap of molecular identities). Alternatively there are points at which there are two or more competing reactions which may depend on conditions or concentrations. A small semi-controlled vocabulary is suggested.</h:div>
<h:div>The semantic of these are not fully explored, but we suggest that consecutive and simultaneous should be the first to be supported</h:div>

Simple Type Information

Used By

Source

<xsd:simpleType id="st.reactionStepListTypeType" name="reactionStepListTypeType">
  <xsd:annotation>
    <xsd:documentation>
      <h:div class="summary">The sequence of steps in a reactionStepList.</h:div>
      <h:div class="description">By default the reactions in a reactionStepList are assumed to take place in sequence (e.g. one or more products of reaction n are used in reaction n+1 or later. However there are cases where it is known that reactions take place in parallel (e.g. if there is no overlap of molecular identities). Alternatively there are points at which there are two or more competing reactions which may depend on conditions or concentrations. A small semi-controlled vocabulary is suggested.</h:div>
      <h:div>The semantic of these are not fully explored, but we suggest that consecutive and simultaneous should be the first to be supported</h:div>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>
          <h:div class="summary">The order of the steps is unknown.</h:div>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="consecutive">
      <xsd:annotation>
        <xsd:documentation>
          <h:div class="summary">The reaction proceeds through the steps in the order given.</h:div>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="choice">
      <xsd:annotation>
        <xsd:documentation>
          <h:div class="summary">The reaction may proceed through either (or possibly both) of the contained reactions or reactionScheme, but it may not be known which.</h:div>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="simultaneous">
      <xsd:annotation>
        <xsd:documentation>
          <h:div class="summary">The two or more independent reaction/List children proceed independently.</h:div>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="other">
      <xsd:annotation>
        <xsd:documentation>
          <h:div class="summary">A value not in the controlled vocabulary - use dictRef to add further information.</h:div>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>