<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
	xmlns="http://www.example.com"
	targetNamespace="http://www.example.com"
	>

	<xsd:element name="root">
		<xsd:complexType>
			<xsd:choice>
				<xsd:element name="child"/>
			</xsd:choice>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>
