3.1.4.3.2.1 AddList

The AddList element specifies the request to add a new list to the current site with the provided listName and description, based on the template that has an identification matching the provided templateID.

 <s:element name="AddList">
   <s:complexType>
     <s:sequence>
       <s:element name="listName" type="s:string"/>
       <s:element name="description" type="s:string" minOccurs="0"/>
       <s:element name="templateID" type="s:int"/>
     </s:sequence>
   </s:complexType>
 </s:element>

listName: The name for the list to be created on the site.

description: A string that is the description of the new list.

templateID: The list template identifier of a template that is already installed on the site. See [MS-WSSFO2] section 2.2.3.12. The value of templateID refers to one of the identifiers in the referenced list.