<?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 Identification information.</comment>	<contentype>		<referential>			<sourcedid>				<source>IMS_LIP_V1p0_Example</source>				<id>1001</id>			</sourcedid>		</referential>	</contentype>	<identification>		<comment>-----------------------------------------Identification</comment>		<contentype>			<referential>				<indexid>identification_01</indexid>			</referential>		</contentype>		<formname>			<typename>				<tysource sourcetype="imsdefault"/>				<tyvalue>Preferred</tyvalue>			</typename>			<comment>---------------------------Formatted Name details</comment>			<contentype>				<referential>					<indexid>formname_01</indexid>				</referential>			</contentype>			<text>Mr Sherlock Holmes</text>		</formname>		<name>			<typename>				<tysource sourcetype="imsdefault"/>				<tyvalue>Preferred</tyvalue>			</typename>			<comment>-------------------------------------Name details</comment>			<contentype>				<referential>						<indexid>name_01</indexid>				</referential>			</contentype>			<partname>				<typename>					<tysource sourcetype="imsdefault"/>					<tyvalue>First</tyvalue>				</typename>				<text>Sherlock</text>			</partname>			<partname>				<typename>					<tysource sourcetype="imsdefault"/>					<tyvalue>Last</tyvalue>				</typename>				<text>Holmes</text>			</partname>		</name>		<address>			<typename>				<tysource sourcetype="imsdefault"/>				<tyvalue>Permanent</tyvalue>			</typename>			<comment>---------------------------------Address details</comment>			<contentype>				<referential>					<indexid>address_01</indexid>				</referential>			</contentype>			<street>				<streetname>Baker Street</streetname>				<aptnumber>22</aptnumber>				<aptnumsuffix>b</aptnumsuffix>			</street>			<city>London</city>			<country>England</country>		</address>		<contactinfo>			<typename>				<tysource sourcetype="imsdefault"/>				<tyvalue>Private</tyvalue>			</typename>			<comment>----------------------------------Contact details</comment>			<contentype>				<referential>					<indexid>contactinfo_01</indexid>				</referential>			</contentype>			<telephone>				<countrycode>44</countrycode>				<areacode>020</areacode>				<indnumber>6472239</indnumber>			</telephone>		</contactinfo>		<demographics>			<typename>				<tysource sourcetype="imsdefault"/>				<tyvalue>Adult</tyvalue>			</typename>			<comment>------------------------------Demographic details</comment>			<contentype>				<referential>					<indexid>demographics_01</indexid>				</referential>			</contentype>			<gender gender="M"/>			<date>				<typename>					<tysource sourcetype="imsdefault"/>					<tyvalue>Birth</tyvalue>				</typename>				<datetime>1901-04-01T00:00:00</datetime>			</date>		</demographics>		<agent>			<typename>				<tysource sourcetype="imsdefault"/>				<tyvalue>Aide</tyvalue>			</typename>			<comment>------------------------------------Agent details</comment>			<contentype>				<referential>					<indexid>agent_01</indexid>				</referential>			</contentype>			<agentid>Dr.Watson</agentid>			<agentdomain>				<typename>					<tysource sourcetype="imsdefault"/>					<tyvalue>Medical</tyvalue>				</typename>			</agentdomain>		</agent>	</identification></learnerinformation>