<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema targetNamespace="http://schemas.xmlsoap.org/soap/envelope/" xmlns="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xsd:element name="Envelope">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="Header">
					<xsd:complexType>
						<xsd:sequence>
							<xsd:annotation>
								<xsd:documentation>Any response ok, lax means
								look for xsd but not an error if not found.</xsd:documentation>
							</xsd:annotation>
							<xsd:any namespace="##any" processContents="strict" maxOccurs="unbounded"/>
						</xsd:sequence>
					</xsd:complexType>
				</xsd:element>
				<xsd:element name="Body">
					<xsd:complexType>
						<xsd:sequence>
							<xsd:annotation>
								<xsd:documentation>Any response ok, lax means
								look for xsd but not an error if not found.</xsd:documentation>
							</xsd:annotation>
							<xsd:any namespace="##any" processContents="strict" maxOccurs="unbounded"/>
						</xsd:sequence>
					</xsd:complexType>
				</xsd:element>
			</xsd:sequence>
			<xsd:attribute ref="encodingStyle"/>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="Fault">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="faultcode" type="xsd:string" form="unqualified"/>
				<xsd:element name="faultstring" type="xsd:string" form="unqualified"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:attribute name="encodingStyle" type="xsd:string"/>
	<xsd:attribute name="mustUnderstand" type="xsd:string"/>
</xsd:schema>
