<xsd:element name="electron" id="el.electron">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">An electron.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Since there is very little use of electrons in current chemical information this is a fluid concept. I expect it to be used for electron counting, input and output of theochem operations, descriptions of orbitals, spin states, oxidation states, etc. Electrons can be associated with atoms, bonds and combinations of these. At present there is no hardcoded semantics. However, _atomRef_ and similar attributes can be used to associate electrons with atoms or bond.</h:div>
<h:div class="example" href="electron1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence />
<xsd:attributeGroup ref="title" />
<xsd:attributeGroup ref="id" />
<xsd:attributeGroup ref="convention" />
<xsd:attributeGroup ref="dictRef" />
<xsd:attributeGroup ref="atomRef" />
<xsd:attributeGroup ref="atomRefs" />
<xsd:attributeGroup ref="bondRef" />
<xsd:attributeGroup ref="bondRefs" />
<xsd:attributeGroup ref="count" />
<xsd:attributeGroup ref="ref" />
</xsd:complexType>
</xsd:element>
|