This repository has been archived on 2020-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
ibz/web/2_sem/xml/aufgabe6b.xml
2017-05-13 09:46:02 +02:00

11 lines
376 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<employee xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="aufgabe6b.xsd">
<empNumber>1234</empNumber>
<firstName>Max</firstName>
<lastName>Muster</lastName>
<dateOfBirth>1010-08-30</dateOfBirth>
<department>Marketing</department>
<salary>50000</salary>
</employee>