Guest User

Untitled

a guest
May 27th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <root>
  3. <PayrunDetails>
  4. <PayrunNumber>000777</PayrunNumber>
  5. </PayrunDetails>
  6. <PayLocation>
  7. <LocationCode>ACT</LocationCode>
  8. <LocationDescription>ACT</LocationDescription>
  9. <CompanyDetails>
  10. <CName>APPLE Limited</CName>
  11. <Payslip>
  12. <StaffNumber>12345</StaffNumber>
  13. <PayDetails>
  14. <AmountGross>9999</AmountGross>
  15. <ComponentDetails>
  16. <ComponentType>SALARY</ComponentType>
  17. <Amount>1999</Amount>
  18. <YTDAmount>10616</YTDAmount>
  19. </ComponentDetails>
  20. <ComponentDetails>
  21. <ComponentType>SALARY</ComponentType>
  22. <Amount>7305</Amount>
  23. <YTDAmount>76703</YTDAmount>
  24. </ComponentDetails>
  25. </PayDetails>
  26. </Payslip>
  27. </CompanyDetails>
  28. </PayLocation>
  29. </root>
  30.  
  31. <?xml version="1.0" encoding="UTF-8"?>
  32. <root>
  33. <PayrunDetails>
  34. <PayrunNumber>000777</PayrunNumber>
  35. </PayrunDetails>
  36. <PayLocation>
  37. <LocationCode>ACT</LocationCode>
  38. <LocationDescription>ACT</LocationDescription>
  39. <CompanyDetails>
  40. <CName>APPLE Limited</CName>
  41. <Payslip>
  42. <StaffNumber>12345</StaffNumber>
  43. <PayDetails>
  44. <AmountGross>9999</AmountGross>
  45. <ComponentDetails>
  46. <ComponentType ID="SALARY">
  47. <Amount>1999</Amount>
  48. <YTDAmount>10616</YTDAmount>
  49. </ComponentType>
  50. </ComponentDetails>
  51. <ComponentDetails>
  52. <ComponentType ID="TAX">
  53. <Amount>7305</Amount>
  54. <YTDAmount>76703</YTDAmount>
  55. </ComponentType>
  56. </ComponentDetails>
  57. </PayDetails>
  58. </Payslip>
  59. </CompanyDetails>
  60. </PayLocation>
  61. </root>
Add Comment
Please, Sign In to add comment