-
Notifications
You must be signed in to change notification settings - Fork 91
Expand file tree
/
Copy pathpayload.xml
More file actions
23 lines (23 loc) · 786 Bytes
/
Copy pathpayload.xml
File metadata and controls
23 lines (23 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Payload xmlns="http://javaops.ru"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://javaops.ru payload.xsd">
<Users>
<User flag="active" city="kiv">
<email>gmail@gmail.com</email>
<fullName>Full Name</fullName>
</User>
<User flag="superuser" city="spb">
<email>admin@javaops.ru</email>
<fullName>Admin</fullName>
</User>
<User flag="deleted" city="spb">
<email>mail@yandex.ru</email>
<fullName>Deleted</fullName>
</User>
</Users>
<Cities>
<City id="spb">Санкт-Петербург</City>
<City id="kiv">Киев</City>
<City id="mnsk">Минск</City>
</Cities>
</Payload>