<?xml version="1.0" encoding="UTF-8"?>
<xs:schema 
	targetNamespace="http://www.post.ch/npp/trackandtracews/v02/shipmentssearch/req" 
	xmlns:ttsearchreq="http://www.post.ch/npp/trackandtracews/v02/shipmentssearch/req" 
	xmlns:sml="http://www.post.ch/ShipmentModelLibrary/v02" 
	xmlns="http://www.post.ch/npp/trackandtracews/v02/shipmentssearch/req" 
	xmlns:xs="http://www.w3.org/2001/XMLSchema" 
	xmlns:ttcommon="http://www.post.ch/npp/trackandtracews/v02/common" 
	elementFormDefault="unqualified" attributeFormDefault="unqualified">
	
	<xs:import namespace="http://www.post.ch/npp/trackandtracews/v02/common" schemaLocation="TrackAndTraceCommon.xsd"/>
	<xs:complexType name="ShipmentNumbersType">
		<xs:sequence>
			<xs:element name="ShipmentNumber" type="xs:string" maxOccurs="1"/>
		</xs:sequence>
	</xs:complexType>
	<xs:element name="ShipmentsSearch">
		<xs:annotation>
			<xs:documentation>Comment describing your root element</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="language" type="ttcommon:LanguageType" default="de"/>
				<xs:element name="ShipmentNumbers" type="ttsearchreq:ShipmentNumbersType"/>
				<xs:element name="Identity" type="xs:anySimpleType"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
