<?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/ST96/Common" xmlns:pat="http://www.wipo.int/standards/XMLSchema/ST96/Patent" targetNamespace="http://www.wipo.int/standards/XMLSchema/ST96/Patent" elementFormDefault="qualified" attributeFormDefault="qualified" version="V6_0">

<xsd:include schemaLocation="AlloyCompositionBag.xsd"/>
<xsd:include schemaLocation="AlloyClaimBag.xsd"/>
<xsd:include schemaLocation="AlloyReferenceTextBag.xsd"/>
<xsd:include schemaLocation="TechnicalField.xsd"/>
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" schemaLocation="../Common/sequenceNumber.xsd"/>

	<xsd:complexType name="AlloyInformationType">
		<xsd:choice maxOccurs="unbounded">
			<xsd:element ref="pat:AlloyCompositionBag"/>
			<xsd:element ref="pat:AlloyClaimBag"/>
			<xsd:element ref="pat:AlloyReferenceTextBag"/>
			<xsd:element ref="pat:TechnicalField"/>
		</xsd:choice>
		<xsd:attribute ref="com:sequenceNumber"/>
	</xsd:complexType>
</xsd:schema>
