The total number of hydrogen atoms bonded to an atom.
The total number of hydrogen atoms bonded to an atom, whether
explicitly included as atoms or not. It is an error to have hydrogen count
less than the explicit hydrogen count. There is no default value and no assumptions
about hydrogen Count can be made if it is not given.
If hydrogenCount is given on every atom, then the values can be summed to give
the total hydrogenCount for the (sub)molecule. Because of this hydrogenCount
should not be used where hydrogen atoms bridge 2 or more atoms.
<cml title="single atom example">
<atom id="a1" title="O3'" elementType="O"
formalCharge="1" hydrogenCount="1"
isotope="17" occupancy="0.7"
x2="1.2" y2="2.3"
x3="3.4" y3="4.5" z3="5.6"
convention="ABC" dictRef="chem:atom"
>
<scalar title="dipole" dictRef="d:dip"
units="units:debye">0.2</scalar>
<atomParity atomRefs4="a3 a7 a2 a4">1</atomParity>
<electron id="e1" atomRef="a1" count="2"/>
</atom>
</cml>