Definition Type: Element
Name: join
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Abstract
Documentation:
Command to join two groups. 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. 2006-05-20: PMR added. 2006-11-24: PMR deleted @left, @linkOnParent, @right, @repeat. 2006-11-24: PMR modified content model 2006-11-24: PMR added @moleculeRefs2
Collapse XSD Schema Diagram:
Drilldown into torsion in schema schema_xsd Drilldown into molecule in schema schema_xsd Drilldown into metadataList in schema schema_xsd Drilldown into length in schema schema_xsd Drilldown into label in schema schema_xsd Drilldown into arg in schema schema_xsd Drilldown into angle in schema schema_xsd Drilldown into order in schema schema_xsd Drilldown into order in schema schema_xsd Drilldown into moleculeRefs2 in schema schema_xsd Drilldown into moleculeRefs2 in schema schema_xsd Drilldown into atomRefs2 in schema schema_xsd Drilldown into atomRefs2 in schema schema_xsd Drilldown into ref in schema schema_xsd Drilldown into ref 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_xsd Drilldown into convention in schema schema_xsd Drilldown into convention in schema schema_xsd Drilldown into dictRef in schema schema_xsd Drilldown into dictRef in schema schema_xsdXSD Diagram of join in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
angle nsA:angle (1) (1)
arg nsA:arg (1) (1)
label nsA:label (1) (1)
length nsA:length (1) (1)
metadataList nsA:metadataList (1) (1)
molecule nsA:molecule (1) (1)
torsion nsA:torsion (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
dictRef nsA:dictRef (Optional)
convention nsA:convention (Optional)
title nsA:title (Optional)
id nsA:id (Optional)
ref nsA:ref (Optional)
atomRefs2 nsA:atomRefs2 (Optional)
moleculeRefs2 nsA:moleculeRefs2 (Optional)
order nsA:order (Optional)