// This file was generated by DAJ from program.cd. Molecule = " MoleculeId ">" Atoms Bonds "". Atoms = "" Atom_List "". Atom = " AtomId ElementType HydrogenCount ">" "". MoleculeId = "id=" String. AtomId = "id=" String. ElementType = "elementType=" String. HydrogenCount = "hydrogenCount=" String. Bonds = "" Bond_List "". Bond = " BondId AtomRefs2 "/>". BondId = "id=" String. AtomRefs2 = "atomRefs2=" String String. Atom_List ~ { Atom } . Bond_List ~ { Bond } .