2.2.3.1.7 PropagationToken Element

The PropagationToken Element [XMLSCHEMA1.1/1] is used when propagating a transaction using pull propagation, as specified in [MS-DTCO] (section 3.3.5.2.1).

 <xs:schema targetNamespace="http://schemas.microsoft.com/ws/2006/02/tx/oletx" 
       xmlns:oletx="http://schemas.microsoft.com/ws/2006/02/tx/oletx"
       xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
       <xs:element name="PropagationToken">
             <xs:complexType>
                   <xs:simpleContent>
                         <xs:extension base="xs:string" />
                   </xs:simpleContent>
             </xs:complexType>
       </xs:element>
 </xs:schema>

PropagationToken: The value of the element MUST be a base64 encoding of a Propagation_Token, as specified in [MS-DTCO] (section 2.2.5.4).<2>