<?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 Goal information.</comment>	<contentype>		<referential>			<sourcedid>				<source>IMS_LIP_V1p0_Example</source>				<id>1001</id>			</sourcedid>		</referential>	</contentype>	<goal>		<typename>			<tysource sourcetype="imsdefault"/>			<tyvalue>Work</tyvalue>		</typename>		<contentype>			<referential>				<indexid>goal_01</indexid>			</referential>		</contentype>		<date>			<typename>				<tysource sourcetype="imsdefault"/>				<tyvalue>Start</tyvalue>			</typename>			<datetime>1925-01-01T00:00:00</datetime>		</date>		<priority>Primary Objective</priority>		<status>			<typename>				<tysource sourcetype="imsdefault"/>				<tyvalue>Active</tyvalue>			</typename>			<date>				<typename>					<tysource sourcetype="imsdefault"/>					<tyvalue>Create</tyvalue>				</typename>				<datetime>1926-03-30T00:00:00</datetime>			</date>		</status>		<description>			<short>To arrest Moriarty</short>			<full>				<media mediamode="Image" mimetype="image/gif" contentreftype="uri">sh/moriarty.gif</media>			</full>		</description>		<goal>			<typename>				<tysource sourcetype="imsdefault"/>				<tyvalue>Work</tyvalue>			</typename>			<contentype>				<referential>					<indexid>goal_01_subgoal_01</indexid>				</referential>			</contentype>			<description>				<short>To locate Moriarty</short>			</description>		</goal>		<goal>			<typename>				<tysource sourcetype="imsdefault"/>				<tyvalue>Work</tyvalue>			</typename>			<contentype>				<referential>					<indexid>goal_01_subgoal_02</indexid>				</referential>			</contentype>			<description>				<short>Train Watson to be a competent detective.</short>			</description>		</goal>	</goal></learnerinformation>