<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:systypes="http://www.plcs.org/System/Types" xmlns:plcstypes="http://www.plcs.org/PLMServices/Types" xmlns="http://www.plcs.org/ProductEvents" targetNamespace="http://www.plcs.org/ProductEvents" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:import namespace="http://www.plcs.org/System/Types" schemaLocation="..\..\..\ws\xsd\System.xsd"/>
	<xs:import namespace="http://www.plcs.org/PLMServices/Types" schemaLocation="..\..\..\ws\xsd\types.xsd"/>
	<xs:element name="OnCreateProduct" type="OnCreateProduct">
		<xs:annotation>
			<xs:documentation>This message is sent when a Part is created. The Part being sent is loaded with default charachteristics.</xs:documentation>
		</xs:annotation>
		</xs:element>
		
		<xs:complexType name="OnCreateProduct">
			<xs:sequence>
				<xs:element name="product" type="plcstypes:Product"/>
			</xs:sequence>
		</xs:complexType>
	
	<xs:element name="OnCreateProductResponse">
		<xs:complexType>
			<xs:sequence/>
		</xs:complexType>
	</xs:element>
</xs:schema>
