3.1.4.7.3.3 HardwareIdAndDelta

This complex type contains device driver hardware Ids and specifies whether newer revisions are requested.

       <s:complexType name="HardwareIdAndDelta">
         <s:sequence>
           <s:element minOccurs="0" maxOccurs="1" name="Id" type="s:string" />
           <s:element minOccurs="1" maxOccurs="1" name="Delta" type="s:boolean" />
         </s:sequence>
       </s:complexType>

Id: Identifies the device hardware ID for which driver update revisions are requested. This field MUST be present.

Delta: Specifies if only driver update revisions newer than the time denoted by the anchor are requested. This field MUST be present.