You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -41,116 +41,35 @@ The following sections describe attributes, child elements, and parent elements.
41
41
42
42
### Attributes
43
43
44
-
<table>
45
-
<colgroup>
46
-
<colwidth="20%" />
47
-
<colwidth="80%" />
48
-
</colgroup>
49
-
<thead>
50
-
<trclass="header">
51
-
<thalign="left"><p>Attribute</p></th>
52
-
<thalign="left"><p>Description</p></th>
53
-
</tr>
54
-
</thead>
55
-
<tbody>
56
-
<trclass="odd">
57
-
<tdalign="left"><p>**CustomSchema**</p></td>
58
-
<tdalign="left"><p>Optional **string**. Specifies the custom schema to use for the list instance.</p></td>
59
-
</tr>
60
-
<trclass="even">
61
-
<tdalign="left"><p>**Description**</p></td>
62
-
<tdalign="left"><p>Optional **Text**. Contains a description of the list.</p></td>
63
-
</tr>
64
-
<trclass="odd">
65
-
<tdalign="left"><p>**DocumentTemplate**</p></td>
66
-
<tdalign="left"><p>Optional **string**. Specifies the document template to use for the list instance.</p></td>
67
-
</tr>
68
-
<trclass="even">
69
-
<tdalign="left"><p>**FeatureId**</p></td>
70
-
<tdalign="left"><p>Required **Text**. Specifies the GUID of the Feature. If you do not specify a Feature GUID, Microsoft SharePoint Foundation uses the ID of the default Feature, in other words, the one containing the **ListInstance** element. If the list template for the list instance is contained within a different Feature, you must specify the ID of that Feature through the **FeatureId** attribute.</p></td>
71
-
</tr>
72
-
<trclass="odd">
73
-
<tdalign="left"><p>**Hidden**</p></td>
74
-
<tdalign="left"><p>Optional **Boolean**. Specifies if the list is hidden.</p></td>
75
-
</tr>
76
-
<trclass="even">
77
-
<tdalign="left"><p>**HyperlinkBaseUrl**</p></td>
78
-
<tdalign="left"><p>Optional **string**. Specifies the absolute URL used for hyperlinks in the list.</p></td>
79
-
</tr>
80
-
<trclass="odd">
81
-
<tdalign="left"><p>**Id**</p></td>
82
-
<tdalign="left"><p>Optional **Text**. Specifies a unique identifier for the list instance. The integer must be unique across the Feature definition.</p></td>
83
-
</tr>
84
-
<trclass="even">
85
-
<tdalign="left"><p>**OnQuickLaunch**</p></td>
86
-
<tdalign="left"><p>Optional **Boolean**. **TRUE** to display lists created from the list definition on the Quick Launch bar.</p></td>
87
-
</tr>
88
-
<trclass="odd">
89
-
<tdalign="left"><p>**QuickLaunchUrl**</p></td>
90
-
<tdalign="left"><p>Optional **Text**. Specifies the URL of the view page to open for the list through Quick Launch navigation.</p></td>
91
-
</tr>
92
-
<trclass="even">
93
-
<tdalign="left"><p>**RootWebOnly**</p></td>
94
-
<tdalign="left"><p>Optional **Boolean**. **TRUE** to specify that the list created from the definition exists only in the root website of a site collection.</p></td>
95
-
</tr>
96
-
<trclass="odd">
97
-
<tdalign="left"><p>**TemplateType**</p></td>
98
-
<tdalign="left"><p>Required **Integer**. Returns the integer identifier of the list template to use.</p></td>
99
-
</tr>
100
-
<trclass="even">
101
-
<tdalign="left"><p>**Title**</p></td>
102
-
<tdalign="left"><p>Required **Text**. Title of the list in the schema. This must also be unique.</p></td>
103
-
</tr>
104
-
<trclass="odd">
105
-
<tdalign="left"><p>**Url**</p></td>
106
-
<tdalign="left"><p>Required **Text**. Returns the site-relative URL at which to place the list.</p></td>
107
-
</tr>
108
-
<trclass="even">
109
-
<tdalign="left"><p>**VersioningEnabled**</p></td>
110
-
<tdalign="left"><p>Optional **Boolean**. Specifies if versioning is enabled on the list.</p></td>
111
-
</tr>
112
-
</tbody>
113
-
</table>
44
+
|Attribute|Description|
45
+
| -- | -- |
46
+
|**CustomSchema**|Optional **string**. Specifies the custom schema to use for the list instance.|
47
+
|**Description**|Optional **Text**. Contains a description of the list.|
48
+
|**DocumentTemplate**|Optional **string**. Specifies the document template to use for the list instance.|
49
+
|**FeatureId**|Required **Text**. Specifies the GUID of the Feature. If you do not specify a Feature GUID, Microsoft SharePoint Foundation uses the ID of the default Feature, in other words, the one containing the **ListInstance** element. If the list template for the list instance is contained within a different Feature, you must specify the ID of that Feature through the **FeatureId** attribute.|
50
+
|**Hidden**|Optional **Boolean**. Specifies if the list is hidden.|
51
+
|**HyperlinkBaseUrl**|Optional **string**. Specifies the absolute URL used for hyperlinks in the list.|
52
+
|**Id**|Optional **Text**. Specifies a unique identifier for the list instance. The integer must be unique across the Feature definition.|
53
+
|**OnQuickLaunch**|Optional **Boolean**. **TRUE** to display lists created from the list definition on the Quick Launch bar.|
54
+
|**QuickLaunchUrl**|Optional **Text**. Specifies the URL of the view page to open for the list through Quick Launch navigation.|
55
+
|**RootWebOnly**|Optional **Boolean**. **TRUE** to specify that the list created from the definition exists only in the root website of a site collection.|
56
+
|**TemplateType**|Required **Integer**. Returns the integer identifier of the list template to use.|
57
+
|**Title**|Required **Text**. Title of the list in the schema. This must also be unique.|
58
+
|**Url**|Required **Text**. Returns the site-relative URL at which to place the list.|
59
+
|**VersioningEnabled**|Optional **Boolean**. Specifies if versioning is enabled on the list.|
114
60
115
61
### Child elements
116
62
117
-
<table>
118
-
<colgroup>
119
-
<colwidth="100%" />
120
-
</colgroup>
121
-
<tbody>
122
-
<trclass="odd">
123
-
<tdalign="left"><p><ahref="data-element-list-instance.md">Data</a>, <ahref="datasource-element-list-instance.md">DataSource Element (List Instance)</a></p></td>
124
-
</tr>
125
-
</tbody>
126
-
</table>
63
+
[Data](data-element-list-instance.md), [DataSource Element (List Instance)](datasource-element-list-instance.md)
0 commit comments