<?xml version="1.0" encoding="UTF-8"?>
<plans>
  <plan>
    <description></description>
    <id type="integer">1</id>
    <max-works type="integer">5</max-works>
    <name>Free</name>
    <price type="integer">0</price>
  </plan>
  <plan>
    <description></description>
    <id type="integer">2</id>
    <max-works type="integer">25</max-works>
    <name>Basic</name>
    <price type="integer">20</price>
  </plan>
  <plan>
    <description></description>
    <id type="integer">3</id>
    <max-works type="integer">50</max-works>
    <name>Standard</name>
    <price type="integer">50</price>
  </plan>
  <plan>
    <description></description>
    <id type="integer">4</id>
    <max-works type="integer">100</max-works>
    <name>Professional</name>
    <price type="integer">75</price>
  </plan>
  <plan>
    <description></description>
    <id type="integer">5</id>
    <max-works type="integer">250</max-works>
    <name>Gallery</name>
    <price type="integer">125</price>
  </plan>
</plans>
