<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">

	<!-- The element "picture" will reference pictureAtts attributes for "filename", "x" pixels and "y" pixels -->
	<xsd:element name="picture">
		<xsd:complexType>
			<xsd:simpleContent>
				<xsd:extension base="xsd:anyType">
					<xsd:attributeGroup ref="pictureAtts"/>
				</xsd:extension>
			</xsd:simpleContent>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>
