<?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 contact information in an Identification.</comment>	<contentype>		<referential>			<sourcedid>				<source>IMS_LIP_V1p0_Example</source>				<id>basic_6004</id>			</sourcedid>		</referential>	</contentype>	<identification>		<contentype>			<referential>				<indexid>identification_01</indexid>			</referential>		</contentype>		<contactinfo>			<typename>				<tysource sourcetype="imsdefault"/>				<tyvalue>Work</tyvalue>			</typename>			<contentype>				<referential>					<indexid>contactinfo_01</indexid>				</referential>			</contentype>			<telephone>				<countrycode>44</countrycode>				<areacode>020</areacode>				<indnumber>6472239</indnumber>			</telephone>		</contactinfo>		<contactinfo>			<typename>				<tysource sourcetype="imsdefault"/>				<tyvalue>Work</tyvalue>			</typename>			<contentype>				<referential>					<indexid>contactinfo_02</indexid>				</referential>			</contentype>			<facsimile>				<countrycode>44</countrycode>				<areacode>020</areacode>				<indnumber>6472238</indnumber>			</facsimile>		</contactinfo>	</identification></learnerinformation>