Skip to content

Commit 42c01b3

Browse files
Merge pull request SharePoint#8066 from jmart1428/jmvalidation6-8-b
[Bulk] Validation: validation fixes JM 6/8b
2 parents 3c24c7b + 0e52212 commit 42c01b3

19 files changed

+97
-276
lines changed

docs/schema/filter-element-event.md

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Filter Element (Event)
3+
description: Describes the definition, element, and attribute information for the Filter Element (Event), which specifies the filter for the event receiver.
34
manager: soliver
4-
ms.date: 3/9/2015
5+
ms.date: 06/13/2022
56
ms.audience: Developer
67
ms.topic: reference
78
ms.prod: sharepoint
@@ -29,36 +30,20 @@ The following sections describe attributes, child elements, and parent elements.
2930

3031
None
3132

32-
### Child elements
33+
### Child Elements
3334

3435
None
3536

36-
### Parent elements
37-
38-
<table>
39-
<colgroup>
40-
<col width="100%" />
41-
</colgroup>
42-
<tbody>
43-
<tr class="odd">
44-
<td align="left"><p><span sdata="link"><a href="receiver-element-event.md">Receiver Element (Event)</a></span></p></td>
45-
</tr>
46-
</tbody>
47-
</table>
37+
### Parent Elements
38+
| Element |
39+
|---------|
40+
| [Receiver Element (Event)](receiver-element-event.md) |
4841

4942
### Occurrences
5043

51-
<table>
52-
<colgroup>
53-
<col width="100%" />
54-
</colgroup>
55-
<tbody>
56-
<tr class="odd">
57-
<td align="left"><p>Minimum: 0</p>
58-
<p>Maximum: 1</p></td>
59-
</tr>
60-
</tbody>
61-
</table>
44+
Minimum: 0
45+
46+
Maximum: 1
6247

6348
## Example
6449

docs/schema/filter-element-list.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: "Filter element (List)"
3+
description: Describes the definition, element, and attribute information for the Filter element (List).
34
manager: soliver
4-
ms.date: 3/9/2015
5+
ms.date: 06/13/2022
56
ms.audience: Developer
67
ms.topic: reference
78
ms.prod: sharepoint
@@ -11,15 +12,14 @@ api_name:
1112
api_type:
1213
- schema
1314
ms.assetid: ead0986f-df31-4c3b-95f8-d1c8c1d836d5
14-
description: "Last modified: March 09, 2015"
1515
---
1616

1717
# Filter element (List)
1818

