3.4.4.2.3.2 GuidHash

The GuidHash complex type defines the parameters returned from an AcquireTemplateInformation operation. A valid response MUST include a GUID parameter as a string that represents the GUID of a server template. The response MUST also include a hash parameter as a string that represents the hash of the server template (the hash value is the same as in the VALUE of the DIGEST in the SIGNATURE element of the template).

 <xs:complexType name="GuidHash">
   <xs:sequence>
     <xs:element name="Guid"
       type="string"
       minOccurs="0"
       maxOccurs="1"
      />
     <xs:element name="Hash"
       type="string"
       minOccurs="0"
       maxOccurs="1"
      />
   </xs:sequence>
 </xs:complexType>