<?xml version="1.0" encoding="utf-8"?>
<Shipping xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://service.ecocoma.com/shipping/dhl">
  <Package>
    <Postage>
      <Code>DHLG</Code>
      <MailService>DHL Ground Service</MailService>
      <Rate>5.26</Rate>
    </Postage>

    <Postage>
      <Code>DHLS</Code>
      <MailService>DHL 2nd Day Service</MailService>
      <Rate>12.20</Rate>
    </Postage>
    <Postage>
      <Code>DHLN</Code>

      <MailService>DHL Next Day 03:00 PM</MailService>
      <Rate>22.58</Rate>
    </Postage>
    <Postage>
      <Code>DHLE</Code>
      <MailService>DHL Next Day 12:00 PM</MailService>
      <Rate>26.95</Rate>

    </Postage>
    <Postage>
      <Code>E1030</Code>
      <MailService>DHL Next Day 10:30 AM</MailService>
      <Rate>26.95</Rate>
    </Postage>
  </Package>

</Shipping>