Definition Type: Element
Name: electron
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Abstract
Documentation:
An electron. 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.
Collapse XSD Schema Diagram:
Drilldown into ref in schema schema_xsd Drilldown into ref in schema schema_xsd Drilldown into count in schema schema_xsd Drilldown into count in schema schema_xsd Drilldown into bondRefs in schema schema_xsd Drilldown into bondRefs in schema schema_xsd Drilldown into bondRef in schema schema_xsd Drilldown into bondRef in schema schema_xsd Drilldown into atomRefs in schema schema_xsd Drilldown into atomRefs in schema schema_xsd Drilldown into atomRef in schema schema_xsd Drilldown into atomRef 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 electron in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
title nsA:title (Optional)
id nsA:id (Optional)
convention nsA:convention (Optional)
dictRef nsA:dictRef (Optional)
atomRef nsA:atomRef (Optional)
atomRefs nsA:atomRefs (Optional)
bondRef nsA:bondRef (Optional)
bondRefs nsA:bondRefs (Optional)
count nsA:count (Optional)
ref nsA:ref (Optional)