2.2.3.1 UpdateScope Element

The UpdateScope element is the top level node for the update search scope XML fragment that is used to filter a search query for updates based on a set of criteria. This element MUST be present. It MUST occur only once.

  
 <UpdateScope
   ApprovedStates="[integer]"
   FromArrivalDate="[datetime]"
   ToArrivalDate="[datetime]"
   UpdateTypes="[integer]"
   IncludedInstallationStates="[integer]"
   ExcludedInstallationStates="[integer]"
   TextIncludes="[string]"
   TextNotIncludes="[string]"
   IsWsusInfrastructureUpdate="[bool]"
   Categories="[string]"
   Classifications="[string]"
   FromCreationDate="[datetime]"
   ToCreationDate="[datetime]"
   UpdateApprovalActions="[integer]"
   ApprovedComputerTargetGroups="[string]"
   ExcludeOptionalUpdates="[bool]" >
     <UpdateApprovalScope>…</UpdateApprovalScope>
 </UpdateScope>