2.2.3.1.8 CoordinationContextAnyElementType Complex Type

The CoordinationContextAnyElementType Complex Type [XMLSCHEMA1.1/1] is a container for other elements that is used to provide additional information about the transaction represented by a CoordinationContext Element.

 <xs:schema targetNamespace="http://schemas.microsoft.com/ws/2006/02/transactions"
       xmlns:mstx="http://schemas.microsoft.com/ws/2006/02/transactions"
       xmlns:oletx=http://schemas.microsoft.com/ws/2006/02/tx/oletx
       xmlns:xs="http://www.w3.org/2001/XMLSchema" 
       elementFormDefault="qualified">
       <xs:complexType name="CoordinationContextAnyElementsType">
             <xs:sequence>
                   <xs:element name="IsolationLevel" type="xs:unsignedInt" minOccurs="0" maxOccurs="1" />
                   <xs:element name="IsolationFlags" type="xs:unsignedInt" minOccurs="0" maxOccurs="1" />
                   <xs:element name="Description" type="xs:string" minOccurs="0" maxOccurs="1" />
                   <xs:element ref="mstx:LocalTransactionId" minOccurs="0" maxOccurs="1" />
                   <xs:element ref="oletx:PropagationToken" minOccurs="0" maxOccurs="1" />
             </xs:sequence>
       </xs:complexType>
 </xs:schema>

IsolationLevel:  The value of this element MUST be set to one of the values as specified 2.2.2.1.2.

IsolationFlags: The value of the element MUST be set to one of the OLETX_ISOLATION_FLAGS values specified in [MS-DTCO] (section 2.2.6.8).

Description: The value of the element MUST be set to an implementation-specific string.

LocalTransactionId: This element MUST be a LocalTransactionId Element as specified in section 2.2.3.1.5.

PropagationToken: This element MUST be a PropagationToken Element as specified in section 2.2.3.1.7.