<?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" xmlns:mathml="http://www.w3.org/1998/Math/MathML" targetNamespace="http://www.wipo.int/standards/XMLSchema/Patent/0" elementFormDefault="qualified" attributeFormDefault="qualified" version="0.11">
	<xsd:annotation>
		<xsd:documentation>
		 Last update: 2012-03-07
		 Contact Point: xml.standards@wipo.int
		 ReleaseNotesURL:
	</xsd:documentation>
	</xsd:annotation>
	<xsd:include schemaLocation="PhraseType-V0-7.xsd"/>
	<xsd:include schemaLocation="IPOASISTable-V0-11.xsd"/>
	<xsd:include schemaLocation="PatentCitation-V0-3.xsd"/>
	<xsd:include schemaLocation="NPLCitation-V0-4.xsd"/>
	<xsd:include schemaLocation="CrossReference-V0-7.xsd"/>
	<xsd:include schemaLocation="FigureReference-V0-4.xsd"/>
	<xsd:include schemaLocation="BioDeposit-V0-10.xsd"/>
	<xsd:include schemaLocation="PatentImage-V0-10.xsd"/>
	<xsd:include schemaLocation="../Basic/listingCategory-V0-5.xsd"/>
	<xsd:import namespace="http://www.w3.org/1998/Math/MathML" schemaLocation="../../../ExternalStandards/mathml3.xsd"/>
	<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/0" schemaLocation="../../../Common/0/Basic/id-V0-5.xsd"/>
	<xsd:element name="P" type="pat:PType">
		<xsd:annotation>
			<xsd:documentation>Paragraph</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Br" type="pat:BrType">
		<xsd:annotation>
			<xsd:documentation>Forced line break</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="OL" type="pat:OLType">
		<xsd:annotation>
			<xsd:documentation>Ordered Lists: list items are numbered, with an implied sequence and/or hierarchy. </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DT" type="pat:DTType">
		<xsd:annotation>
			<xsd:documentation>Definition term</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DL" type="pat:DLType">
		<xsd:annotation>
			<xsd:documentation>Definition list</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DD" type="pat:DDType">
		<xsd:annotation>
			<xsd:documentation>Definition description</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="UL" type="pat:ULType">
		<xsd:annotation>
			<xsd:documentation>Unordered list</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LI" type="pat:LIType">
		<xsd:annotation>
			<xsd:documentation>List item</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Math" type="pat:MathType">
		<xsd:annotation>
			<xsd:documentation>Mathematical formulae representation using MathML standard</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ChemicalFormulae" type="pat:ChemicalFormulaeType">
		<xsd:annotation>
			<xsd:documentation>Chemical formulae</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Pre" type="pat:PreType">
		<xsd:annotation>
			<xsd:documentation>Tag used to identify content consisting of text objects that require preservation (pre) of their whitespace in order to preserve internal logical relationships. (e.g., sequence listing fragments, computer program listings)</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="InlineFormula" type="pat:PhraseType">
		<xsd:annotation>
			<xsd:documentation>Mathematical or Chemical inline formulae</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Table" type="pat:TableType">
		<xsd:annotation>
			<xsd:documentation>Image data or coded according to OASIS Exchange model with modified cell  'Entry' content. </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TableImage" type="pat:TableImageType">
		<xsd:annotation>
			<xsd:documentation>Table inserted in an image format.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:attribute name="pNumber" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Paragraph number</xsd:documentation>
		</xsd:annotation>
	</xsd:attribute>
	<xsd:attribute name="liNumber" type="xsd:positiveInteger">
		<xsd:annotation>
			<xsd:documentation>Number of list item</xsd:documentation>
		</xsd:annotation>
	</xsd:attribute>
	<xsd:attribute name="olStyle" type="xsd:token">
		<xsd:annotation>
			<xsd:documentation>Style of ordered list</xsd:documentation>
		</xsd:annotation>
	</xsd:attribute>
	<xsd:attribute name="ulStyle" type="pat:ULStyleType" default="Bullet">
		<xsd:annotation>
			<xsd:documentation>Style of unordered list</xsd:documentation>
		</xsd:annotation>
	</xsd:attribute>
	<xsd:attribute name="chemicalFormulaeNumber" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Number of a chemical formulae</xsd:documentation>
		</xsd:annotation>
	</xsd:attribute>
	<xsd:attribute name="mathNumber" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Number of a mathematical formulae</xsd:documentation>
		</xsd:annotation>
	</xsd:attribute>
	<xsd:complexType name="PType" mixed="true">
		<xsd:choice minOccurs="0" maxOccurs="unbounded">
			<xsd:element ref="pat:B"/>
			<xsd:element ref="pat:I"/>
			<xsd:element ref="pat:O"/>
			<xsd:element ref="pat:U"/>
			<xsd:element ref="pat:Sup"/>
			<xsd:element ref="pat:Sub"/>
			<xsd:element ref="pat:PatentImage"/>
			<xsd:element ref="pat:SmallCapital"/>
			<xsd:element ref="pat:Br"/>
			<xsd:element ref="pat:UL"/>
			<xsd:element ref="pat:OL"/>
			<xsd:element ref="pat:Pre"/>
			<xsd:element ref="pat:DL"/>
			<xsd:element ref="pat:Math"/>
			<xsd:element ref="pat:ChemicalFormulae"/>
			<xsd:element ref="pat:PatentCitation"/>
			<xsd:element ref="pat:NPLCitation"/>
			<xsd:element ref="pat:FigureReference"/>
			<xsd:element ref="pat:CrossReference"/>
			<xsd:element ref="pat:BioDeposit"/>
			<xsd:element ref="pat:Table"/>
		</xsd:choice>
		<xsd:attribute ref="com:id"/>
		<xsd:attribute ref="pat:pNumber"/>
	</xsd:complexType>
	<xsd:complexType name="DTType">
		<xsd:complexContent>
			<xsd:extension base="pat:PhraseType">
				<xsd:attribute ref="com:id"/>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:complexType name="DLType">
		<xsd:annotation>
			<xsd:documentation>Definition List: term, description pairs.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence maxOccurs="unbounded">
			<xsd:element ref="pat:DT"/>
			<xsd:element ref="pat:DD"/>
		</xsd:sequence>
		<xsd:attribute ref="com:id"/>
	</xsd:complexType>
	<xsd:complexType name="DDType" mixed="true">
		<xsd:choice minOccurs="0" maxOccurs="unbounded">
			<xsd:element ref="pat:B"/>
			<xsd:element ref="pat:I"/>
			<xsd:element ref="pat:O"/>
			<xsd:element ref="pat:U"/>
			<xsd:element ref="pat:Sub"/>
			<xsd:element ref="pat:Sup"/>
			<xsd:element ref="pat:SmallCapital"/>
			<xsd:element ref="pat:Br"/>
			<xsd:element ref="pat:UL"/>
			<xsd:element ref="pat:OL"/>
			<xsd:element ref="pat:Pre"/>
			<xsd:element ref="pat:DL"/>
			<xsd:element ref="pat:IPOASISTable"/>
			<xsd:element ref="pat:PatentCitation"/>
			<xsd:element ref="pat:NPLCitation"/>
			<xsd:element ref="pat:CrossReference"/>
		</xsd:choice>
		<xsd:attribute ref="com:id"/>
	</xsd:complexType>
	<xsd:complexType name="LIType">
		<xsd:complexContent>
			<xsd:extension base="pat:PType">
				<xsd:attribute ref="pat:liNumber"/>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:complexType name="PreType">
		<xsd:attribute ref="pat:listingCategory" use="required"/>
		<xsd:attribute ref="com:id"/>
	</xsd:complexType>
	<xsd:complexType name="OLType">
		<xsd:sequence>
			<xsd:element ref="pat:LI" maxOccurs="unbounded"/>
		</xsd:sequence>
		<xsd:attribute ref="com:id"/>
		<xsd:attribute ref="pat:olStyle"/>
	</xsd:complexType>
	<xsd:complexType name="ULType">
		<xsd:sequence>
			<xsd:element ref="pat:LI" maxOccurs="unbounded"/>
		</xsd:sequence>
		<xsd:attribute ref="com:id"/>
		<xsd:attribute ref="pat:ulStyle" default="Bullet"/>
	</xsd:complexType>
	<xsd:complexType name="ChemicalFormulaeType">
		<xsd:choice>
			<xsd:element ref="pat:PatentImage"/>
			<xsd:element ref="pat:InlineFormula"/>
		</xsd:choice>
		<xsd:attribute ref="pat:chemicalFormulaeNumber"/>
	</xsd:complexType>
	<xsd:complexType name="MathType">
		<xsd:choice>
			<xsd:element ref="pat:PatentImage"/>
			<xsd:element ref="pat:InlineFormula"/>
			<xsd:sequence>
				<xsd:element ref="mathml:math"/>
				<xsd:element ref="pat:PatentImage"/>
			</xsd:sequence>
		</xsd:choice>
		<xsd:attribute ref="pat:mathNumber"/>
	</xsd:complexType>
	<xsd:complexType name="TableType">
		<xsd:choice>
			<xsd:element ref="pat:IPOASISTable"/>
			<xsd:element ref="pat:TableImage"/>
		</xsd:choice>
	</xsd:complexType>
	<xsd:complexType name="TableImageType">
		<xsd:complexContent>
			<xsd:extension base="pat:PatentImageType">
				<xsd:attribute ref="pat:tableNumber"/>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:simpleType name="BrType">
		<xsd:restriction base="xsd:string">
			<xsd:maxLength value="0"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ULStyleType">
		<xsd:restriction base="xsd:token">
			<xsd:enumeration value="Bullet"/>
			<xsd:enumeration value="None"/>
			<xsd:enumeration value="Dash"/>
		</xsd:restriction>
	</xsd:simpleType>
</xsd:schema>
