01 <?xml version="1.0" encoding="UTF-8"?>
02 <anychart>
03   <templates path="templates.xml" />
04   <charts>
05     <chart template="Bar Chart With No Title #1">
06       <data>
07         <series name="Year 2003" type="Bar">
08           <point name="Department Stores" y="637166" />
09           <point name="Discount Stores" y="721630" />
10           <point name="Men's/Women's Specialty Stores" y="148662" />
11           <point name="Juvenile Specialty Stores" y="78662" />
12           <point name="All other outlets" y="90000" />
13         </series>
14       </data>
15     </chart>
16   </charts>
17 </anychart>