2.2.4.20 MachineIDType Complex Type
This type MUST be used to uniquely identify a particular machine, so that requests issued from the same machine can be correlated. The MachineID type MUST be used under the namespace http://schemas.microsoft.com/wbem/wsman/1/machineid.
The schema MUST be as shown here.
<xs:complexType name="MachineIDType">
<xs:sequence>
<xs:element name="MachineID"
type="xs:string"
/>
</xs:sequence>
<xs:anyAttribute
process_contents="lax"
namespace="##any"
/>
</xs:complexType>
Element
-
MachineID: A SOAP header containing a globally unique string that uniquely identifies the machine sending the request. This allows the receiver of the request to correlate requests from the same machine, even if different requests use different credentials or Internet host names. It MUST be used for publisher-initiated subscription message.