<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:com="http://www.wipo.int/standards/XMLSchema/Common/0" xmlns:pat="http://www.wipo.int/standards/XMLSchema/Patent/0" targetNamespace="http://www.wipo.int/standards/XMLSchema/Patent/0" elementFormDefault="qualified" attributeFormDefault="qualified" version="0.4">
<xsd:annotation>
		<xsd:documentation>
		 Last update: 2012-02-14
		 Contact Point: xml.standards@wipo.int
		 ReleaseNotesURL:
	</xsd:documentation>
	</xsd:annotation>
<xsd:include schemaLocation="PhraseType-V0-7.xsd"/>
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/0" schemaLocation="../../../Common/0/Basic/id-V0-5.xsd"/>
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/0" schemaLocation="../../../Common/0/Basic/idref-V0-1.xsd"/>
<xsd:element name="FigureReference" type="pat:FigureReferenceType">
<xsd:annotation>
<xsd:documentation>Reference to a figure</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:attribute name="figureNumber" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Figure number associated to a reference to a figure</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:complexType name="FigureReferenceType">
<xsd:complexContent>
<xsd:extension base="pat:PhraseType">
<xsd:attribute ref="com:id"/>
<xsd:attribute ref="com:idref"/>
<xsd:attribute ref="pat:figureNumber"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:schema>
