Definition Type: SimpleType
Name: stereoType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
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.
Collapse XSD Schema Diagram:
XSD Diagram of stereoType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType name="stereoType" id="st.stereoType">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">Bond stereochemistry as a string.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">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" xmlns:h="http://www.w3.org/1999/xhtml" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="C">
            <xsd:annotation>
                <xsd:documentation>
                    <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A cis bond.</h:div>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="T">
            <xsd:annotation>
                <xsd:documentation>
                    <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A trans bond.</h:div>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="W">
            <xsd:annotation>
                <xsd:documentation>
                    <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A wedge bond.</h:div>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="H">
            <xsd:annotation>
                <xsd:documentation>
                    <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A hatch bond.</h:div>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="">
            <xsd:annotation>
                <xsd:documentation>
                    <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">empty or missing.</h:div>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration C
Enumeration T
Enumeration W
Enumeration H
Enumeration
Collapse Derivation Tree:
Collapse References:
nsA:bondStereo