<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2007 sp2 (http://www.altova.com) by Roy Hicks (Data for Education Ltd) -->
<!-- File Created: 2006-02-16 -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:element name="Message">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="Header"/>
				<xs:element ref="SectorSubjectTier2Data"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="Header">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="FileContent"/>
				<xs:element ref="Version"/>
				<xs:element ref="DateTime"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="FileContent" nillable="false">
		<xs:simpleType>
			<xs:restriction base="xs:string">
				<xs:whiteSpace value="preserve"/>
				<xs:minLength value="1"/>
				<xs:maxLength value="255"/>
			</xs:restriction>
		</xs:simpleType>
	</xs:element>
	<xs:element name="Version" nillable="false">
		<xs:simpleType>
			<xs:restriction base="xs:string">
				<xs:pattern value="[0-9]{1,2}\.[0-9][0-9a-z]{0,2}"/>
			</xs:restriction>
		</xs:simpleType>
	</xs:element>
	<xs:element name="DateTime" type="xs:dateTime" nillable="false"/>
	<xs:element name="SectorSubjectTier2Data">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="SectorSubjectTier2" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="SectorSubjectTier2">
		<xs:annotation>
			<xs:documentation>Sector Subject Framework Tier 2 Base Data</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="SSFT2_ID"/>
				<xs:element ref="SSFT2"/>
				<xs:element ref="SSFT2Description"/>
				<xs:element ref="SSFT1"/>
				<xs:element ref="SSFT1Description"/>
				<xs:element ref="EffectiveFrom"/>
				<xs:element ref="EffectiveTo"/>
				<xs:element ref="LastUpdated"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="SSFT2_ID" type="xs:integer" nillable="false"/>
	<xs:element name="SSFT2" nillable="false">
		<xs:simpleType>
			<xs:restriction base="xs:string">
				<xs:minLength value="3"/>
				<xs:maxLength value="4"/>
				<xs:whiteSpace value="collapse"/>
				<xs:pattern value="[0-9]{1,2}\.[0-9]{1,2}"/>
			</xs:restriction>
		</xs:simpleType>
	</xs:element>
	<xs:element name="SSFT2Description" nillable="false">
		<xs:simpleType>
			<xs:restriction base="xs:string">
				<xs:whiteSpace value="preserve"/>
				<xs:minLength value="1"/>
				<xs:maxLength value="55"/>
			</xs:restriction>
		</xs:simpleType>
	</xs:element>
	<xs:element name="SSFT1" nillable="false">
		<xs:simpleType>
			<xs:restriction base="xs:string">
				<xs:minLength value="1"/>
				<xs:maxLength value="2"/>
				<xs:whiteSpace value="collapse"/>
				<xs:pattern value="[0-9]{1,2}"/>
				<xs:enumeration value="1"/>
				<xs:enumeration value="2"/>
				<xs:enumeration value="3"/>
				<xs:enumeration value="4"/>
				<xs:enumeration value="5"/>
				<xs:enumeration value="6"/>
				<xs:enumeration value="7"/>
				<xs:enumeration value="8"/>
				<xs:enumeration value="9"/>
				<xs:enumeration value="10"/>
				<xs:enumeration value="11"/>
				<xs:enumeration value="12"/>
				<xs:enumeration value="13"/>
				<xs:enumeration value="14"/>
				<xs:enumeration value="15"/>
				<xs:enumeration value="0"/>
			</xs:restriction>
		</xs:simpleType>
	</xs:element>
	<xs:element name="SSFT1Description" nillable="false">
		<xs:simpleType>
			<xs:annotation>
				<xs:documentation>
					"SSFT1","SST1Description"
					"1","Health, Public Services and Care"
					"2","Science and Mathematics"
					"3","Agriculture, Horticulture and Animal Care"
					"4","Engineering and Manufacturing Technologies"
					"5","Construction, Planning and the Built Environment"
					"6","Information and Communication Technology"
					"7","Retail and Commercial Enterprise"
					"8","Leisure, Travel and Tourism"
					"9","Arts, Media and Publishing"
					"10","History, Philosophy and Theology"
					"11","Social Sciences"
					"12","Languages, Literature and Culture"
					"13","Education and Training"
					"14","Preparation for Life and Work"
					"15","Business, Administration and Law"
					"0","Unknown"
				</xs:documentation>
			</xs:annotation>
			<xs:restriction base="xs:string">
				<xs:whiteSpace value="preserve"/>
				<xs:minLength value="1"/>
				<xs:maxLength value="50"/>
				<xs:enumeration value="Health, Public Services and Care"/>
				<xs:enumeration value="Science and Mathematics"/>
				<xs:enumeration value="Agriculture, Horticulture and Animal Care"/>
				<xs:enumeration value="Engineering and Manufacturing Technologies"/>
				<xs:enumeration value="Construction, Planning and the Built Environment"/>
				<xs:enumeration value="Information and Communication Technology"/>
				<xs:enumeration value="Retail and Commercial Enterprise"/>
				<xs:enumeration value="Leisure, Travel and Tourism"/>
				<xs:enumeration value="Arts, Media and Publishing"/>
				<xs:enumeration value="History, Philosophy and Theology"/>
				<xs:enumeration value="Social Sciences"/>
				<xs:enumeration value="Languages, Literature and Culture"/>
				<xs:enumeration value="Education and Training"/>
				<xs:enumeration value="Preparation for Life and Work"/>
				<xs:enumeration value="Business, Administration and Law"/>
				<xs:enumeration value="Unknown"/>
			</xs:restriction>
		</xs:simpleType>
	</xs:element>
	<xs:element name="EffectiveFrom" type="xs:date" nillable="false"/>
	<xs:element name="EffectiveTo" type="xs:date" nillable="false"/>
	<xs:element name="LastUpdated" type="xs:date" nillable="false"/>
</xs:schema>
