<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2006 sp2 U (http://www.altova.com) by Nicolas Cochard (Porism Limited) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://schema.bsi-global.com/BS8723-5/" xmlns:bs8723="http://schema.bsi-global.com/BS8723-5/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:eGMS="http://www.govtalk.gov.uk/CM/gms" targetNamespace="http://schema.bsi-global.com/BS8723-5/" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:import namespace="http://www.govtalk.gov.uk/CM/gms" schemaLocation="BS8723-5-eGms.xsd"/>
	<xs:import namespace="http://purl.org/dc/terms/" schemaLocation="BS8723-5-DCTerms.xsd"/>
	<xs:import namespace="http://purl.org/dc/elements/1.1/" schemaLocation="BS8723-5-DC.xsd"/>
	<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
	<xs:complexType name="ThesaurusTermCoreStructure" abstract="true">
		<xs:annotation>
			<xs:documentation>Data type defining the structure of a term in the BS8723-5-Core format</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element ref="LexicalValue"/>
			<xs:element ref="dcterms:created"/>
			<xs:element ref="dcterms:modified" minOccurs="0"/>
		</xs:sequence>
		<xs:attribute ref="dc:identifier"/>
	</xs:complexType>
	<xs:element name="LexicalValue">
		<xs:annotation>
			<xs:documentation>Lexical value of a term or node label</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="Notation" type="xs:string">
		<xs:annotation>
			<xs:documentation>Notation of the node label or concept</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:simpleType name="EquivalenceCoreType">
		<xs:annotation>
			<xs:documentation>Reference to a custom type of equivalence relationship</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string"/>
	</xs:simpleType>
	<xs:simpleType name="HierarchicalRelationshipCoreType">
		<xs:annotation>
			<xs:documentation>Reference to a custom type of hierarchical relationship</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string"/>
	</xs:simpleType>
	<xs:simpleType name="AssociativeRelationshipCoreType">
		<xs:annotation>
			<xs:documentation>Reference to a custom type of associative relationship</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string"/>
	</xs:simpleType>
	<xs:complexType name="ThesaurusConceptCommonStructure">
		<xs:annotation>
			<xs:documentation>Data type defining the properties common to the concept used in BS8723-5-Core and BS8723-5-Full</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element ref="dcterms:created"/>
			<xs:element ref="dcterms:modified" minOccurs="0"/>
			<xs:element ref="Notation" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
		<xs:attribute ref="dc:identifier"/>
	</xs:complexType>
</xs:schema>

