<?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/RequirementEvents" targetNamespace="http://www.plcs.org/RequirementEvents" 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="OnCreateRequirement">
		<xs:annotation>
			<xs:documentation>This message is sent when a Requirement is created. The Requirementbeing sent is loaded with default charachteristics.</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="requirement" type="plcstypes:Requirement"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="OnCreateRequirementResponse">
		<xs:complexType>
			<xs:sequence/>
		</xs:complexType>
	</xs:element>
	<xs:element name="OnCreateTracingRelationship">
		<xs:annotation>
			<xs:documentation>This message is sent when a Requirement is related to another Requirement via a Trace relationship. The trace relationship being sent is loaded with default charachteristics.</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="tracing_relationship" type="plcstypes:Tracing_relationship"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="OnCreateTracingRelationshipResponse">
		<xs:complexType>
			<xs:sequence/>
		</xs:complexType>
	</xs:element>
	<xs:element name="OnCreateRequirementVersion">
		<xs:annotation>
			<xs:documentation>This message is sent when a Requirement_version is created. The Requirement_version being sent is loaded with default charachteristics.</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="requirement_version" type="plcstypes:Requirement_version"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="OnCreateRequirementVersionResponse">
		<xs:complexType>
			<xs:sequence/>
		</xs:complexType>
	</xs:element>
</xs:schema>
