<?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 Activity information.</comment>	<contentype>		<referential>			<sourcedid>				<source>IMS_LIP_V1p0_Example</source>				<id>2001</id>			</sourcedid>		</referential>	</contentype>	<activity>		<typename>			<tysource sourcetype="imsdefault"/>			<tyvalue>Education</tyvalue>		</typename>		<contentype>			<referential>				<indexid>activity_1</indexid>			</referential>		</contentype>		<units>			<unitsfield>				<fieldlabel>					<typename>						<tyvalue>CreditNumber</tyvalue>					</typename>				</fieldlabel>				<fielddata>20</fielddata>			</unitsfield>		</units>		<evaluation>			<contentype>				<referential>					<sourcedid>						<source>ExamBoard</source>						<id>12345</id>					</sourcedid>				</referential>			</contentype>			<result>				<interpretscore>					<fieldlabel>						<typename>							<tyvalue>MinimumScore</tyvalue>						</typename>					</fieldlabel>					<fielddata>0</fielddata>				</interpretscore>				<interpretscore>					<fieldlabel>						<typename>							<tyvalue>MaximumScore</tyvalue>						</typename>					</fieldlabel>					<fielddata>100</fielddata>				</interpretscore>				<score>					<fieldlabel>						<typename>							<tyvalue>Score</tyvalue>						</typename>					</fieldlabel>					<fielddata>30</fielddata>				</score>			</result>		</evaluation>	</activity></learnerinformation>