<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://www.post.ch/npp/trackandtracews/v02/getshipmentimage/req" 
	xmlns:ttshipmentimagereq="http://www.post.ch/npp/trackandtracews/v02/getshipmentimage/req" 
	xmlns:xs="http://www.w3.org/2001/XMLSchema" 
	xmlns="http://www.post.ch/npp/trackandtracews/v02/getshipmentimage/req" 
	elementFormDefault="unqualified" attributeFormDefault="unqualified">
	
	<xs:element name="GetShipmentImage">
		<xs:annotation>
			<xs:documentation>Comment describing your root element</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="ImageId" type="xs:string"/>
				<xs:element name="Identity" type="xs:anySimpleType" minOccurs="0"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
