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
601 B
XML
22 lines
601 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>3213123123</passportID>
|
|
<eyeColor>BLACK</eyeColor>
|
|
<nationality>CHINA</nationality>
|
|
<location>
|
|
<x>2.0</x>
|
|
<y>2.0</y>
|
|
<z>2</z>
|
|
<name>2</name>
|
|
</location>
|
|
</person>
|
|
<initDate>2022-05-10</initDate>
|
|
</peopleDatabase>
|