Advertisement
Guest User

Untitled

a guest
May 6th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Personnel>
  3. <Employee type="permanent">
  4. <Name>Seagull</Name>
  5. <Id>3674</Id>
  6. <Age>34</Age>
  7. </Employee>
  8. <Employee type="contract">
  9. <Name>Robin</Name>
  10. <Id>3675</Id>
  11. <Age>25</Age>
  12. </Employee>
  13. <Employee type="permanent">
  14. <Name>Crow</Name>
  15. <Id>3676</Id>
  16. <Age>28</Age>
  17. </Employee>
  18. </Personnel>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement