1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
<cml xmlns="http://www.chemaxon.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="ChemAxon file format v20.20.0, generated by vunknown" xsi:schemaLocation="http://www.chemaxon.com http://www.chemaxon.com/marvin/schema/mrvSchema_20_20_0.xsd">
<MDocument>
<MChemicalStruct>
<molecule molID="m1">
<atomArray>
<atom id="a1" elementType="Cl" x2="15.587980947161673" y2="-10.575000000000001"/>
<atom id="a2" elementType="C" x2="16.88701905283833" y2="-9.787500000000001" mrvStereoGroup="and1"/>
<atom id="a3" elementType="C" x2="18.186057158514988" y2="-10.575000000000001" mrvStereoGroup="or1"/>
<atom id="a4" elementType="C" x2="16.88701905283833" y2="-8.325000000000001"/>
<atom id="a5" elementType="N" x2="18.186057158514988" y2="-12.075000000000001"/>
<atom id="a6" elementType="O" x2="19.48509526419165" y2="-9.825000000000001"/>
</atomArray>
<bondArray>
<bond id="b1" atomRefs2="a1 a2" order="1"/>
<bond id="b2" atomRefs2="a2 a3" order="1"/>
<bond id="b3" atomRefs2="a2 a4" order="1">
<bondStereo>W</bondStereo>
</bond>
<bond id="b4" atomRefs2="a3 a5" order="1">
<bondStereo>W</bondStereo>
</bond>
<bond id="b5" atomRefs2="a3 a6" order="1"/>
</bondArray>
</molecule>
</MChemicalStruct>
</MDocument>
</cml>
|