2.2.4.4 ArrayOfGuid

An array of globally unique identifiers (GUIDs) used in messages within this protocol.

 <xsd:complexType name="ArrayOfGuid">
   <xsd:sequence>
     <xsd:element minOccurs="0" maxOccurs="unbounded" name="guid" nillable="true" type="xsd:string"/>
   </xsd:sequence>
 </xsd:complexType>
  

guid: A GUID of an object or entity within the protocol. For example, each update has a unique ID that is a GUID.