reactionFormatType

<h:div class="summary">The format of the reaction.</h:div>
<h:div>
  <h:p>This is provided for machine-understanding of the format of the reaction steps and components.</h:p>
  <h:p>Semantics are semi-controlled.</h:p>
</h:div>

Simple Type Information

Used By

Source

<xsd:simpleType name="reactionFormatType" id="st.reactionFormatType">
  <xsd:annotation>
    <xsd:documentation>
      <h:div class="summary">The format of the reaction.</h:div>
      <h:div>
        <h:p>This is provided for machine-understanding of the format of the reaction steps and components.</h:p>
        <h:p>Semantics are semi-controlled.</h:p>
      </h:div>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="reactantProduct">
      <xsd:annotation>
        <xsd:documentation>
          <h:div>
            <h:p>The commonest representation with reactantList and productList.</h:p>
          </h:div>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="cmlSnap">
      <xsd:annotation>
        <xsd:documentation>
          <h:div>
            <h:p>A list of molecules representing snap shots on a reaction pathway.</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>