simpleType stereoType

simpleType {http://www.xml-cml.org/schema/cml2/core}stereoType

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}string (by restriction)
 {http://www.xml-cml.org/schema/cml2/core}stereoType
Derived Types
{http://www.xml-cml.org/schema/cml2/core}stereoType
 {http://www.xml-cml.org/schema/cml2/core}bondStereo (by extension)
Target Namespacehttp://www.xml-cml.org/schema/cml2/core
Declared Namespacesxmlns:val=http://www.w3.org/1999/XSL/TransformX
xmlns:stm=http://www.xml-cml.org/schema/stmml
xmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:xlink=http://www.w3.org/1999/xlink
xmlns:cml=http://www.xml-cml.org/schema/cml2/core
xmlns=http://www.xml-cml.org/schema/cml2/core


Source

<xsd:simpleType name="stereoType" id="st.stereoType">
    <
xsd:annotation>
        <
xsd:documentation>
            <
div class="summary">(Bond) stereochemistry (as a string).</div>
            <
div class="description">
                <
p>
. 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
                    
<tt>convention</tt>
attribute which links to a dictionary
</p>
            </
div>
            <
div class="example">
                <
pre>
<cml title="bondArray example">
<bondArray>
<bond id="b1" atomRefs2="a3 a8" order="D">
<electron bondRef="b1"/>
<bondStereo>C</bondStereo>
</bond>
<bond id="b2" atomRefs2="a3 a8" order="S">
<bondStereo convention="MDL" conventionValue="6"/>
</bond>
</bondArray>
</cml>
                
</pre>
            </
div>
        </
xsd:documentation>
    </
xsd:annotation>
    <
xsd:restriction base="xsd:string">
        <
xsd:enumeration value="C">
            <
xsd:annotation>
                <
xsd:documentation>
                    <
div class="summary">A cis bond.</div>
                </
xsd:documentation>
            </
xsd:annotation>
        </
xsd:enumeration>
        <
xsd:enumeration value="T">
            <
xsd:annotation>
                <
xsd:documentation>
                    <
div class="summary">A trans bond.</div>
                </
xsd:documentation>
            </
xsd:annotation>
        </
xsd:enumeration>
        <
xsd:enumeration value="W">
            <
xsd:annotation>
                <
xsd:documentation>
                    <
div class="summary">A wedge bond.</div>
                </
xsd:documentation>
            </
xsd:annotation>
        </
xsd:enumeration>
        <
xsd:enumeration value="H">
            <
xsd:annotation>
                <
xsd:documentation>
                    <
div class="summary">A hatch bond.</div>
                </
xsd:documentation>
            </
xsd:annotation>
        </
xsd:enumeration>
        <
xsd:enumeration value="">
            <
xsd:annotation>
                <
xsd:documentation>
                    <
div class="summary">empty or missing.</div>
                </
xsd:documentation>
            </
xsd:annotation>
        </
xsd:enumeration>
    </
xsd:restriction>
</
xsd:simpleType>


Documentation

(Bond) stereochemistry (as a string).

. 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 convention attribute which links to a dictionary

<cml title="bondArray example">
  <bondArray>
    <bond id="b1" atomRefs2="a3 a8" order="D">
      <electron bondRef="b1"/>
      <bondStereo>C</bondStereo>
    </bond>
    <bond id="b2" atomRefs2="a3 a8" order="S">
      <bondStereo convention="MDL" conventionValue="6"/>
    </bond>
  </bondArray>
</cml>


simpleType stereoType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.