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
Copy file name to clipboardExpand all lines: docs/schema/field-element-list.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ Defines the internal data types used in the list infrastructure of a SharePoint
127
127
128
128
## Elements and attributes
129
129
130
-
The following sections describe attributes, child elements, and parent elements.
130
+
The following sections describe attributes, child elements, and parent elements:
131
131
132
132
### Attributes
133
133
@@ -289,15 +289,15 @@ The syntax for referencing a field is as follows:
289
289
<Field Name="FieldName"/>
290
290
```
291
291
292
-
By default, the field is rendered with the default attributes for that field definition as specified in the previous table. Any of the field attributes can be overridden in the CAML markup of the **FieldRef** attribute, which overrides the definition given for the field itself. (The **Type** attribute for a field cannot be changed.)
292
+
By default, the field is rendered with the default attributes for that field definition as specified in the previous table. Any of the field attributes can be overridden in the CAML markup of the **FieldRef** attribute, which overrides the definition given for the field itself (The **Type** attribute for a field cannot be changed).
293
293
294
294
To display the user-defined display name of a field, you can use `<Property Select="DisplayName"/>`.
295
295
296
296
Within a **Fields** element enumeration, the **Name** attribute can be omitted. For some field references, the raw data stored for the field can be accessed by using `<Column/>`.
297
297
298
298
Some properties of fields from forms and from certain aspects of the authoring UI can be rendered through the **Property** element, for example, `<Property Select="Description"/>` or `<Property Select="Type"/>`. These elements simply retrieve the value of any field attribute or child element (**Property**) by name.
299
299
300
-
In addition to the preceding types, the following predefined fields are used with the **Field** element.
300
+
In addition to the preceding types, the following predefined fields are used with the **Field** element:
301
301
302
302
<br/>
303
303
@@ -317,7 +317,7 @@ In addition to the preceding types, the following predefined fields are used wit
317
317
318
318
## Example
319
319
320
-
The following example uses the **Field** element to specify options for a list named Area list.
320
+
The following example uses the **Field** element to specify options for a list named Area list:
0 commit comments