-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.xml
73 lines (73 loc) · 2.52 KB
/
example.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xmlOrders>
<order>
<infoInvoice>Rechnung zwei mal</infoInvoice>
<cashOnDelivery>249.99</cashOnDelivery>
<unloadingCrane>false</unloadingCrane>
<unloadingForklift>false</unloadingForklift>
<unloadingLiftgate>false</unloadingLiftgate>
<advice>030184410</advice>
<adviceType>TELEPHONE_CALL</adviceType>
<orderLine>
<packageType>Europalette</packageType>
<weight>200</weight>
<length>100</length>
<width>50</width>
<height>10</height>
<content>
<quantity>3</quantity>
<articleDescription>Artikel A</articleDescription>
<articleNumber>A304550</articleNumber>
</content>
<content>
<quantity>1</quantity>
<articleDescription>Artikel B</articleDescription>
<articleNumber>B420000</articleNumber>
</content>
</orderLine>
<orderLine>
<packageType>Einwegpalette</packageType>
<weight>55</weight>
<length>120</length>
<width>80</width>
<height>44</height>
</orderLine>
<addressee>
<name1>Bundesministerium für Gesundheit (BMG)</name1>
<name2>Referat I "Internet, Soziale Netzwerke"</name2>
<street>Rochusstr. 1</street>
<country>DE</country>
<zip>53123</zip>
<city>Bonn</city>
</addressee>
<deliveryToPrivate>false</deliveryToPrivate>
</order>
<order>
<baseService>Express</baseService>
<unloadingCrane>false</unloadingCrane>
<unloadingForklift>false</unloadingForklift>
<unloadingLiftgate>false</unloadingLiftgate>
<orderLine>
<weight>150</weight>
</orderLine>
<orderLine>
<weight>20</weight>
</orderLine>
<addressee>
<name1>Axel Springer SE</name1>
<street>Axel-Springer-Straße 65</street>
<country>DE</country>
<zip>10888</zip>
<city>Berlin</city>
</addressee>
<placeOfLoading>
<name1>Beladestelle 1</name1>
<street>Logistikpark 3</street>
<country>DE</country>
<zip>0815</zip>
<city>Hintertupfingen</city>
</placeOfLoading>
<billingAddress/>
<deliveryToPrivate>false</deliveryToPrivate>
</order>
</xmlOrders>