<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<xsd:complexType name="myType">
		<xsd:all>
			<xsd:element name="myElem" default="default_text" type="xsd:string" fixed="fixed_text"/>
		</xsd:all>
	</xsd:complexType>
</xsd:schema>
