<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2013 rel. 2 sp2 (http://www.altova.com) by PCuser (World Intellectual Property Organization) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.wipo.int/classifications/ipc/masterfiles" targetNamespace="http://www.wipo.int/classifications/ipc/masterfiles" elementFormDefault="qualified">
	<xs:include schemaLocation="inc-types_3-1.xsd"/>
	<xs:annotation>
		<xs:appinfo>ipc_warnings_3-1.xsd</xs:appinfo>
	</xs:annotation>
	<xs:element name="IPCWarnings">
		<xs:annotation>
			<xs:documentation>IPC Fixed Texts Master File</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence maxOccurs="unbounded">
				<xs:element name="ipcWarning" type="Inline" minOccurs="0"/>
			</xs:sequence>
			<xs:attribute name="edition" type="edition" use="required"/>
			<xs:attribute name="lang" type="lang" use="required"/>
		</xs:complexType>
	</xs:element>
	<xs:simpleType name="warningType">
		<xs:restriction base="xs:NMTOKEN">
			<xs:enumeration value="manual">
				<xs:annotation>
					<xs:documentation>Warning text is typed by a human</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="auto1">
				<xs:annotation>
					<xs:documentation>Generated Warning text: "Incomplete Limiting Reference deletion"</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="Inline" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="a">
				<xs:complexType mixed="true">
					<xs:attribute name="href" type="xs:anyURI" use="required"/>
				</xs:complexType>
			</xs:element>
			<xs:element name="img" type="img"/>
			<xs:element name="sub" type="sub"/>
			<xs:element name="sup" type="sup"/>
			<xs:element name="strong">
				<xs:complexType mixed="true"/>
			</xs:element>
			<xs:element name="em">
				<xs:complexType mixed="true"/>
			</xs:element>
			<xs:element name="u" type="underline"/>
		</xs:choice>
		<xs:attribute name="symbol" type="symbol" use="required"/>
		<xs:attribute name="type" type="warningType" default="manual"/>
	</xs:complexType>
</xs:schema>
