simpleType formalChargeType

simpleType {http://www.xml-cml.org/schema/cml2/core}formalChargeType

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}decimal (by restriction)
 {http://www.w3.org/2001/XMLSchema}integer (by restriction)
  {http://www.xml-cml.org/schema/cml2/core}formalChargeType
Target Namespacehttp://www.xml-cml.org/schema/cml2/core
Declared Namespacesxmlns:val=http://www.w3.org/1999/XSL/TransformX
xmlns:stm=http://www.xml-cml.org/schema/stmml
xmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:xlink=http://www.w3.org/1999/xlink
xmlns:cml=http://www.xml-cml.org/schema/cml2/core
xmlns=http://www.xml-cml.org/schema/cml2/core


Source

<xsd:simpleType name="formalChargeType" id="st.formalChargeType">
    <
xsd:annotation>
        <
xsd:documentation>
            <
div class="summary">The formal charge on an atom.</div>
            <
div class="description">
                <
p>
Used for electron-bookeeping.
This has no relation to its
calculated (fractional) charge.
                
</p>
            </
div>
            <
div class="example">
                <
pre>
<cml title="formalCharge example">
<atomArray>
<atom id="a1" elementType="N" formalCharge="+1"/>
<atom id="a2" elementType="O" formalCharge="-1"/>
</atomArray>
</cml>
                
</pre>
            </
div>
        </
xsd:documentation>
    </
xsd:annotation>
    <
xsd:restriction base="xsd:integer"/>
</
xsd:simpleType>


Documentation

The formal charge on an atom.

Used for electron-bookeeping. This has no relation to its calculated (fractional) charge.

<cml title="formalCharge example">
  <atomArray>
    <atom id="a1" elementType="N" formalCharge="+1"/>
    <atom id="a2" elementType="O" formalCharge="-1"/>
  </atomArray>
</cml>
       


simpleType formalChargeType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.