1<?xml version="1.0" encoding="UTF-8"?>
2<!-- edited with XML Spy v4.1 U (http://www.xmlspy.com) by Rajendra Upadhya K (UPS GACOR850393,) -->
3<xsd:schema targetNamespace="http://www.ups.com/XMLSchema/XOLTWS/Error/v1.1" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:error="http://www.ups.com/XMLSchema/XOLTWS/Error/v1.1" elementFormDefault="qualified">
4	<xsd:element name="Errors">
5		<xsd:complexType>
6			<xsd:sequence>
7				<xsd:element name="ErrorDetail" type="error:ErrorDetailType" maxOccurs="unbounded"/>
8			</xsd:sequence>
9		</xsd:complexType>
10	</xsd:element>
11	<xsd:complexType name="ErrorDetailType">
12		<xsd:sequence>
13			<xsd:element name="Severity" type="xsd:string"/>
14			<xsd:element name="PrimaryErrorCode" type="error:CodeType"/>
15			<xsd:element name="MinimumRetrySeconds" type="xsd:string" minOccurs="0"/>
16			<xsd:element name="Location" type="error:LocationType" minOccurs="0"/>
17			<xsd:element name="SubErrorCode" type="error:CodeType" minOccurs="0" maxOccurs="unbounded"/>
18			<xsd:element name="AdditionalInformation" type="error:AdditionalInfoType" minOccurs="0" maxOccurs="unbounded"/>
19		</xsd:sequence>
20	</xsd:complexType>
21	<xsd:complexType name="CodeType">
22		<xsd:sequence>
23			<xsd:element name="Code" type="xsd:string"/>
24			<xsd:element name="Description" type="xsd:string"/>
25			<xsd:element name="Digest" type="xsd:string" minOccurs="0"/>
26		</xsd:sequence>
27	</xsd:complexType>
28	<xsd:complexType name="AdditionalInfoType">
29		<xsd:sequence>
30			<xsd:element name="Type" type="xsd:string"/>
31			<xsd:element name="Value" type="error:AdditionalCodeDescType" maxOccurs="unbounded"/>
32		</xsd:sequence>
33	</xsd:complexType>
34	<xsd:complexType name="AdditionalCodeDescType">
35		<xsd:sequence>
36			<xsd:element name="Code" type="xsd:string"/>
37			<xsd:element name="Description" type="xsd:string" minOccurs="0"/>
38		</xsd:sequence>
39	</xsd:complexType>
40	<xsd:complexType name="LocationType">
41		<xsd:sequence>
42			<xsd:element name="LocationElementName" type="xsd:string" minOccurs="0"/>
43			<xsd:element name="XPathOfElement" type="xsd:string" minOccurs="0"/>
44			<xsd:element name="OriginalValue" type="xsd:string" minOccurs="0"/>
45		</xsd:sequence>
46	</xsd:complexType>
47</xsd:schema>
48