<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSPY v5 rel. 4 U (http://www.xmlspy.com) by leonim (Die Schweizerische Post) -->
<xs:schema 
	targetNamespace="http://www.post.ch/npp/trackandtracews/v02/getshipmentimage/res" 
	xmlns="http://www.post.ch/npp/trackandtracews/v02/getshipmentimage/res" 
	xmlns:ttshipmentimageres="http://www.post.ch/npp/trackandtracews/v02/getshipmentimage/res" 
	xmlns:sml="http://www.post.ch/ShipmentModelLibrary/v02" 
	xmlns:xs="http://www.w3.org/2001/XMLSchema" 
	elementFormDefault="unqualified" attributeFormDefault="unqualified">

	<xs:import namespace="http://www.post.ch/ShipmentModelLibrary/v02" schemaLocation="ImageType.xsd"/>

	<xs:element name="GetShipmentImageRes">
		<xs:annotation>
			<xs:documentation>Comment describing your root element</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="Image" type="sml:ImageType" />
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
