<?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/Common/0" xmlns:dgn="http://www.wipo.int/standards/XMLSchema/Design/0" targetNamespace="http://www.wipo.int/standards/XMLSchema/Design/0" elementFormDefault="qualified" attributeFormDefault="qualified" version="0.6">
<xsd:annotation>
		<xsd:documentation>
		 Last update: 2012-02-06
		 Contact Point: xml.standards@wipo.int
		 ReleaseNotesURL:
	</xsd:documentation>
	</xsd:annotation>
<xsd:include schemaLocation="../Basic/DesignEventCategory-V0-2.xsd"/>
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/0" schemaLocation="../../../Common/0/Basic/CommentText-V0-5.xsd"/>
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/0" schemaLocation="../../../Common/0/Basic/DateType-V0-1.xsd"/>
<xsd:element name="DesignEvent" type="dgn:DesignEventType">
<xsd:annotation>
<xsd:documentation>Data regarding an event or action on the design </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DesignEventDate" type="com:DateType">
<xsd:annotation>
<xsd:documentation>Date of the event on the design</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DesignEventDateTime" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>Date and time of the event on the design</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DesignEventResponseDate" type="com:DateType">
<xsd:annotation>
<xsd:documentation>Date of response of the design event </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="DesignEventType">
<xsd:sequence>
<xsd:element ref="dgn:DesignEventCategory"/>
<xsd:element ref="dgn:DesignEventResponseDate" minOccurs="0"/>
<xsd:element ref="com:CommentText" minOccurs="0"/>
<xsd:choice minOccurs="0">
<xsd:element ref="dgn:DesignEventDate"/>
<xsd:element ref="dgn:DesignEventDateTime"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
