<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<xsd:complexType name="bar">
		<xsd:all>
			<xsd:element name="foo"/>
			<xsd:annotation>
				<xsd:documentation>This shouldn't work</xsd:documentation>
			</xsd:annotation>
		</xsd:all>
	</xsd:complexType>
</xsd:schema>
