<xsd:element name="transitionState" id="el.transitionState">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">The transition state in a reaction.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">
<h:p>This will normally contain a <h:tt>molecule</h:tt> which in its 2D representation will have partial bonds. These are yet to be formalized for the <h:tt>molecule</h:tt> element.</h:p>
<h:p>Although spectators may stabilise or otherwise interact with the transitionState they are not contained within it.</h:p>
<h:p>A <h:tt>propertyList</h:tt> is provided to capture transitionState properties.</h:p>
<h:p>Still experimental.</h:p>
</h:div>
<h:div class="example" href="transitionState1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="molecule" />
<xsd:element ref="propertyList" minOccurs="0" />
</xsd:sequence>
<xsd:attributeGroup ref="title" />
<xsd:attributeGroup ref="id" />
<xsd:attributeGroup ref="convention" />
<xsd:attributeGroup ref="dictRef" />
</xsd:complexType>
</xsd:element>
|