
<!ELEMENT goodsLine
	(
        quantity,
        packing,
        goodsID?,
        goodsDesc?,
        goodsReference?,
        goodsBrand?,
        weight?,
        weightNet?,
        volume?,
        pallets?,
        palletID?,
        palletPlaces?,
        dimensions?,
        length?,
        width?,
        height?,
        loadmeters?,
        temperature?,
        hazardCode?,
        hazardText?,
        handling?,
        goodsValueCurrency?,
        goodsValue?,
        packingReturnPickup?,
        packingReturnDelivery?,
        packingReturnType?
	)
>

