<?xml version = "1.0" encoding = "UTF-8"?>
<xsd:schema xmlns:com="http://www.wipo.int/standards/XMLSchema/ST96/Common" xmlns:pat="http://www.wipo.int/standards/XMLSchema/ST96/Patent" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.wipo.int/standards/XMLSchema/ST96/Patent" elementFormDefault="qualified" attributeFormDefault="qualified" version="V3_0">
<xsd:include schemaLocation = "ApplicationIdentification.xsd" />
<xsd:include schemaLocation = "AuthorityContact.xsd" />
<xsd:include schemaLocation = "SearchCompleteDate.xsd" />
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" schemaLocation="../Common/MailDate.xsd" />
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" schemaLocation="../Common/id.xsd" />
<xsd:include schemaLocation = "searchKindCategory.xsd" />
<xsd:include schemaLocation = "noSearchDeclarationCategory.xsd" />
<xsd:complexType name="EarlierSearchType">
		<xsd:sequence>
<xsd:element ref="pat:ApplicationIdentification"></xsd:element>
<xsd:element ref="pat:AuthorityContact"  minOccurs="0"></xsd:element>
			<xsd:choice minOccurs="0">
				<xsd:element ref="pat:SearchCompleteDate"/>
				<xsd:element ref="com:MailDate"/>
			</xsd:choice>
		</xsd:sequence>
<xsd:attribute ref="com:id"></xsd:attribute>
<xsd:attribute ref="pat:searchKindCategory"></xsd:attribute>
<xsd:attribute ref="pat:noSearchDeclarationCategory"></xsd:attribute>
	</xsd:complexType>
</xsd:schema>
