<?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/PartEvents" targetNamespace="http://www.plcs.org/PartEvents" 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="OnCreatePart">
		<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:complexType>
			<xs:sequence>
				<xs:element name="part" type="plcstypes:Part"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="OnCreatePartResponse">
		<xs:complexType>
			<xs:sequence/>
		</xs:complexType>
	</xs:element>
	<xs:element name="OnCreatePartVersion">
		<xs:annotation>
			<xs:documentation>This message is sent when a Part_version is created. The Part_version being sent is loaded with default charachteristics.</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="part_version" type="plcstypes:Part_version"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="OnCreatePartVersionResponse">
		<xs:complexType>
			<xs:sequence/>
		</xs:complexType>
	</xs:element>
	<xs:element name="OnCreateItemInstanceInAssembly">
		<xs:annotation>
			<xs:documentation>This message is sent when a Part is assigned to another part in an assembly structure.</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="assembly_component_relationship" type="plcstypes:Assembly_component_relationship"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="OnCreateItemInstanceInAssemblytResponse">
		<xs:complexType>
			<xs:sequence/>
		</xs:complexType>
	</xs:element>
</xs:schema>
