<?xml version="1.0" encoding="UTF-8"?>
<!-- 
Legal Disclaimer

The presentation, distribution or other dissemination of the information 
contained in this specification is not a license, either expressly or impliedly, 
to any intellectual property owned or controlled by BEA or IBM or Microsoft and\or any other 
third party.  BEA and IBM and Microsoft and\or any other third party may have patents, patent 
applications, trademarks, copyrights, or other intellectual property rights 
covering subject matter in this document.  The furnishing of this document 
does not give you any license to BEA's and IBM's and Microsoft's or any other third party's patents, 
trademarks, copyrights, or other intellectual property.

This specification and the information contained herein is provided on an "AS IS"
 basis and to the maximum extent permitted by applicable law, BEA and IBM and Microsoft provides 
the document AS IS AND WITH ALL FAULTS, and hereby disclaims all other warranties 
and conditions, either express, implied or statutory, including, but not limited 
to, any (if any) implied warranties, duties or conditions of merchantability, of 
fitness for a particular purpose, of accuracy or completeness of responses, of 
results, of workmanlike effort, of lack of viruses, and of lack of negligence, 
all with regard to the document. ALSO, THERE IS NO WARRANTY OR CONDITION OF 
TITLE, QUIET ENJOYMENT, QUIET POSSESSION, CORRESPONDENCE TO DESCRIPTION OR 
NON-INFRINGEMENT OF ANY INTELLECTUAL PROPERTY RIGHTS WITH REGARD TO THE DOCUMENT.

IN NO EVENT WILL BEA or IBM or MICROSOFT BE LIABLE TO ANY OTHER PARTY FOR THE COST OF PROCURING 
SUBSTITUTE GOODS OR SERVICES, LOST PROFITS, LOSS OF USE, LOSS OF DATA, OR ANY 
INCIDENTAL, CONSEQUENTIAL, DIRECT, INDIRECT, OR SPECIAL DAMAGES WHETHER UNDER 
CONTRACT, TORT, WARRANTY, OR OTHERWISE, ARISING IN ANY WAY OUT OF THIS OR ANY 
OTHER AGREEMENT RELATING TO THIS DOCUMENT, WHETHER OR NOT SUCH PARTY HAD ADVANCE 
NOTICE OF THE POSSIBILITY OF SUCH DAMAGES.

Copyright Notice

Copyright 2001, 2002 BEA Systems and IBM Corporation and Microsoft Corporation. All rights reserved.
-->
<xsd:schema targetNamespace="http://schemas.xmlsoap.org/ws/2002/08/wstx" xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/07/utility" xmlns:wscoor="http://schemas.xmlsoap.org/ws/2002/08/wscoor" xmlns:wstx="http://schemas.xmlsoap.org/ws/2002/08/wstx" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
	<xsd:import namespace="http://schemas.xmlsoap.org/ws/2002/08/wscoor"/>
	<xsd:import namespace="http://schemas.xmlsoap.org/ws/2002/07/utility"/>
	<xsd:complexType name="Notification">
		<xsd:sequence>
			<xsd:element name="TargetProtocolService" type="wsu:PortReferenceType"/>
			<xsd:element name="SourceProtocolService" type="wsu:PortReferenceType"/>
			<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
		</xsd:sequence>
		<xsd:anyAttribute namespace="##other" processContents="lax"/>
	</xsd:complexType>
	<xsd:element name="Prepare" type="wstx:Notification"/>
	<xsd:element name="Prepared" type="wstx:Notification"/>
	<xsd:element name="Aborted" type="wstx:Notification"/>
	<xsd:element name="ReadOnly" type="wstx:Notification"/>
	<xsd:element name="Commit" type="wstx:Notification"/>
	<xsd:element name="Rollback" type="wstx:Notification"/>
	<xsd:element name="Committed" type="wstx:Notification"/>
	<xsd:element name="Notified" type="wstx:Notification"/>
	<xsd:element name="OnePhaseCommit" type="wstx:Notification"/>
	<xsd:element name="PhaseZero" type="wstx:Notification"/>
	<xsd:element name="PhaseZeroCompleted" type="wstx:Notification"/>
	<xsd:element name="Unknown" type="wstx:Notification"/>
	<xsd:complexType name="Replay">
		<xsd:sequence>
			<xsd:element name="CoordinatorProtocolService" type="wsu:PortReferenceType"/>
			<xsd:element name="ParticipantProtocolService" type="wsu:PortReferenceType"/>
			<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
		</xsd:sequence>
		<xsd:anyAttribute namespace="##other" processContents="lax"/>
	</xsd:complexType>
	<xsd:element name="Replay" type="wstx:Replay"/>
	<xsd:complexType name="ErrorType">
		<xsd:sequence>
			<xsd:element name="TargetProtocolService" type="wsu:PortReferenceType"/>
			<xsd:element name="Errorcode" type="xsd:QName"/>
			<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
		</xsd:sequence>
		<xsd:anyAttribute namespace="##other" processContents="lax"/>
	</xsd:complexType>
	<xsd:element name="Error" type="wstx:ErrorType"/>
	<xsd:simpleType name="ErrorCodes">
		<xsd:restriction base="xsd:QName">
			<xsd:enumeration value="wstx:PhaseZeroFailure"/>
		</xsd:restriction>
	</xsd:simpleType>
</xsd:schema>
