<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" 
           xmlns:a="a" 
	   targetNamespace="a">
	
	<xs:simpleType name="AA">
		<xs:restriction base="xs:string">
			<xs:enumeration value="B"/>
		</xs:restriction>
	</xs:simpleType>
			
</xs:schema>
