<?xml version="1.0" standalone="no"?><!-- Author:	Colin Smythe     						--><!-- Date:		15th December, 2004	     				--><!-- Version:	1.0										--><!-- Basic example.  Used to test the LIPv1.0.1 XSD 	--><learnerinformation xmlns = "http://www.imsglobal.org/xsd/imslip_v1p0" 	xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"	xsi:schemaLocation = "http://www.imsglobal.org/xsd/imslip_v1p0 http://www.imsglobal.org/xsd/imslip_v1p0.xsd">	<comment>An example of LIP Securitykey information.</comment>	<contentype>		<referential>			<sourcedid>				<source>IMS_LIP_V1p0_Example</source>				<id>1001</id>			</sourcedid>		</referential>	</contentype>	<securitykey>		<typename>			<tysource sourcetype="imsdefault"/>			<tyvalue>Password</tyvalue>		</typename>		<contentype>			<referential>				<indexid>securitykey_1</indexid>			</referential>		</contentype>		<keyfields>			<fieldlabel>				<typename>					<tyvalue>PersonalPassword</tyvalue>				</typename>			</fieldlabel>			<fielddata>asits9</fielddata>		</keyfields>		<keyfields>			<fieldlabel>				<typename>					<tyvalue>LMSPassword</tyvalue>				</typename>			</fieldlabel>			<fielddata>moriarty</fielddata>		</keyfields>	</securitykey></learnerinformation>