<?xml version="1.0" encoding="utf-8"?>
<!-- filename=uk_lip_assertionv1p0.xsd -->
<!-- Copyright (c) 2004 CETIS -->
<!-- 2004-08-03 created by Simon Grant based on reflexion -->
<!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="UKLIP 1.0 Schema 1.0">
	<xsd:include schemaLocation="uk_lip_commonv1p0.xsd"/>
	<xsd:element name="assertion" type="assertionType">
		<xsd:annotation>
			<xsd:documentation>Any composed text relevant to Personal Development records or an e-portfolio, except either as contained within elements such as "description" already provided for within other elements of the schemas for this specification, or represented as reflexion elements. Assertions can be authored by anyone, including the subject of the records.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:complexType name="assertionType">
		<xsd:sequence>
			<xsd:element ref="typename" minOccurs="0"/>
			<xsd:element ref="comment" minOccurs="0"/>
			<xsd:element ref="contentype" minOccurs="0"/>
			<xsd:element ref="authorship" minOccurs="0"/>
			<xsd:element ref="rationale" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="date" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="status" minOccurs="0"/>
			<xsd:element ref="description" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>