1919
**Applies to:** SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
20-
21-
```vb
22-
<Filter Name = "Text" Type = "Text" Value = "Text" ></Filter>
20+
21+
```xml
22+
<Filter Name="Text" Type="Text" Value="Text" ></Filter>
2323
```
2424

2525
## Elements and attributes

docs/schema/filtervalue-element-in-filtervalues-subscription-schema.md

Lines changed: 11 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: FilterValue Element in FilterValues
3+
description: Describes the FilterValue Element in FilterValues, which specifies a filter value for a query or association. The element can contain a mix of character data and child elements.
34
manager: soliver
4-
ms.date: 3/9/2015
5+
ms.date: 06/13/2022
56
ms.audience: Developer
67
ms.topic: reference
78
ms.prod: sharepoint
@@ -31,67 +32,22 @@ The following sections describe attributes, child elements, and parent elements.
3132

3233
### Attributes
3334

34-
<table>
35-
<colgroup>
36-
<col width="50%" />
37-
<col width="50%" />
38-
</colgroup>
39-
<thead>
40-
<tr class="header">
41-
<th align="left"><p>Attribute</p></th>
42-
<th align="left"><p>Description</p></th>
43-
</tr>
44-
</thead>
45-
<tbody>
46-
<tr class="odd">
47-
<td align="left"><p>**FilterDescriptorName**</p></td>
48-
<td align="left"><p>Required.</p>
49-
<p>The name of the filter descriptor in the model.</p>
50-
<p>Attribute type: **String**</p></td>
51-
</tr>
52-
<tr class="even">
53-
<td align="left"><p>**Type**</p></td>
54-
<td align="left"><p>Required.</p>
55-
<p>The data type of the filter value.</p>
56-
<p>Attribute type: **String**</p></td>
57-
</tr>
58-
<tr class="odd">
59-
<td align="left"><p>**FilterIndex**</p></td>
60-
<td align="left"><p>Required.</p>
61-
<p>Must always be set to zero.</p>
62-
<p>Attribute type: **Integer**</p></td>
63-
</tr>
64-
</tbody>
65-
</table>
35+
| Attribute | Description |
36+
|-----------|-------------|
37+
| **FilterDescriptorName** | Required.</br></br>The name of the filter descriptor in the model.</br></br>Attribute type: **String** |
38+
| **Type** | Required.</br></br>The data type of the filter value.</br></br>Attribute type: **String** |
39+
| **FilterIndex** | Required.</br></br>Must always be set to zero.</br></br>Attribute type: **Integer** |
6640

6741
### Child elements
6842

6943
None.
7044

7145
### Parent elements
7246

73-
<table>
74-
<colgroup>
75-
<col width="50%" />
76-
<col width="50%" />
77-
</colgroup>
78-
<thead>
79-
<tr class="header">
80-
<th align="left"><p>Element</p></th>
81-
<th align="left"><p>Description</p></th>
82-
</tr>
83-
</thead>
84-
<tbody>
85-
<tr class="odd">
86-
<td align="left"><p><span sdata="link"><a href="filtervalues-element-in-query-subscription-schema.md">FilterValues Element in Query (Subscription Schema)</a></span></p></td>
87-
<td align="left"><p>The **FilterValues** element that contains this filter value.</p></td>
88-
</tr>
89-
<tr class="even">
90-
<td align="left"><p><span sdata="link"><a href="filtervalues-element-in-association-subscription-schema.md">FilterValues Element in Association (Subscription Schema)</a></span></p></td>
91-
<td align="left"><p>The **FilterValues** element that contains this filter value.</p></td>
92-
</tr>
93-
</tbody>
94-
</table>
47+
| Element | Description |
48+
|---------|-------------|
49+
| [FilterValues Element in Query (Subscription Schema)](filtervalues-element-in-query-subscription-schema.md) | The **FilterValues** element that contains this filter value. |
50+
| [FilterValues Element in Association (Subscription Schema)](filtervalues-element-in-association-subscription-schema.md) | The **FilterValues** element that contains this filter value. |
9551

9652

9753

docs/schema/filtervalues-element-in-association-subscription-schema.md

Lines changed: 7 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: FilterValues Element in Association
3+
description: Describes the FilterValues Element in Association, which specifies a list of filter values to use for an association method instance in this cache subscription.
34
manager: soliver
45
ms.date: 3/9/2015
56
ms.audience: Developer
@@ -35,45 +36,15 @@ None.
3536

3637
### Child elements
3738

38-
<table>
39-
<colgroup>
40-
<col width="50%" />
41-
<col width="50%" />
42-
</colgroup>
43-
<thead>
44-
<tr class="header">
45-
<th align="left"><p>Element</p></th>
46-
<th align="left"><p>Description</p></th>
47-
</tr>
48-
</thead>
49-
<tbody>
50-
<tr class="odd">
51-
<td align="left"><p><span sdata="link"><a href="filtervalue-element-in-filtervalues-subscription-schema.md">FilterValue Element in FilterValues (Subscription Schema)</a></span></p></td>
52-
<td align="left"><p>A filter value for this association method instance.</p></td>
53-
</tr>
54-
</tbody>
55-
</table>
39+
| Element | Description |
40+
|---------|-------------|
41+
| [FilterValue Element in FilterValues (Subscription Schema)](filtervalue-element-in-filtervalues-subscription-schema.md) | A filter value for this association method instance. |
5642

5743
### Parent elements
5844

59-
<table>
60-
<colgroup>
61-
<col width="50%" />
62-
<col width="50%" />
63-
</colgroup>
64-
<thead>
65-
<tr class="header">
66-
<th align="left"><p>Element</p></th>
67-
<th align="left"><p>Description</p></th>
68-
</tr>
69-
</thead>
70-
<tbody>
71-
<tr class="odd">
72-
<td align="left"><p><span sdata="link"><a href="association-element-in-associations-subscription-schema.md">Association Element in Associations (Subscription Schema)</a></span></p></td>
73-
<td align="left"><p>The association that contains this list of filter values.</p></td>
74-
</tr>
75-
</tbody>
76-
</table>
45+
| Element | Description |
46+
|---------|-------------|
47+
| [Association Element in Associations (Subscription Schema)](association-element-in-associations-subscription-schema.md) | The association that contains this list of filter values. |
7748

7849

7950

docs/schema/filtervalues-element-in-query-subscription-schema.md

Lines changed: 8 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: FilterValues Element in Query
3+
description: Describes the FilterValues Element in Query, which specifies the list of filter values for this query execution.
34
manager: soliver
4-
ms.date: 3/9/2015
5+
ms.date: 06/13/2022
56
ms.audience: Developer
67
ms.topic: reference
78
ms.prod: sharepoint
@@ -35,46 +36,15 @@ None.
3536

3637
### Child elements
3738

38-
<table>
39-
<colgroup>
40-
<col width="50%" />
41-
<col width="50%" />
42-
</colgroup>
43-
<thead>
44-
<tr class="header">
45-
<th align="left"><p>Element</p></th>
46-
<th align="left"><p>Description</p></th>
47-
</tr>
48-
</thead>
49-
<tbody>
50-
<tr class="odd">
51-
<td align="left"><p><span sdata="link"><a href="filtervalue-element-in-filtervalues-subscription-schema.md">FilterValue Element in FilterValues (Subscription Schema)</a></span></p></td>
52-
<td align="left"><p>A filter value for this query execution. If filter values are not provided, any filter values provided in the model for this method instance are used. If the model does not contain filter values, default values are used.</p></td>
53-
</tr>
54-
</tbody>
55-
</table>
39+
| Element | Description |
40+
|---------|-------------|
41+
| [FilterValue Element in FilterValues (Subscription Schema)](filtervalue-element-in-filtervalues-subscription-schema.md) | A filter value for this query execution. If filter values are not provided, any filter values provided in the model for this method instance are used. If the model does not contain filter values, default values are used. |
5642

5743
### Parent elements
5844

59-
<table>
60-
<colgroup>
61-
<col width="50%" />
62-
<col width="50%" />
63-
</colgroup>
64-
<thead>
65-
<tr class="header">
66-
<th align="left"><p>Element</p></th>
67-
<th align="left"><p>Description</p></th>
68-
</tr>
69-
</thead>
70-
<tbody>
71-
<tr class="odd">
72-
<td align="left"><p><span sdata="link"><a href="query-element-in-queries-subscription-schema.md">Query Element in Queries (Subscription Schema)</a></span></p></td>
73-
<td align="left"><p>The query that this list of filter values belongs to.</p></td>
74-
</tr>
75-
</tbody>
76-
</table>
77-
45+
| Element | Description |
46+
|---------|-------------|
47+
| [Query Element in Queries (Subscription Schema)](query-element-in-queries-subscription-schema.md) | The query that this list of filter values belongs to. |
7848

7949

8050

0 commit comments

Comments
 (0)