<?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="V6_0">
	<xsd:include schemaLocation="PatentAlloyData.xsd"/>
	<xsd:include schemaLocation="NPLAlloyData.xsd"/>
	<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" schemaLocation="../Common/id.xsd"/>
	<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" schemaLocation="../Common/officeCode.xsd"/>
	<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" schemaLocation="../Common/documentFileName.xsd"/>
	<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" schemaLocation="../Common/creationDate.xsd"/>
	<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" schemaLocation="../Common/st96Version.xsd"/>
	<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" schemaLocation="../Common/languageCode.xsd"/>
	<xsd:complexType name="AlloyDataType">
		<xsd:choice maxOccurs="2">
			<xsd:element ref="pat:PatentAlloyData"/>
			<xsd:element ref="pat:NPLAlloyData"/>
		</xsd:choice>
		<xsd:attribute ref="com:id"/>
		<xsd:attribute ref="com:languageCode" use="required"/>
		<xsd:attribute ref="com:officeCode"/>
		<xsd:attribute ref="com:documentFileName"/>
		<xsd:attribute ref="com:creationDate"/>
		<xsd:attribute ref="com:st96Version" use="required"/>
	</xsd:complexType>
</xsd:schema>
