13 lines
299 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<!-- Employee Information-->
<address>
<!-- Full or first name -->
<name>Jones</name>
<!-- Registered name of the company -> -->
<company>ABSystems</company>
<phone>
<!-- Phone with country code -) -->
(046) 1233-44778
</phone>
</address>