<shipmentOrderRequest xmlns="http://www.example.org/muller/">
  <addressFrom>
    <firstname>Michael</firstname>
    <lastname>Moon</lastname>
    <address>Moon Road 13, Moon City</address>
    <location>
      <postalCode>1234</postalCode>
      <country>USA</country>
      <state>California</state>
    </location>
    <contactInformation>
      <phone>+1 424242</phone>
      <EMail>michael.moon@moon.ie</EMail>
      <fax>+1 424243</fax>
    </contactInformation>
  </addressFrom>
  <shipmentDate>
    <earliestPickupDate>2006-01-31T12:00:00</earliestPickupDate>
    <latestPickupDate>2006-01-31T14:00:00</latestPickupDate>
  </shipmentDate>
  <packageInformation>
    <quantity>1</quantity>
    <weight>1</weight>
    <length>5</length>
    <height>5</height>
    <width>5</width>
  </packageInformation>
  <packageInformation>
    <quantity>1</quantity>
    <weight>2</weight>
    <length>6</length>
    <height>6</height>
    <width>6</width>
  </packageInformation>
  <addressTo>
    <firstname>Jacek</firstname>
    <lastname>Kopecky</lastname>
    <address>Technikerstrasse 21a, Innsbruck</address>
    <location>
      <postalCode>6020</postalCode>
      <country>Austria</country>
      <state/>
    </location>
  </addressTo>
</shipmentOrderRequest>
