<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:dgn="http://www.wipo.int/standards/XMLSchema/ST96/Design" xmlns:com="http://www.wipo.int/standards/XMLSchema/ST96/Common" targetNamespace="http://www.wipo.int/standards/XMLSchema/ST96/Design" elementFormDefault="qualified" attributeFormDefault="qualified" version="V10_0">
<xsd:include schemaLocation="GenericChangeDescriptionTextBag.xsd"/>
<xsd:include schemaLocation="HagueGenericChangeCategoryBag.xsd"/>
<xsd:include schemaLocation="HagueGenericChangeRegistrationBag.xsd"/>
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" schemaLocation="../Common/InternationalRegistrationNumber.xsd"/>
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" schemaLocation="../Common/RecordIdentifier.xsd"/>
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" schemaLocation="../Common/InternationalRecordingDate.xsd"/>
	<xsd:complexType name="HagueGenericChangeType">
		<xsd:sequence>
			<xsd:element ref="com:InternationalRegistrationNumber"/>
			<xsd:element ref="com:RecordIdentifier"/>
			<xsd:element ref="com:InternationalRecordingDate"/>
			<xsd:element ref="dgn:GenericChangeDescriptionTextBag" minOccurs="0"/>
			<xsd:element ref="dgn:HagueGenericChangeCategoryBag"/>
			<xsd:element ref="dgn:HagueGenericChangeRegistrationBag"/>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>