<?xml version="1.0" encoding="UTF-8"?>
<xs:schema
	xmlns:xs="http://www.w3.org/2001/XMLSchema"
	xmlns="http://purl.org/dc/terms/"
	xmlns:bs8723="http://www.bsigroup.com/resources/standards/bs8723/"
	targetNamespace="http://purl.org/dc/terms/"
	elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:element name="created" type="xs:date">
		<xs:annotation>
			<xs:documentation>Indicates the created date of the element.</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="modified" type="xs:date">
		<xs:annotation>
			<xs:documentation>Indicates the last modified date of the element.</xs:documentation>
		</xs:annotation>
	</xs:element>
</xs:schema>

