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.
		
		
		
		
		
			
		
			
				
					
					
						
							27 lines
						
					
					
						
							862 B
						
					
					
				
			
		
		
	
	
							27 lines
						
					
					
						
							862 B
						
					
					
				<?xml version="1.0" encoding="ISO-8859-1"?>
 | 
						|
<Contacts>
 | 
						|
    <Contact>
 | 
						|
        <LastName>Mcfly</LastName>
 | 
						|
        <FirstName>Marty</FirstName>
 | 
						|
        <UserName>marty</UserName>
 | 
						|
        <Password>secret</Password>
 | 
						|
	<AuthSource>platform</AuthSource>
 | 
						|
        <Email>marty@example.net</Email>
 | 
						|
        <OfficialCode>12345678</OfficialCode>
 | 
						|
        <PhoneNumber>001-123-456-789</PhoneNumber>
 | 
						|
        <Status>user</Status>
 | 
						|
        <Courses>COURSE1|COURSE2|COURSE3</Courses>
 | 
						|
    </Contact>
 | 
						|
    <Contact>
 | 
						|
        <LastName>Brown</LastName>
 | 
						|
        <FirstName>Emmett</FirstName>
 | 
						|
        <UserName>emmett</UserName>
 | 
						|
        <Password>secret</Password>
 | 
						|
	<AuthSource>platform</AuthSource>
 | 
						|
        <Email>drbrown@example.net</Email>
 | 
						|
        <OfficialCode />
 | 
						|
        <PhoneNumber />
 | 
						|
        <Status>teacher</Status>
 | 
						|
        <Courses>COURSE2</Courses>
 | 
						|
    </Contact>
 | 
						|
</Contacts>
 | 
						|
 |