Events
Microsoft 365 Community Conference
May 6, 2 PM - May 9, 12 AM
Skill up for the era of AI at the ultimate community-led Microsoft 365 event, May 6-8 in Las Vegas.
Learn moreThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Contains field definitions for a list definition within a Schema.xml file, or for a base list type within the global Onet.xml file, specifying the fields that are implemented in a list.
<Fields Revision = "Integer"> ...
</Fields>
The following sections describe attributes, child elements, and parent elements.
Attribute | Description |
---|---|
Revision |
Optional Integer. |
The following example from the Schema.xml file for tasks lists fields uniquely used in a tasks list.
<Fields>
<Field Type="Choice" Name="Priority" DisplayName="Priority" >
<CHOICES>
<CHOICE>(1) High</CHOICE>
<CHOICE>(2) Normal</CHOICE>
<CHOICE>(3) Low</CHOICE>
</CHOICES>
<Default>(2) Normal</Default>
</Field>
<Field Type="Choice" Name="Status" DisplayName="Status">
<CHOICES>
<CHOICE>Not Started</CHOICE>
<CHOICE>In Progress</CHOICE>
<CHOICE>Completed</CHOICE>
<CHOICE>Deferred</CHOICE>
<CHOICE>Waiting on someone else</CHOICE>
</CHOICES>
<Default>Not Started</Default>
</Field>
<Field Type="Number" Name="PercentComplete" Percentage="TRUE"
Min="0" Max="1" DisplayName="% Complete"></Field>
<Field Type="User" List="UserInfo" Name="AssignedTo"
DisplayName="Assigned To"></Field>
<Field Type="Note" RichText="TRUE" Name="Body"
DisplayName="Description" Sortable="FALSE"></Field>
<Field Type="DateTime" Name="StartDate" DisplayName="Start Date">
<Default>[today]</Default>
</Field>
<Field Type="DateTime" Name="DueDate"
DisplayName="Due Date"></Field>
</Fields>
Events
Microsoft 365 Community Conference
May 6, 2 PM - May 9, 12 AM
Skill up for the era of AI at the ultimate community-led Microsoft 365 event, May 6-8 in Las Vegas.
Learn more