chiralityType

<h:div class="summary">The chirality of a system or molecule.</h:div>
<h:div class="description">This is being actively investigated by a IUPAC committee (2002) so the convention is likely to change. No formal default.</h:div>

Simple Type Information

Used By

Source

<xsd:simpleType name="chiralityType" id="st.chiralityType">
  <xsd:annotation>
    <xsd:documentation>
      <h:div class="summary">The chirality of a system or molecule.</h:div>
      <h:div class="description">This is being actively investigated by a IUPAC committee (2002) so the convention is likely to change. No formal default.</h:div>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="enantiomer"/>
    <xsd:enumeration value="racemate"/>
    <xsd:enumeration value="unknown"/>
    <xsd:enumeration value="other"/>
  </xsd:restriction>
</xsd:simpleType>