reactionRoleType

<h:div class="summary">The role of the reaction within a reactionList.</h:div>
<h:div class="description">Semantics are semi-controlled.</h:div>

Simple Type Information

Used By

Attribute reactionRole/@role

Source

<xsd:simpleType name="reactionRoleType" id="st.reactionRoleType">
  <xsd:annotation>
    <xsd:documentation>
      <h:div class="summary">The role of the reaction within a reactionList.</h:div>
      <h:div class="description">Semantics are semi-controlled.</h:div>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="complete">
      <xsd:annotation>
        <xsd:documentation>
          <h:div>
            <h:p>On reactionList signifies that the children are the complete description of the reaction.</h:p>
          </h:div>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="overall">
      <xsd:annotation>
        <xsd:documentation>
          <h:div>
            <h:p>The overall reaction in a multi-step reaction. Normally this would be the first reaction in a reactionList and the individual steps are held in a following sibling reactionList.</h:p>
          </h:div>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="rateDeterminingStep">
      <xsd:annotation>
        <xsd:documentation>
          <h:div>
            <h:p>The rate-determining step in a multi-step reaction. This implies also that the reaction has a role of step.</h:p>
          </h:div>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="step">
      <xsd:annotation>
        <xsd:documentation>
          <h:div>
            <h:p>A step in a multi-step reaction. This reaction will normally be a child of reactionList.</h:p>
          </h:div>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="steps">
      <xsd:annotation>
        <xsd:documentation>
          <h:div>
            <h:p>a reactionList containing steps</h:p>
          </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>