-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUsers.xml
More file actions
34 lines (34 loc) · 1.12 KB
/
Users.xml
File metadata and controls
34 lines (34 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Users xmlns="http://xml.netbeans.org/schema/userXmlSchema">
<user>
<userName>Gavin</userName>
<password>password</password>
<currency>INR</currency>
<amount>1000.0</amount>
<shares>
<companyName>TestCompany</companyName>
<companySymbol>TC</companySymbol>
<sharesPurchased>1</sharesPurchased>
<share_price>
<value>100.0</value>
<last_update>11-03-2016</last_update>
</share_price>
</shares>
</user>
<user>
<userName>GavinTest</userName>
<password>password</password>
<currency>GBP</currency>
<amount>517.85596</amount>
<shares>
<companyName>TestCompany</companyName>
<companySymbol>TC</companySymbol>
<sharesPurchased>5</sharesPurchased>
</shares>
<shares>
<companyName>TestCompany1</companyName>
<companySymbol>TC1</companySymbol>
<sharesPurchased>3</sharesPurchased>
</shares>
</user>
</Users>