3.1.4.68.2.1 TransactionAnnotationsCreateRequest

The TransactionAnnotationsCreateRequest element specifies the details of what is requested in the operation.

The following is the XML schema definition of the TransactionAnnotationsCreateRequest element.

   <xs:element name="TransactionAnnotationsCreateRequest">
     <xs:complexType>
       <xs:sequence>
         <xs:element xmlns:q390="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="Annotations" nillable="true" type="q390:ArrayOfAnnotation"/>
         <xs:element minOccurs="0" name="TransactionId" type="xs:int"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>

Annotations: Specifies a collection of annotations by using the ArrayOfAnnotation complex type.

TransactionId: Specifies the ID of an existing transaction.