erius
822dba1f63
command line functionality in no longer client-only added ability to save data using command on server app refactor of CommandLineHandler added CommandLineHandlerClient and CommandLineHandlerServer classes other minor changes
22 lines
605 B
XML
22 lines
605 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<peopleDatabase>
|
|
<person>
|
|
<name>wasd</name>
|
|
<coordinates>
|
|
<x>2.0</x>
|
|
<y>2.0</y>
|
|
</coordinates>
|
|
<creationDate>2022-05-16</creationDate>
|
|
<height>321</height>
|
|
<passportID>321321312321</passportID>
|
|
<eyeColor>BLACK</eyeColor>
|
|
<nationality>GERMANY</nationality>
|
|
<location>
|
|
<x>2.0</x>
|
|
<y>2.0</y>
|
|
<z>2</z>
|
|
<name>2</name>
|
|
</location>
|
|
</person>
|
|
<initDate>2022-03-22</initDate>
|
|
</peopleDatabase>
|