<?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/ProductCharacteristicsEvents" targetNamespace="http://www.plcs.org/ProductCharacteristicsEvents" 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="OnNewPropertyAssignment">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="assigned_property" type="plcstypes:Assigned_property"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="OnNewPropertyAssignmentResponse">
		<xs:complexType>
			<xs:sequence/>
		</xs:complexType>
	</xs:element>
	<xs:element name="OnRemovePropertyAssignment">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="assigned_property" type="plcstypes:Assigned_property"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="OnRemovePropertyAssignmentResponse">
		<xs:complexType>
			<xs:sequence/>
		</xs:complexType>
	</xs:element>
	<xs:element name="OnChangeEffectivityOfPropertyAssignment">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="assigned_property" type="plcstypes:Assigned_property"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="OnChangeEffectivityOfPropertyAssignmentResponse">
		<xs:complexType>
			<xs:sequence/>
		</xs:complexType>
	</xs:element>
	<xs:element name="OnNewIdentificationAssignment">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="identification_assignment" type="plcstypes:Identification_assignment"/>
				<xs:element name="product_or_product_version">
					<xs:complexType>
						<xs:choice>
							<xs:element name="product_version" type="plcstypes:Product_version"/>
							<xs:element name="product" type="plcstypes:Product"/>
						</xs:choice>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="OnNewIdentificationAssignmentResponse">
		<xs:complexType>
			<xs:sequence/>
		</xs:complexType>
	</xs:element>
	<xs:element name="OnRemoveIdentificationAssignment">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="identification_assignment" type="plcstypes:Identification_assignment"/>
				<xs:element name="product_or_product_version">
					<xs:complexType>
						<xs:choice>
							<xs:element name="product_version" type="plcstypes:Product_version"/>
							<xs:element name="product" type="plcstypes:Product"/>
						</xs:choice>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="OnRemoveIdentificationAssignmentResponse">
		<xs:complexType>
			<xs:sequence/>
		</xs:complexType>
	</xs:element>
	<xs:element name="OnChangeIdentificationAssignment">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="identification_assignment" type="plcstypes:Identification_assignment"/>
				<xs:element name="product_or_product_version">
					<xs:complexType>
						<xs:choice>
							<xs:element name="product_version" type="plcstypes:Product_version"/>
							<xs:element name="product" type="plcstypes:Product"/>
						</xs:choice>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="OnChangeIdentificationAssignmentResponse">
		<xs:complexType>
			<xs:sequence/>
		</xs:complexType>
	</xs:element>
	<xs:element name="OnChangeOwnerAssignment">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="owner_assignment" type="plcstypes:Organization_or_person_in_organization_assignment"/>
				<xs:element name="product_or_product_version">
					<xs:complexType>
						<xs:choice>
							<xs:element name="product_version" type="plcstypes:Product_version"/>
							<xs:element name="product" type="plcstypes:Product"/>
						</xs:choice>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="OnChangeOwnerAssignmentResponse">
		<xs:complexType>
			<xs:sequence/>
		</xs:complexType>
	</xs:element>
</xs:schema>
