Definition Type: SimpleType
Name: bondRefType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
A reference to an existing bond. A reference to a bond may be made by atoms (e.g. for multicentre or pi-bonds), electrons (for annotating reactions or describing electronic properties) or possibly other bonds (no examples yet). The semantics are relatively flexible.
Collapse XSD Schema Diagram:
XSD Diagram of bondRefType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType name="bondRefType" id="st.bondRefType">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A reference to an existing bond.</h:div>
            <h:div class="general" xmlns:h="http://www.w3.org/1999/xhtml">A reference to a bond may be made by atoms (e.g. for multicentre or pi-bonds), electrons (for annotating reactions or describing electronic properties) or possibly other bonds (no examples yet). The semantics are relatively flexible.</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:pattern value="[A-Za-z0-9_\-]+(:[A-Za-z0-9_\-]+)?" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Pattern [A-Za-z0-9_\-]+(:[A-Za-z0-9_\-]+)?
Collapse Derivation Tree:
Collapse References:
nsA:bondRef, nsA:bondRefArrayType