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