Skip to content

Commit f08d880

Browse files
Merge pull request SharePoint#4234 from andrewconnell/docfix-issue4231
Fix markdown formatting for listinstance
2 parents a53bcff + 29bfbbe commit f08d880

File tree

1 file changed

+20
-111
lines changed

1 file changed

+20
-111
lines changed

docs/schema/listinstance-element-list-instance.md

Lines changed: 20 additions & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -41,116 +41,35 @@ The following sections describe attributes, child elements, and parent elements.
4141

4242
### Attributes
4343

44-
<table>
45-
<colgroup>
46-
<col width="20%" />
47-
<col width="80%" />
48-
</colgroup>
49-
<thead>
50-
<tr class="header">
51-
<th align="left"><p>Attribute</p></th>
52-
<th align="left"><p>Description</p></th>
53-
</tr>
54-
</thead>
55-
<tbody>
56-
<tr class="odd">
57-
<td align="left"><p>**CustomSchema**</p></td>
58-
<td align="left"><p>Optional **string**. Specifies the custom schema to use for the list instance.</p></td>
59-
</tr>
60-
<tr class="even">
61-
<td align="left"><p>**Description**</p></td>
62-
<td align="left"><p>Optional **Text**. Contains a description of the list.</p></td>
63-
</tr>
64-
<tr class="odd">
65-
<td align="left"><p>**DocumentTemplate**</p></td>
66-
<td align="left"><p>Optional **string**. Specifies the document template to use for the list instance.</p></td>
67-
</tr>
68-
<tr class="even">
69-
<td align="left"><p>**FeatureId**</p></td>
70-
<td align="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-
<tr class="odd">
73-
<td align="left"><p>**Hidden**</p></td>
74-
<td align="left"><p>Optional **Boolean**. Specifies if the list is hidden.</p></td>
75-
</tr>
76-
<tr class="even">
77-
<td align="left"><p>**HyperlinkBaseUrl**</p></td>
78-
<td align="left"><p>Optional **string**. Specifies the absolute URL used for hyperlinks in the list.</p></td>
79-
</tr>
80-
<tr class="odd">
81-
<td align="left"><p>**Id**</p></td>
82-
<td align="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-
<tr class="even">
85-
<td align="left"><p>**OnQuickLaunch**</p></td>
86-
<td align="left"><p>Optional **Boolean**. **TRUE** to display lists created from the list definition on the Quick Launch bar.</p></td>
87-
</tr>
88-
<tr class="odd">
89-
<td align="left"><p>**QuickLaunchUrl**</p></td>
90-
<td align="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-
<tr class="even">
93-
<td align="left"><p>**RootWebOnly**</p></td>
94-
<td align="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-
<tr class="odd">
97-
<td align="left"><p>**TemplateType**</p></td>
98-
<td align="left"><p>Required **Integer**. Returns the integer identifier of the list template to use.</p></td>
99-
</tr>
100-
<tr class="even">
101-
<td align="left"><p>**Title**</p></td>
102-
<td align="left"><p>Required **Text**. Title of the list in the schema. This must also be unique.</p></td>
103-
</tr>
104-
<tr class="odd">
105-
<td align="left"><p>**Url**</p></td>
106-
<td align="left"><p>Required **Text**. Returns the site-relative URL at which to place the list.</p></td>
107-
</tr>
108-
<tr class="even">
109-
<td align="left"><p>**VersioningEnabled**</p></td>
110-
<td align="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.|
11460

11561
### Child elements
11662

117-
<table>
118-
<colgroup>
119-
<col width="100%" />
120-
</colgroup>
121-
<tbody>
122-
<tr class="odd">
123-
<td align="left"><p><a href="data-element-list-instance.md">Data</a>, <a href="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)
12764

12865
### Parent elements
12966

130-
<table>
131-
<colgroup>
132-
<col width="100%" />
133-
</colgroup>
134-
<tbody>
135-
<tr class="odd">
136-
<td align="left"><p><a href="elements-element-list-instance.md">Elements</a></p></td>
137-
</tr>
138-
</tbody>
139-
</table>
67+
[Elements](elements-element-list-instance.md)
14068

14169
### Occurrences
14270

143-
<table>
144-
<colgroup>
145-
<col width="100%" />
146-
</colgroup>
147-
<tbody>
148-
<tr class="odd">
149-
<td align="left"><p>Minimum: 0</p>
150-
<p>Maximum: Unbounded</p></td>
151-
</tr>
152-
</tbody>
153-
</table>
71+
|Minimum|0|
72+
|Maximum|Unbounded|
15473

15574
### Remarks
15675

@@ -159,13 +78,3 @@ The **ListInstance** Feature element maps to the [List](list-element-list.md) el
15978
## Example
16079

16180
For an example of how this element is used, see [List Instances](list-instances.md).
162-
163-
<br/>
164-
165-
166-
167-
168-
169-
170-
171-

0 commit comments

Comments
 (0)