<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2013 rel. 2 sp2 (x64) (http://www.altova.com) by Ludwig Nollet (Honda Europe NV) -->
<xs:schema xmlns="http://msite.honda-eu.com/3PL/ComAck" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ComTech="http://msite.honda-eu.com/3PL/ComTech" xmlns:ns1="http://schema.he.eu.honda.com/cosmos/ComTech" targetNamespace="http://msite.honda-eu.com/3PL/ComAck" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:import namespace="http://msite.honda-eu.com/3PL/ComTech" schemaLocation="CommonTechnical_V1.4.xsd"/>
	<xs:element name="Message">
		<xs:annotation>
			<xs:documentation>Root</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="ComTech:Header"/>
				<xs:element name="Body">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Record" maxOccurs="1">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="AcknowledgementMessage">
											<xs:simpleType>
												<xs:restriction base="xs:string">
													<xs:minLength value="0"/>
													<xs:maxLength value="255"/>
												</xs:restriction>
											</xs:simpleType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element ref="ComTech:Trailer"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
