<?xml version="1.0" encoding="utf-8"?>
<!-- edited with XMLSpy v2005 U (http://www.xmlspy.com) by Clive Raven (LogicaCMG UK Limited) -->
<!--
********************************************************************************
*
* Project Name : FSA Transaction Reporting System
* Reference    :
* Description  : Definition For FSA High-Street Firms Feed For Pure Protection Products
* Dependencies : http://www.fsa.gov.uk/XMLSchema/FSAFeedCommon-v1-2.xsd
*
* Revision History
* Version  	Author           	Date        		Description
*  1.1     		FSA  				07/04/2004		First published draft
*  1.2			FSA					22/11/2004		Final draft
*
* Copyright Financial Services Authority 2004
********************************************************************************
-->
<xs:schema targetNamespace="http://www.fsa.gov.uk/XMLSchema/FSAHSFFeedPP-v1-2" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:cmn="http://www.fsa.gov.uk/XMLSchema/FSAFeedCommon-v1-2" xmlns="http://www.fsa.gov.uk/XMLSchema/FSAHSFFeedPP-v1-2" elementFormDefault="qualified" version="1.2" id="FSAHSFFeedPP-v1-2">
	<xs:import namespace="http://www.fsa.gov.uk/XMLSchema/FSAFeedCommon-v1-2" schemaLocation="FSAFeedCommon-v1-2.xsd"/>
	<!--Types used in FSAHSFFeedPP -->
	<xs:simpleType name="TypeOfPolicyType">
		<xs:annotation>
			<xs:documentation>Pure Protection Product Code.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>Income protection.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>Standalone critical illness.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>Critical illness (sold as a rider benefit to mortgage protection and term assurance contract).</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>Other. Use this when product is not one of above.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<!--Structures used in FSAHSFFeedPP -->
	<xs:complexType name="PureProtectionStructure">
		<xs:sequence>
			<xs:element name="PrincipalOrNetworkFSARef" type="cmn:FSARefType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>This field only applies if the sale has been made by an intermediary who has a principal or is part of a network.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="TypePolicy" type="TypeOfPolicyType">
				<xs:annotation>
					<xs:documentation>Type of policy</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="AdvisedSale" type="cmn:YNType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>This field is optional until July 2006, when it will become mandatory.  Y = Sale was Advised, N = Sale was non-Advised. For PSD reporting purposes non-Advised includes execution only and direct offer transactions. </xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="PremPaymentMethod" type="cmn:PremiumPaymentMethodType">
				<xs:annotation>
					<xs:documentation>Method of premium/ contribution payment.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="TotalPremAmt" type="cmn:HSFStdSterlingAmountType">
				<xs:annotation>
					<xs:documentation>Total premium amount. Annulised amount rounded to nearest pound.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="DateInForce" type="xs:date"/>
		</xs:sequence>
	</xs:complexType>
	<!--FSAHSFFeedPP	-->
	<xs:element name="FSAHSFFeedPP">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="cmn:FSAFeedHeader"/>
				<xs:element name="FSAHSFFeedPPMsg" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Defines the individual transactions.</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element ref="cmn:CoreItems"/>
							<xs:element name="PureProtection" type="PureProtectionStructure">
								<xs:annotation>
									<xs:documentation>Defines all of the elements that are specific to the pure protection transaction.</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
