<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>
|