You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
800 B
26 lines
800 B
18 years ago
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||
|
<Contacts>
|
||
|
<Contact>
|
||
|
<LastName>Gates</LastName>
|
||
|
<FirstName>Bill</FirstName>
|
||
|
<UserName>BillGates</UserName>
|
||
|
<Password>secret_password</Password>
|
||
|
<Email>bill.gates@microsoft.com</Email>
|
||
|
<OfficialCode>12345678</OfficialCode>
|
||
|
<PhoneNumber>001-123-456-789</PhoneNumber>
|
||
|
<Status>user</Status>
|
||
|
<Courses>COURSE1|COURSE2|COURSE3</Courses>
|
||
|
</Contact>
|
||
|
<Contact>
|
||
|
<LastName>Bush</LastName>
|
||
|
<FirstName>Georges</FirstName>
|
||
|
<UserName></UserName>
|
||
|
<Password></Password>
|
||
|
<Email>georges_bush@usa.org</Email>
|
||
|
<OfficialCode />
|
||
|
<PhoneNumber />
|
||
|
<Status>teacher</Status>
|
||
|
<Courses>COURSE2</Courses>
|
||
|
</Contact>
|
||
|
</Contacts>
|