Definition Type: Element
Name: bondSet
Namespace: http://www.xml-cml.org/schema
Type: nsA:bondRefArrayType
Containing Schema: schema.xsd
Abstract
Documentation:
A set of references to bonds. An bondSet consists of a number of unique references to bonds throught their ids. bondSets need not be related to molecules (which are generally created by aggregation of explicit bonds). Two or more bondSets may reference the same bond, and bondSets may be empty. bondSets have many potential uses such as: identifying functional groups results of substructure matching identifying bonds with particular roles in a calculation The bondSet may be referenced from elsewhere in the document and you are encouraged to use locally unique id attributes on bondSets.
Collapse XSD Schema Diagram:
Drilldown into size in schema schema_xsd Drilldown into size in schema schema_xsd Drilldown into dictRef in schema schema_xsd Drilldown into dictRef in schema schema_xsd Drilldown into convention in schema schema_xsd Drilldown into convention in schema schema_xsd Drilldown into id in schema schema_xsd Drilldown into id in schema schema_xsd Drilldown into title in schema schema_xsd Drilldown into title in schema schema_xsdXSD Diagram of bondSet in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:element name="bondSet" id="el.bondSet">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A set of references to bonds.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">An bondSet consists of a number of unique references to bonds throught their ids. bondSets need not be related to molecules (which are generally created by aggregation of explicit bonds). Two or more bondSets may reference the same bond, and bondSets may be empty.
                <h:p>bondSets have many potential uses such as:
         <h:ul><h:li>identifying functional groups</h:li>
                        <h:li>results of substructure matching</h:li>
                        <h:li>identifying bonds with particular roles in a calculation</h:li>
                    </h:ul>
                </h:p>
                <h:p>The bondSet may be referenced from elsewhere in the document and you are encouraged to use locally unique id attributes on bondSets.
         </h:p>
            </h:div>
            <h:div class="example" href="bondSet1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:extension base="bondRefArrayType">
                <xsd:attributeGroup ref="title" />
                <xsd:attributeGroup ref="id" />
                <xsd:attributeGroup ref="convention" />
                <xsd:attributeGroup ref="dictRef" />
                <xsd:attributeGroup ref="size" />
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
title nsA:title (Optional)
id nsA:id (Optional)
convention nsA:convention (Optional)
dictRef nsA:dictRef (Optional)
size nsA:size (Optional)
Collapse Derivation Tree: