<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="www.mynamespace.com" xmlns="www.mynamespace.com">

	<xsd:complexType name="Type3">
		<xsd:sequence>
			<xsd:element name="contents" type="xsd:string"/>
			<xsd:element name="moreContents" type="xsd:string"/>
		</xsd:sequence>
		<xsd:attribute name="bitExtra" type="xsd:string"/>
	</xsd:complexType>
</xsd:schema>