Definition Type: SimpleType
Name: nonHydrogenCountType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
The number of non-hydrogen atoms attached to an atom. Obsolete in core CML. Only useful in CML queries.
Collapse XSD Schema Diagram:
XSD Diagram of nonHydrogenCountType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType name="nonHydrogenCountType" id="st.nonHydrogenCountType">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">The number of non-hydrogen atoms attached to an atom.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Obsolete in core CML. Only useful in CML queries.</h:div>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:nonNegativeInteger" />
</xsd:simpleType>