<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema
	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
	targetNamespace="http://www.w3.org/XML/1998/namespace"
	xmlns:xml="http://www.w3.org/XML/1998/namespace"
	elementFormDefault="qualified"
	attributeFormDefault="qualified"
	version="0.10">

	<xsd:attribute name="space">
		<xsd:simpleType>
			<xsd:restriction base="xsd:string">
				<xsd:enumeration value="default" />
				<xsd:enumeration value="preserve" />
			</xsd:restriction>
		</xsd:simpleType>
	</xsd:attribute>

	<xsd:attribute
		name="lang"
		type="xsd:string" />

</xsd:schema>

