| 1 | <?xml version="1.0" encoding="UTF-8" ?> |
| 2 | <!-- Employee Information--> |
| 3 | <address> |
| 4 | <!-- Full or first name --> |
| 5 | <name>Jones</name> |
| 6 | <!-- Registered name of the company -> --> |
| 7 | <company>ABSystems</company> |
| 8 | <phone> |
| 9 | <!-- Phone with country code -) --> |
| 10 | (046) 1233-44778 |
| 11 | </phone> |
| 12 | </address> |
| 13 |