2.2.4.15 Lists

The Lists complex type contains an array of list information.

  
 <s:complexType name="Lists">
   <s:sequence>
     <s:element minOccurs="0" maxOccurs="unbounded" name="List" >
      <s:complexType>
       <s:attribute name="ID" type="s:string" use="required" />
       <s:attribute name="LastModified" type="s:string" use="required" />
       <s:attribute name="DefaultViewUrl" type="s:string" use="required" />
      </s:complexType>
    </s:element>
   </s:sequence>
 </s:complexType>  

List.ID: Specifies the GUID of the list. This GUID MUST be enclosed in curly braces ({}).

List.LastModified: Specifies the date and time, as a [ISO-8601] separate date and time UTC value, when the list was last modified.

List.DefaltViewUrl: Specifies the server-relative URL of the page containing the default list view of the list.