stereoType

<h:div class="summary">Bond stereochemistry as a string.</h:div>
<h:div class="description">This is purely conventional. There is no default value. The emptyString attribute can be used to indicate a bond of unknown or unspecified type. The interpretation of this is outside the scope of CML-based algorithms. It may be accompanied by a
  <h:tt>convention</h:tt>attribute which links to a dictionary.</h:div>
<h:div class="example" href="bond1.xml"/>

Simple Type Information

Used By

Element bondStereo

Source

<xsd:simpleType name="stereoType" id="st.stereoType">
  <xsd:annotation>
    <xsd:documentation>
      <h:div class="summary">Bond stereochemistry as a string.</h:div>
      <h:div class="description">This is purely conventional. There is no default value. The emptyString attribute can be used to indicate a bond of unknown or unspecified type. The interpretation of this is outside the scope of CML-based algorithms. It may be accompanied by a
        <h:tt>convention</h:tt>attribute which links to a dictionary.</h:div>
      <h:div class="example" href="bond1.xml"/>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="C">
      <xsd:annotation>
        <xsd:documentation>
          <h:div class="summary">A cis bond.</h:div>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="T">
      <xsd:annotation>
        <xsd:documentation>
          <h:div class="summary">A trans bond.</h:div>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="W">
      <xsd:annotation>
        <xsd:documentation>
          <h:div class="summary">A wedge bond.</h:div>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="H">
      <xsd:annotation>
        <xsd:documentation>
          <h:div class="summary">A hatch bond.</h:div>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="undefined">
      <xsd:annotation>
        <xsd:documentation>
          <h:div class="summary">Undefined stereo chemistry.</h:div>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="other">
      <xsd:annotation>
        <xsd:documentation>
          <h:div class="summary">Another type of bond stereo - use dictRef to add further information.</h:div>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>