﻿<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="MdGuidelines.xsl" type="text/xsl"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" >
	<annotation>
		<documentation xml:lang="en">
			TopicV2 schema for Reed Guidelines API
		</documentation>
	</annotation>
	<element name="Topic">
		<complexType>
			<all>
				<element name="Title" type="string" />
				<element name="TopicId" type="integer" />
				<element name="TopicUrl" type="string" />
				<element name="Sections" minOccurs="0">
					<complexType>
						<sequence>
							<element name="Section" minOccurs="0" maxOccurs="unbounded">
								<complexType>
									<all>
										<element name="ParentSectionId" type="string" minOccurs="0" />
										<element name="SectionId" type="integer" />
										<element name="SectionText" type="string" minOccurs="0" />
										<element name="SectionTitle" type="string" minOccurs="0" />
									</all>
								</complexType>
							</element>
						</sequence>
					</complexType>
				</element>
			</all>
		</complexType>
	</element>
</schema>