<xsd:element name="reactantList" id="el.reactantList">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A container for one or more reactants.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">
<h:p>
<h:tt>reactantList</h:tt> can contain several reactants. These may be related in several ways, including
<h:ul><h:li>lists of related reactants</h:li>
<h:li>reactant schemes</h:li>
<h:li>multi-step reactants</h:li>
<h:li>parallel and/or coupled reactants</h:li>
</h:ul>.
A reactantList can contain nested reactantLists. The semantics of this are currently undefined.
</h:p>
</h:div>
<h:div class="example" href="reactantList1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="metadataList" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="name" minOccurs="0" maxOccurs="1" />
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element ref="reactantList" />
<xsd:element ref="reactant" />
</xsd:choice>
</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="role" />
<xsd:attributeGroup ref="count" />
</xsd:complexType>
</xsd:element>
|