2.2.3.1.6 RegisterInfo Element

The RegisterInfo Element [XMLSCHEMA1.1/1] is a container for other elements that uniquely identify 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="RegisterInfo">
             <xs:complexType>
                   <xs:sequence>
                         <xs:element ref="mstx:LocalTransactionId" minOccurs="1" maxOccurs="1" />
                         <xs:element name="ContextId" type="mstx:UrnUuidStringType" minOccurs="0" maxOccurs="1" />
                         <xs:element name="TokenId" type="mstx:UrnUuidStringType" minOccurs="0" maxOccurs="1" />
                   </xs:sequence>
             </xs:complexType>
       </xs:element>
 </xs:schema>

LocalTransactionId:  This element MUST be a LocalTransactionId Element (section 2.2.3.1.5).

ContextId: If present, the value of this element is implementation-specific and MUST be ignored.

TokenId:  If present, the value of the element MUST be the identifier of the security context token identifier used in the construction of the SOAP message, as specified in [WSSC].