<?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>A basic example of creating a compound name.</comment>	<contentype>		<referential>			<sourcedid>				<source>ims_lipexample_v1p0</source>				<id>basic_6002</id>			</sourcedid>		</referential>	</contentype>	<identification>		<contentype>			<referential>				<indexid>identification_01</indexid>			</referential>		</contentype>		<name>			<typename>				<tysource sourcetype="imsdefault"/>				<tyvalue>Preferred</tyvalue>			</typename>			<contentype>				<referential>					<indexid>name_01</indexid>				</referential>			</contentype>			<partname>				<typename>					<tysource sourcetype="imsdefault"/>					<tyvalue>First</tyvalue>				</typename>				<text>Alan</text>			</partname>			<partname>				<typename>					<tysource sourcetype="imsdefault"/>					<tyvalue>Last</tyvalue>				</typename>				<text>Turing</text>			</partname>		</name>	</identification></learnerinformation>
