2.2.5.2 ListBaseTemplate

The ListBaseTemplate defines an enumeration of the templates of a list. Its schema is:

 <s:simpleType name="ListBaseTemplate" >
  <s:restriction base="s:string">
   <s:enumeration value="InvalidType"/>
   <s:enumeration value="GenericList"/>
   <s:enumeration value="DocumentLibrary"/>
   <s:enumeration value="Survey"/>
   <s:enumeration value="Links"/>
   <s:enumeration value="Announcements"/>
   <s:enumeration value="Contacts"/>
   <s:enumeration value="Events"/>
   <s:enumeration value="Tasks"/>
   <s:enumeration value="DiscussionBoard"/>
   <s:enumeration value="PictureLibrary"/>
   <s:enumeration value="DataSources"/>
   <s:enumeration value="WebTemplateCatalog"/>
   <s:enumeration value="UserInformation"/>
   <s:enumeration value="WebPartCatalog"/>
   <s:enumeration value="ListTemplateCatalog"/>
   <s:enumeration value="XMLForm"/>
   <s:enumeration value="MasterPageCatalog"/>
   <s:enumeration value="NoCodeWorkflows"/>
   <s:enumeration value="WorkflowProcess"/>
   <s:enumeration value="WebPageLibrary"/>
   <s:enumeration value="CustomGrid"/>
   <s:enumeration value="DataConnectionLibrary"/>
   <s:enumeration value="WorkflowHistory"/>
   <s:enumeration value="GanttTasks"/>
   <s:enumeration value="Meetings"/>
   <s:enumeration value="Agenda"/>
   <s:enumeration value="MeetingUser"/>
   <s:enumeration value="Decision"/>
   <s:enumeration value="MeetingObjective"/>
   <s:enumeration value="TextBox"/>
   <s:enumeration value="ThingsToBring"/>
   <s:enumeration value="HomePageLibrary"/>
   <s:enumeration value="Posts"/>
   <s:enumeration value="Comments"/>
   <s:enumeration value="Categories"/>
   <s:enumeration value="IssueTracking"/>
   <s:enumeration value="AdminTasks"/>
  </s:restriction>
 </s:simpleType>
  

The following table defines the allowable values for ListBaseTemplate:

Value

Meaning

InvalidType

List template that is not valid.

GenericList

Generic list template.

DocumentLibrary

Document library list template.

Survey

Survey list template.

Links

Links list template.

Announcements

Announcements list template.

Contacts

Contacts list template.

Events

Events list template.

Tasks

Tasks list template.

DiscussionBoard

Discussion board list template.

PictureLibrary

Picture library list template.

DataSources

Data sources list template.

WebTemplateCatalog

Web template catalog list template.

UserInformation

User information list template.

WebPartCatalog

Web part gallery list template.

ListTemplateCatalog

List template catalog list template.

XMLForm

XML form list template.

MasterPageCatalog

Master page catalog list template.

NoCodeWorkflows

No code workflows list template.

WorkflowProcess

Workflow process list template.

WebPageLibrary

Web page library list template.

CustomGrid

Custom grid list template.

DataConnectionLibrary

Data connection library list template.

WorkflowHistory

Workflow history list template.

GanttTasks

Gantt tasks list template.

Meetings

Meetings list template.

Agenda

Agenda list template.

MeetingUser

Meeting user list template.

Decision

Decision list template.

MeetingObjective

Meeting objective list template.

TextBox

TextBox list template.

ThingsToBring

Things to bring list template.

HomePageLibrary

Home page library list template.

Posts

Posts list template.

Comments

Comments list template.

Categories

Categories list template.

IssueTracking

Issue tracking list template.

AdminTasks

Admin tasks list template.