<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
        xmlns:nums="http://included"
        targetNamespace="http://main">
	<xs:import namespace="http://included" schemaLocation="included.xsd"/>
	<xs:complexType name="A_Number_Type">
		<xs:simpleContent>
			<xs:extension base="nums:Int32_Type">
				<xs:attribute name="Tag" type="xs:int"/>
			</xs:extension>
		</xs:simpleContent>
	</xs:complexType>

</xs:schema>