2.2.8.2 UpdateViewAttributeGroup

The UpdateViewAttributeGroup attribute group contains attributes that specify a list view. This group of attributes is used in update methods as the input parameter. The definition of the UpdateViewAttributeGroup element is as follows.

 <s:attributeGroup name="UpdateViewAttributeGroup">
   <s:attribute name="DefaultView" type="core:TRUEFALSE" default="FALSE" />
   <s:attribute name="DisplayName" type="s:string" />
   <s:attribute name="FPModified" type="core:TRUEFALSE" default="FALSE" />
   <s:attribute name="Scope" type="core:ViewScope" default="" />
 </s:attributeGroup>

All attributes are specified in [MS-WSSCAML] section 2.3.2.17 (ViewDefinition). The DefaultView attribute SHOULD be ignored by the protocol server if it is set to false.