Advertisement
Guest User

Untitled

a guest
Mar 28th, 2016
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.46 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <couriersystem title="Courier System"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:noNamespaceSchemaLocation="couriersystem.xsd">
  5. <branches>
  6. <branch bid="1">
  7. <name>Headquarters</name>
  8. <address>
  9. 58, Main Street, Edinburgh, R79 2LR
  10. </address>
  11. <manager mid="1" />
  12. <headoffice hid="1" />
  13. <!-- delivery methods -->
  14. <deliverymethods>
  15. <method name="none" />
  16. </deliverymethods>
  17. </branch>
  18. <branch bid="2">
  19. <name>Convenience Local Branch</name>
  20. <address>
  21. 118, Renfrew Avenue, Dumfries, J6 8CZ
  22. </address>
  23. <manager mid="2" />
  24. <headoffice hid="1" />
  25. <!-- delivery methods -->
  26. <deliverymethods>
  27. <method name="bicycle" />
  28. <method name="car" />
  29. </deliverymethods>
  30. </branch>
  31. <branch bid="3">
  32. <name>Westwood Shopping Centre</name>
  33. <address>
  34. 119, London Street, Nidrie, F57 8NE
  35. </address>
  36. <manager mid="3" />
  37. <headoffice hid="1" />
  38. <!-- delivery methods -->
  39. <deliverymethods>
  40. <method name="bicycle" />
  41. </deliverymethods>
  42. </branch>
  43. <branch bid="4">
  44. <name>Logistics Warehouse</name>
  45. <address>
  46. 160, Main Road, Dunfermline, A15 0PO
  47. </address>
  48. <manager mid="4" />
  49. <headoffice hid="1" />
  50. <!-- delivery methods -->
  51. <deliverymethods>
  52. <method name="car" />
  53. <method name="van" />
  54. </deliverymethods>
  55. </branch>
  56. <branch bid="5">
  57. <name>Kingdom of Fife Shopping Centre</name>
  58. <address>
  59. 92, Central Lane, Dunfermline, U38 2OD
  60. </address>
  61. <manager mid="5" />
  62. <headoffice hid="7" />
  63. <!-- delivery methods -->
  64. <deliverymethods>
  65. <method name="bicycle" />
  66. <method name="car" />
  67. </deliverymethods>
  68. </branch>
  69. <branch bid="6">
  70. <name>Capital Branch</name>
  71. <address>
  72. 95, High Street, Inverness, W91 8IW
  73. </address>
  74. <manager mid="6" />
  75. <headoffice hid="7" />
  76. <!-- delivery methods -->
  77. <deliverymethods>
  78. <method name="car" />
  79. <method name="van" />
  80. </deliverymethods>
  81. </branch>
  82. <branch bid="7">
  83. <name>Glasgow City</name>
  84. <address>
  85. 94, Harris Place, BathgateGlasgow, E74 2MR
  86. </address>
  87. <manager mid="7" />
  88. <headoffice hid="1" />
  89. <!-- delivery methods -->
  90. <deliverymethods>
  91. <method name="car" />
  92. </deliverymethods>
  93. </branch>
  94. <branch bid="8">
  95. <name>Edinburgh Omni Centre</name>
  96. <address>
  97. 119, West Road, Edinburgh, A79 2EG
  98. </address>
  99. <manager mid="8" />
  100. <headoffice hid="1" />
  101. <!-- delivery methods -->
  102. <deliverymethods>
  103. <method name="none" />
  104. </deliverymethods>
  105. </branch>
  106. <branch bid="9">
  107. <name>Royal Plaza</name>
  108. <address>
  109. 81, Royal Plaza, BathgateGlasgow, U52 7GV
  110. </address>
  111. <manager mid="9" />
  112. <headoffice hid="7" />
  113. <!-- delivery methods -->
  114. <deliverymethods>
  115. <method name="bicycle" />
  116. <method name="car" />
  117. </deliverymethods>
  118. </branch>
  119. </branches>
  120. <employees>
  121. <employee eid="1">
  122. <nin>AZ123518D</nin>
  123. <firstname>Peter</firstname>
  124. <lastname>Smith</lastname>
  125. <gender>Male</gender>
  126. <dob>1994-02-11</dob>
  127. <email>ps11@gmail.com</email>
  128. <address>
  129. 119, London Street, Nidrie, F57 8NE
  130. </address>
  131. <tel>07005748900</tel>
  132. <salary>30526</salary>
  133. <empbranch bid="1" />
  134. <supervisor eid="1" />
  135. </employee>
  136. <employee eid="2">
  137. <nin>CN174869F</nin>
  138. <firstname>Jennifer</firstname>
  139. <lastname>Black</lastname>
  140. <gender>Male</gender>
  141. <dob>1984-12-24</dob>
  142. <email>jb21@gmail.com</email>
  143. <address>
  144. 161, South Road, Nidrie, W79 8WG
  145. </address>
  146. <tel>07555111222</tel>
  147. <salary>40576</salary>
  148. <empbranch bid="2" />
  149. <supervisor eid="1" />
  150. </employee>
  151. <employee eid="3">
  152. <nin>ET127654M</nin>
  153. <firstname>Aaron</firstname>
  154. <lastname>Jones</lastname>
  155. <gender>Male</gender>
  156. <dob>1968-03-15</dob>
  157. <email>aj31@gmail.com</email>
  158. <address>
  159. 66, High Road, Yoker, Q47 4SR
  160. </address>
  161. <tel>07856471267</tel>
  162. <salary>30526</salary>
  163. <empbranch bid="3" />
  164. <supervisor eid="1" />
  165. </employee>
  166. <employee eid="4">
  167. <nin>GC765238A</nin>
  168. <firstname>Alistair</firstname>
  169. <lastname>Smith</lastname>
  170. <gender>Male</gender>
  171. <dob>1976-11-26</dob>
  172. <email>as11@gmail.com</email>
  173. <address>
  174. 109, West Plaza, Clydebank, G55 8RC
  175. </address>
  176. <tel>07000123123</tel>
  177. <salary>25400</salary>
  178. <empbranch bid="4" />
  179. <supervisor eid="1" />
  180. </employee>
  181. <employee eid="5">
  182. <nin>HP146854D</nin>
  183. <firstname>Emma</firstname>
  184. <lastname>Reynolds</lastname>
  185. <gender>Male</gender>
  186. <dob>1995-05-05</dob>
  187. <email>er11@yahoo.com</email>
  188. <address>
  189. 57, Scott Street, Aberdeen, O75 2KS
  190. </address>
  191. <tel>07625361536</tel>
  192. <salary>25400</salary>
  193. <empbranch bid="5" />
  194. <supervisor eid="7" />
  195. </employee>
  196. <employee eid="6">
  197. <nin>JA213465F</nin>
  198. <firstname>Taylor</firstname>
  199. <lastname>Smith</lastname>
  200. <gender>Male</gender>
  201. <dob>1983-08-25</dob>
  202. <email>taysmith@hotmail.co.uk</email>
  203. <address>
  204. 6, West Place, Perth, F65 9LK
  205. </address>
  206. <tel>07765665123</tel>
  207. <salary>26940</salary>
  208. <empbranch bid="6" />
  209. <supervisor eid="7" />
  210. </employee>
  211. <employee eid="7">
  212. <nin>PH173957M</nin>
  213. <firstname>Jamie</firstname>
  214. <lastname>White</lastname>
  215. <gender>Male</gender>
  216. <dob>1992-07-17</dob>
  217. <email>jw21@gmail.com</email>
  218. <address>
  219. 85, West Street, BathgateGlasgow, W1 6KH
  220. </address>
  221. <tel>07649284671</tel>
  222. <salary>26940</salary>
  223. <empbranch bid="7" />
  224. <supervisor eid="1" />
  225. </employee>
  226. <employee eid="8">
  227. <nin>RG185656A</nin>
  228. <firstname>Oliver</firstname>
  229. <lastname>Jack</lastname>
  230. <gender>Male</gender>
  231. <dob>1990-09-09</dob>
  232. <email>oj21@hotmail.com</email>
  233. <address>
  234. 173, London Street, Edinburgh, V66 5BI
  235. </address>
  236. <tel>07987612635</tel>
  237. <salary>26940</salary>
  238. <empbranch bid="8" />
  239. <supervisor eid="1" />
  240. </employee>
  241. <employee eid="9">
  242. <nin>TE199927D</nin>
  243. <firstname>Nicole</firstname>
  244. <lastname>Summers</lastname>
  245. <gender>Male</gender>
  246. <dob>1988-01-12</dob>
  247. <email>ns31@gmail.com</email>
  248. <address>
  249. 104, North Lane, Perth, J3 7WP
  250. </address>
  251. <tel>07998812671</tel>
  252. <salary>26940</salary>
  253. <empbranch bid="9" />
  254. <supervisor eid="7" />
  255. </employee>
  256. <employee eid="10">
  257. <nin>WC333245F</nin>
  258. <firstname>Barney</firstname>
  259. <lastname>Brown</lastname>
  260. <gender>Male</gender>
  261. <dob>1990-10-10</dob>
  262. <email>bb31@yahoo.com</email>
  263. <address>
  264. 173, London Street, Edinburgh, V66 5BI
  265. </address>
  266. <tel>07111346572</tel>
  267. <salary>25400</salary>
  268. <empbranch bid="1" />
  269. <supervisor eid="1" />
  270. </employee>
  271. </employees>
  272. <customers>
  273. <customer cid="1">
  274. <firstname>Sam</firstname>
  275. <lastname>Mitchell</lastname>
  276. <gender>Male</gender>
  277. <dob>1991-12-12</dob>
  278. <email>sammitch@hotmail.co.uk</email>
  279. <address>
  280. 161, South Road, Nidrie, W79 8WG
  281. </address>
  282. <tel>07811119542</tel>
  283. <cbranch bid="2" />
  284. </customer>
  285. <customer cid="2">
  286. <firstname>Chris</firstname>
  287. <lastname>Bernards</lastname>
  288. <gender>Male</gender>
  289. <dob>1976-04-05</dob>
  290. <email>berny5476@gmail.com</email>
  291. <address>
  292. 179, Park Street, Inverness, Z27 0YU
  293. </address>
  294. <tel>07565641232</tel>
  295. <cbranch bid="3" />
  296. </customer>
  297. <customer cid="3">
  298. <firstname>Markus</firstname>
  299. <lastname>Imrie</lastname>
  300. <gender>Male</gender>
  301. <dob>1995-06-20</dob>
  302. <email>markus117@gmail.com</email>
  303. <address>
  304. 49, Ferry Plaza, Dunfermline, D24 1VD
  305. </address>
  306. <tel>07712312488</tel>
  307. <cbranch bid="1" />
  308. </customer>
  309. <customer cid="4">
  310. <firstname>Ryan</firstname>
  311. <lastname>Murray</lastname>
  312. <gender>Male</gender>
  313. <dob>1995-06-23</dob>
  314. <email>murray_ryan@hotmail.co.uk</email>
  315. <address>
  316. 186, Skye Avenue, Inverness, K56 0MX
  317. </address>
  318. <tel>07508611248</tel>
  319. <cbranch bid="6" />
  320. </customer>
  321. <customer cid="5">
  322. <firstname>Alice</firstname>
  323. <lastname>Montgomery</lastname>
  324. <gender>Female</gender>
  325. <dob>1985-01-01</dob>
  326. <email>alicemont@btinternet.com</email>
  327. <address>
  328. 158, John Road, Clydebank, P23 8DW
  329. </address>
  330. <tel>07560002143</tel>
  331. <cbranch bid="8" />
  332. </customer>
  333. <customer cid="6">
  334. <firstname>Daniel</firstname>
  335. <lastname>West</lastname>
  336. <gender>Male</gender>
  337. <dob>1966-06-06</dob>
  338. <email>danielwest@gmail.com</email>
  339. <address>
  340. 94, Regent Avenue, Perth, S34 9TE
  341. </address>
  342. <tel>07454651321</tel>
  343. <cbranch bid="4" />
  344. </customer>
  345. <customer cid="7">
  346. <firstname>George</firstname>
  347. <lastname>Burnett</lastname>
  348. <gender>Male</gender>
  349. <dob>1978-09-06</dob>
  350. <email>gb205@hotmail.co.uk</email>
  351. <address>
  352. 76, South Lane, Aberdeen, V28 0TF
  353. </address>
  354. <tel>07562537541</tel>
  355. <cbranch bid="9" />
  356. </customer>
  357. <customer cid="8">
  358. <firstname>Katie</firstname>
  359. <lastname>Drummond</lastname>
  360. <gender>Female</gender>
  361. <dob>1993-11-16</dob>
  362. <email>katiedrummond@gmail.com</email>
  363. <address>
  364. 45, West Road, Edinburgh, A79 2EG
  365. </address>
  366. <tel>07654546123</tel>
  367. <cbranch bid="5" />
  368. </customer>
  369. <customer cid="9">
  370. <firstname>Lizzie</firstname>
  371. <lastname>Alderan</lastname>
  372. <gender>Female</gender>
  373. <dob>1976-05-28</dob>
  374. <email>lizziealderan@gmail.com</email>
  375. <address>
  376. 49, Ferry Plaza, Dunfermline, D24 1VD
  377. </address>
  378. <tel>07651246572</tel>
  379. <cbranch bid="7" />
  380. </customer>
  381. <customer cid="10">
  382. <firstname>Rebecca</firstname>
  383. <lastname>Almond</lastname>
  384. <gender>Female</gender>
  385. <dob>1997-03-30</dob>
  386. <email>beckyalmond@gmail.com</email>
  387. <address>
  388. 13, Harris Place, BathgateGlasgow, E74 2MR
  389. </address>
  390. <tel>07876123451</tel>
  391. <cbranch bid="8" />
  392. </customer>
  393. </customers>
  394. <packages>
  395. <package pid="1" cid="3">
  396. <name>ACER Aspire F5-571 Laptop</name>
  397. <weight unit="kg">3.5</weight>
  398. <price>30</price>
  399. <category></category>
  400. </package>
  401. <package pid="2" cid="6">
  402. <name>Apple iPad Mini</name>
  403. <weight unit="kg">0.7</weight>
  404. <price>20</price>
  405. <category></category>
  406. </package>
  407. <package pid="3" cid="7">
  408. <name>Black Leather Shoes</name>
  409. <weight unit="kg">2</weight>
  410. <price>5</price>
  411. <category></category>
  412. </package>
  413. <package pid="4" cid="10">
  414. <name>Swarovski Silver Necklace</name>
  415. <weight unit="kg">0.1</weight>
  416. <price>10</price>
  417. <category></category>
  418. </package>
  419. <package pid="5" cid="8">
  420. <name>Adele 25 CD</name>
  421. <weight unit="kg">0.2</weight>
  422. <price>3</price>
  423. <category></category>
  424. </package>
  425. <package pid="6" cid="9">
  426. <name>The Maze Runner Book</name>
  427. <weight unit="kg">0.5</weight>
  428. <price>5</price>
  429. <category></category>
  430. </package>
  431. <package pid="7" cid="1">
  432. <name>Game of Thrones: The Complete Collection</name>
  433. <weight unit="kg">3.1</weight>
  434. <price>25</price>
  435. <category></category>
  436. </package>
  437. <package pid="8" cid="5">
  438. <name>Assassins Creed: Syndicate Xbox</name>
  439. <weight unit="kg">0.2</weight>
  440. <price>5</price>
  441. <category></category>
  442. </package>
  443. <package pid="9" cid="4">
  444. <name>Sony S52 Wireless Speakers</name>
  445. <weight unit="kg">0.8</weight>
  446. <price>10</price>
  447. <category></category>
  448. </package>
  449. <package pid="10" cid="2">
  450. <name>Reebok ZR10 Treadmill</name>
  451. <weight unit="kg">74.2</weight>
  452. <price>50</price>
  453. <category></category>
  454. </package>
  455. </packages>
  456. </couriersystem>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement