Definition Type: Element
Name: reactiveCentre
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Abstract
Documentation:
The reactiveCentre in a reaction. This describes the set(s) of bonds and atoms involved in the reaction. The semantics are flexible, but a common usage would be to create atomSet(s) and bondSet(s) mapping to groups which undergo changes.
Collapse XSD Schema Diagram:
Drilldown into bondSet in schema schema_xsd Drilldown into atomSet in schema schema_xsd Drilldown into bondTypeList in schema schema_xsd Drilldown into atomTypeList in schema schema_xsd Drilldown into description 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 reactiveCentre in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:element name="reactiveCentre" id="el.reactiveCentre">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">The reactiveCentre in a reaction.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">This describes the set(s) of bonds and atoms involved in the reaction. The semantics are flexible, but a common usage would be to create atomSet(s) and bondSet(s) mapping to groups which undergo changes.</h:div>
            <h:div class="example" href="reactiveCentre1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="description" minOccurs="0" />
            <xsd:choice minOccurs="0" maxOccurs="unbounded">
                <xsd:element ref="atomTypeList" />
                <xsd:element ref="bondTypeList" />
                <xsd:element ref="atomSet" />
                <xsd:element ref="bondSet" />
            </xsd:choice>
        </xsd:sequence>
        <xsd:attributeGroup ref="title" />
        <xsd:attributeGroup ref="id" />
        <xsd:attributeGroup ref="convention" />
        <xsd:attributeGroup ref="dictRef" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
description nsA:description 0 (1)
atomTypeList nsA:atomTypeList (1) (1)
bondTypeList nsA:bondTypeList (1) (1)
atomSet nsA:atomSet (1) (1)
bondSet nsA:bondSet (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
title nsA:title (Optional)
id nsA:id (Optional)
convention nsA:convention (Optional)
dictRef nsA:dictRef (Optional)