<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" 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.5">
<xsd:annotation>
		<xsd:documentation>
		 Last update: 2011-11-22
		 Contact Point: xml.standards@wipo.int
		 ReleaseNotesURL:
	</xsd:documentation>
	</xsd:annotation>
<xsd:attribute name="headingLevelCode" type="pat:HeadingLevelCodeType"/>
<xsd:simpleType name="HeadingLevelCodeType">
		<xsd:restriction base="xsd:token">
			<xsd:enumeration value="1">
				<xsd:annotation>
					<xsd:documentation>First Level</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="2">
				<xsd:annotation>
					<xsd:documentation>Second Level</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="3">
				<xsd:annotation>
					<xsd:documentation>Third Level</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
</xsd:schema>
