<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by Andrea Martinotti (OmniTicket Network Administration) -->
<!-- edited with XMLSpy v2015 (x64) (http://www.altova.com) by OmniTicket Network / VGS Systems Engineering (OmniTicket Network / VGS Systems Engineering) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:include schemaLocation="ProductEnquiry.xsd"/>
	<xs:complexType name="DELIVERY">
		<xs:all>
			<xs:element name="I18NLIST" type="I18NLIST" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Object that contains the list of translations</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="AK" type="xs:string"/>
			<xs:element name="CODE" type="xs:string"/>
			<xs:element name="DESCRIPTION" type="xs:string"/>
			<xs:element name="NAME" type="xs:string"/>
			<xs:element name="SORTORDER" type="xs:integer"/>
			<xs:element name="DAYSBEFORE" type="xs:int"/>
			<xs:element name="FLAGS">
				<xs:complexType>
					<xs:complexContent>
						<xs:extension base="ORDERSTATUS"/>
					</xs:complexContent>
				</xs:complexType>
			</xs:element>
			<xs:element name="DELIVERYPRODUCT" type="PRODUCT"/>
		</xs:all>
	</xs:complexType>
	<xs:complexType name="FINDALLDELIVERYRESP">
		<xs:all>
			<xs:element name="ERROR" type="ERROR">
				<xs:annotation>
					<xs:documentation>Object that contains info about the result of the operation</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="DELIVERYLIST">
				<xs:annotation>
					<xs:documentation>Object that contains the info about the products associated to the logged in workstation</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="DELIVERYITEM" type="DELIVERY" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>Object that contains the info about the products</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:all>
	</xs:complexType>
	<xs:complexType name="READDELIVERYBYAKRESP">
		<xs:all>
			<xs:element name="ERROR" type="ERROR">
				<xs:annotation>
					<xs:documentation>Object that contains info about the result of the operation</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="DELIVERY" type="DELIVERY" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Object that contains the info about the products associated to the logged in workstation</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:all>
	</xs:complexType>
	<xs:complexType name="SEARCHDELIVERYREQ">
		<xs:all>
			<xs:element name="DELIVERYAKLIST" minOccurs="0">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="DELIVERYAKITEM" maxOccurs="unbounded">
							<xs:complexType>
								<xs:all>
									<xs:element name="DELIVERYAK" type="xs:string"/>
								</xs:all>
							</xs:complexType>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="PAGEREQ" minOccurs="0">
				<xs:complexType>
					<xs:complexContent>
						<xs:extension base="PAGEREQ">
							<xs:sequence>
								<xs:element name="SORTFIELD" minOccurs="0">
									<xs:simpleType>
										<xs:restriction base="xs:string">
											<xs:enumeration value="SORTORDER"/>
											<xs:enumeration value="AK"/>
											<xs:enumeration value="CODE"/>
											<xs:enumeration value="DESCRIPTION"/>
											<xs:enumeration value="NAME"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:element>
							</xs:sequence>
						</xs:extension>
					</xs:complexContent>
				</xs:complexType>
			</xs:element>
		</xs:all>
	</xs:complexType>
	<xs:complexType name="SEARCHDELIVERYRESP">
		<xs:all>
			<xs:element name="ERROR" type="ERROR"/>
			<xs:element name="DELIVERYLIST">
				<xs:annotation>
					<xs:documentation>Object that contains the info about the products associated to the logged in workstation</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="DELIVERYITEM" type="DELIVERY" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>Object that contains the info about the products</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="PAGERESP" type="PAGERESP"/>
		</xs:all>
	</xs:complexType>
</xs:schema>
