<xsd:element name="join" id="el.join">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">Command to join two groups.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">
EXPERIMENTAL. join will normally use atomRefs2 to identify 2 R atoms
(i.e. elementType="R" that should be joined. The atoms to which the R atoms
are attached are then joined by a new bond and the R groups are then deleted. It is currently
an error if these atoms already have a connecting bond.</h:div>
<h:div class="curation" xmlns:h="http://www.w3.org/1999/xhtml">2006-05-20: PMR added.</h:div>
<h:div class="curation" xmlns:h="http://www.w3.org/1999/xhtml">2006-11-24: PMR deleted @left, @linkOnParent, @right,
@repeat.</h:div>
<h:div class="curation" xmlns:h="http://www.w3.org/1999/xhtml">2006-11-24: PMR modified content model</h:div>
<h:div class="curation" xmlns:h="http://www.w3.org/1999/xhtml">2006-11-24: PMR added @moleculeRefs2</h:div>
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml" />
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<!--
<xsd:any minOccurs="0" maxOccurs="unbounded"/>
-->
<xsd:element ref="angle" />
<xsd:element ref="arg" />
<xsd:element ref="label" />
<xsd:element ref="length" />
<xsd:element ref="metadataList" />
<xsd:element ref="molecule" />
<xsd:element ref="torsion" />
</xsd:sequence>
<xsd:attributeGroup ref="dictRef" />
<xsd:attributeGroup ref="convention" />
<xsd:attributeGroup ref="title" />
<xsd:attributeGroup ref="id" />
<xsd:attributeGroup ref="ref" />
<xsd:attributeGroup ref="atomRefs2" />
<xsd:attributeGroup ref="moleculeRefs2" />
<xsd:attributeGroup ref="order" />
</xsd:complexType>
</xsd:element>
|