...
<header> <consignmentlist> <consignment> <creationdata> ... </creationdata> <part> ... </part> <pdinstructions> ... </pdinstructions> <transportservice> ... </transportservice> <reference> ... </reference> <paymentinstructions> ... </paymentinstructions> <goodsitem> ... </goodsitem>
<othercharges> ... </othercharges> </consignment> </consignmentlist> </header>
...
<goodsitem> <noofpackages>3</noofpackages> <licenceplate>2342342342342342</licenseplate> <weight>12.34</weight> <volume>0.008</volume> <width>20</width> <length>20</length> <height>20</height> <packagetype>Drum</packagetype> <packagecode>DRM</packagecode> <goodsdescribetion>Stuff and stuff</goodsdescription> <shippingmark>More stuff</shippingmark> <dangerous>yes</dangerous> <article> <articlenumber>1</articlenumber> <articlename>Stuff</articlename> <articlequantity>3</articlequantity> <articleunitprice>30</articleunitprice> <articlecurrency>DKK</articlecurrency> </article> <chargeableweight>1.6</chargeableweight>
<othercharges> ... </othercharges> </goodsitem>
<article>
, <width>
, <length>
and <height>
are optional. There may be multiple <article>
.
...