<?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/DocumentEvents" targetNamespace="http://www.plcs.org/DocumentEvents" 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="OnCreateDocument">
		<xs:annotation>
			<xs:documentation>This message is sent when a Document is created. The Document being sent is loaded with default charachteristics.</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="document" type="plcstypes:Document"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="OnCreateDocumentResponse">
		<xs:complexType>
			<xs:sequence/>
		</xs:complexType>
	</xs:element>
	<xs:element name="OnCreateDocumentVersion">
		<xs:annotation>
			<xs:documentation>This message is sent when a Document_version is created. The Document_version being sent is loaded with default charachteristics.</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="document_version" type="plcstypes:Document_version"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="OnCreateDocumentVersionResponse">
		<xs:complexType>
			<xs:sequence/>
		</xs:complexType>
	</xs:element>
</xs:schema>
