<?xml version="1.0" encoding="utf-8"?>
<!-- filename=uk_lip_rootv1p1.xsd -->
<!-- Copyright (c) 2003, 2004 CETIS -->
<!-- 2003-05-28 edited by Scott Wilson -->
<!-- 2003-09-08 edited by Simon Grant, changed statement to reflexion -->
<!-- 2004-08-03 edited by Simon Grant, included assertion and uk_lip schemas -->
<!-- Conforms to w3c http://www.w3.org/2001/XMLSchema-->
<!DOCTYPE xsd:schema
  PUBLIC "-//W3C//DTD XMLSchema 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd" [
<!ENTITY % p 'xsd:'>
<!ENTITY % s ':xsd'>
]>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.imsproject.org/xsd/ims_lip_rootv1p0"  targetNamespace="http://www.imsproject.org/xsd/ims_lip_rootv1p0" elementFormDefault="qualified" version="LIP 1.0 Schema 1.0">
	<xsd:include schemaLocation="uk_lip_commonv1p0.xsd"/>
	<xsd:include schemaLocation="uk_lip_identificationv1p0.xsd"/>
	<xsd:include schemaLocation="uk_lip_qclv1p0.xsd"/>
	<xsd:include schemaLocation="uk_lip_goalv1p0.xsd"/>
	<xsd:include schemaLocation="uk_lip_activityv1p0.xsd"/>
	<xsd:include schemaLocation="uk_lip_competencyv1p0.xsd"/>
	<xsd:include schemaLocation="uk_lip_transcriptv1p0.xsd"/>
	<xsd:include schemaLocation="uk_lip_accessibilityv1p0.xsd"/>
	<xsd:include schemaLocation="uk_lip_interestv1p0.xsd"/>
	<xsd:include schemaLocation="uk_lip_affiliationv1p0.xsd"/>
	<xsd:include schemaLocation="uk_lip_securitykeyv1p0.xsd"/>
	<xsd:include schemaLocation="uk_lip_relationshipv1p0.xsd"/>
	<xsd:include schemaLocation="uk_lip_assertionv1p0.xsd"/>
	<xsd:include schemaLocation="uk_lip_reflexionv1p0.xsd"/>
	<xsd:element name="ext_learnerinfo" type="extensionType">
		<xsd:annotation>
			<xsd:documentation>extension</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="learnerinformation" type="learnerinformationType">
		<xsd:annotation>
			<xsd:documentation>Learner Information Package root element that contains all of the information about the learner in this instance.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:complexType name="learnerinformationType">
		<xsd:sequence>
			<xsd:element ref="comment" minOccurs="0"/>
			<xsd:element ref="contentype" minOccurs="0"/>
			<xsd:choice minOccurs="0" maxOccurs="unbounded">
				<xsd:element ref="activity"/>
				<xsd:element ref="accessibility"/>
				<xsd:element ref="affiliation"/>
				<xsd:element ref="assertion"/>
				<xsd:element ref="competency"/>
				<xsd:element ref="goal"/>
				<xsd:element ref="identification"/>
				<xsd:element ref="interest"/>
				<xsd:element ref="qcl"/>
				<xsd:element ref="reflexion"/>
				<xsd:element ref="relationship"/>
				<xsd:element ref="securitykey"/>
				<xsd:element ref="transcript"/>
				<xsd:element ref="ext_learnerinfo"/>
			</xsd:choice>
		</xsd:sequence>
		<xsd:attributeGroup ref="attr.lang"/>
	</xsd:complexType>
</xsd:schema>

