2.2.3.1.5 LocalTransactionId Element

The LocalTransactionId element [XMLSCHEMA1.1/1] is used to uniquely identify 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:xs="http://www.w3.org/2001/XMLSchema" 
       elementFormDefault="qualified">
       <xs:element name="LocalTransactionId" type="mstx:GuidStringType" />
 </xs:schema>