<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by Niko Siltala (TTKK / Tuotantotekniikka) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:include schemaLocation="./Component_lib_IPC-2546_FA.xsd"/>
	<xs:element name="ProcessStepComplete">
		<xs:complexType>
			<xs:complexContent>
				<xs:extension base="PROCESS_STEP_TYPE">
					<xs:attribute name="processStatus" use="optional">
						<xs:simpleType>
							<xs:restriction base="xs:string">
								<xs:enumeration value="OK"/>
								<xs:enumeration value="FAILED"/>
							</xs:restriction>
						</xs:simpleType>
					</xs:attribute>
				</xs:extension>
			</xs:complexContent>
		</xs:complexType>
	</xs:element>
</xs:schema>

