proglab5/Lab5Server/build/libs/lab5.xml

23 lines
601 B
XML
Raw Normal View History

2022-05-10 21:16:38 +00:00
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<peopleDatabase>
<person>
<name>wasd</name>
<coordinates>
<x>2.0</x>
<y>2.0</y>
2022-05-10 21:16:38 +00:00
</coordinates>
<creationDate>2022-05-16</creationDate>
<height>321</height>
<passportID>3213123123</passportID>
2022-05-10 21:16:38 +00:00
<eyeColor>BLACK</eyeColor>
<nationality>CHINA</nationality>
<location>
<x>2.0</x>
<y>2.0</y>
<z>2</z>
<name>2</name>
2022-05-10 21:16:38 +00:00
</location>
</person>
<initDate>2022-05-10</initDate>
</peopleDatabase>