<?xml version="1.0" encoding="UTF-8"?>
<xs:schema
	xmlns:bs8723="http://schemas.bs8723.org/XmlSchema/"
	xmlns:xs="http://www.w3.org/2001/XMLSchema"
	xmlns="http://www.esd.org.uk/standards"
	xmlns:esd="http://www.esd.org.uk/standards"
	targetNamespace="http://www.esd.org.uk/standards"
	elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:import namespace="http://schemas.bs8723.org/XmlSchema/" schemaLocation="../../XmlSchema/DD8723-5.xsd"/>
	<xs:complexType name="LgscConceptStructure">
		<xs:complexContent>
			<xs:extension base="bs8723:ThesaurusConceptStructure">
				<xs:sequence>
					<xs:element name="RecordsManagementInformation" type="RecordsManagementInformationStructure" minOccurs="0" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="RecordsManagementInformationStructure">
		<xs:annotation>
			<xs:documentation>Records management information relating to this classification such as the record series, example records and retention information.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="RecordSeries" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation>A record series is typically a set of related structured files (often known as case files). An example would be employee files in an HR department.
</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ExampleRecords" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Examples or records that within this context may have distinct retention requirements.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="RetentionGuidance" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Retention guidance is guidance on how long the records should be retained for.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="RetentionRationale" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Retention rationale is reasoning on why the guidance is as it is.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Notes" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Notes about the record management information.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
</xs:schema>

