79 lines
No EOL
2.8 KiB
XML
79 lines
No EOL
2.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<company_data>
|
|
<employees>
|
|
<employee id="EMP001">
|
|
<personal_info>
|
|
<name>Dr. Thomas Weber</name>
|
|
<email>thomas.weber@company.de</email>
|
|
<phone>+49 30 12345678</phone>
|
|
<address>
|
|
<street>Musterstraße 42</street>
|
|
<city>Hamburg</city>
|
|
<zip>20095</zip>
|
|
<country>Deutschland</country>
|
|
</address>
|
|
</personal_info>
|
|
<employment>
|
|
<department>IT</department>
|
|
<position>Senior Developer</position>
|
|
<salary currency="EUR">75000</salary>
|
|
<bank_details>
|
|
<iban>DE89 3704 0044 0532 0130 00</iban>
|
|
<bic>COBADEFFXXX</bic>
|
|
</bank_details>
|
|
</employment>
|
|
</employee>
|
|
<employee id="EMP002">
|
|
<personal_info>
|
|
<name>Maria Schmidt</name>
|
|
<email>maria.schmidt@company.de</email>
|
|
<phone>+49 40 98765432</phone>
|
|
<address>
|
|
<street>Bahnhofstraße 15</street>
|
|
<city>Frankfurt</city>
|
|
<zip>60329</zip>
|
|
<country>Deutschland</country>
|
|
</address>
|
|
</personal_info>
|
|
<employment>
|
|
<department>HR</department>
|
|
<position>HR Manager</position>
|
|
<salary currency="EUR">65000</salary>
|
|
<bank_details>
|
|
<iban>DE27 3704 0044 0532 0130 01</iban>
|
|
<bic>COBADEFFXXX</bic>
|
|
</bank_details>
|
|
</employment>
|
|
</employee>
|
|
</employees>
|
|
<projects>
|
|
<project id="PRJ001">
|
|
<name>Digital Transformation</name>
|
|
<manager>Dr. Thomas Weber</manager>
|
|
<budget currency="EUR">150000</budget>
|
|
<team_members>
|
|
<member email="thomas.weber@company.de">Dr. Thomas Weber</member>
|
|
<member email="maria.schmidt@company.de">Maria Schmidt</member>
|
|
</team_members>
|
|
</project>
|
|
</projects>
|
|
<company_info>
|
|
<name>Tech Innovations GmbH</name>
|
|
<address>
|
|
<street>Innovationsstraße 1</street>
|
|
<city>München</city>
|
|
<zip>80331</zip>
|
|
<country>Deutschland</country>
|
|
</address>
|
|
<contact>
|
|
<email>info@techinnovations.de</email>
|
|
<phone>+49 89 12345678</phone>
|
|
<fax>+49 89 12345679</fax>
|
|
</contact>
|
|
<banking>
|
|
<iban>DE89 3704 0044 0532 0130 02</iban>
|
|
<bic>COBADEFFXXX</bic>
|
|
<tax_id>DE123456789</tax_id>
|
|
</banking>
|
|
</company_info>
|
|
</company_data> |