2.2.4.45 OperationIDType Complex Type

This type MUST be used to uniquely identify a particular operation. The OperationIDType MUST adhere to the namespace "http://schemas.microsoft.com/wbem/wsman/1/wsman.xsd".

The schema MUST be as shown here.

 <xs:complexType name="OperationIDType">
   <xs:sequence>
     <xs:element name="OperationID"
       type="wsman:GUIDType xs:string"
      />
   </xs:sequence>
   <xs:anyAttribute
     process_contents="lax"
     namespace="##any"
    />
 </xs:complexType>

Elements

OperationID: A SOAP header containing a GUID that uniquely identifies the operation, which MAY be prefixed with the string "uuid:" on a per-message basis.<38> The receiver of the request can use this GUID to correlate messages that are part of the same operation.