_sList structure
SharePoint 2013
Contains information about a list.
Assembly: STSSOAP (in STSSOAP.dll)
SharePoint web sites are designed to use lists, rather than handle objects on the page as individual items. List manipulation requires that the items on the same list have common properties, and different lists have different common properties. Consequently, a list of site links is different from a list of documents.
<s:complexType name="_sList">
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="InternalName" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="Title" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="Description" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="BaseType" type=" tns:ListBaseType " />
<s:element minOccurs="1" maxOccurs="1" name="BaseTemplate" type="tns:ListBaseTemplate" />
<s:element minOccurs="1" maxOccurs="1" name="DefaultViewUrl" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="LastModified" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="PermId" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="InheritedSecurity" type="s:boolean" />
<s:element minOccurs="1" maxOccurs="1" name="AllowAnonymousAccess" type="s:boolean" />
<s:element minOccurs="1" maxOccurs="1" name="AnonymousViewListItems" type="s:boolean" />
<s:element minOccurs="1" maxOccurs="1" name="ReadSecurity" type="s:int" />
</s:sequence>
</s:complexType>