﻿<?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">
			TokenV2 schema for Reed Guidelines API
		</documentation>
	</annotation>
	<element name="Token">
		<complexType>
			<sequence maxOccurs="1">
						<element name="Value" type="string" />
			</sequence>
		</complexType>
	</element>
</schema>