Skip to content

Commit 7b9b6b0

Browse files
authored
fixed table content
Fixed table content for "Predefined fields".
1 parent 81a04c8 commit 7b9b6b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/schema/field-element-list.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Defines the internal data types used in the list infrastructure of a SharePoint
127127
128128
## Elements and attributes
129129
130-
The following sections describe attributes, child elements, and parent elements.
130+
The following sections describe attributes, child elements, and parent elements:
131131
132132
### Attributes
133133
@@ -289,15 +289,15 @@ The syntax for referencing a field is as follows:
289289
<Field Name="FieldName"/>
290290
```
291291
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).
293293
294294
To display the user-defined display name of a field, you can use `<Property Select="DisplayName"/>`.
295295
296296
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/>`.
297297
298298
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.
299299
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:
301301
302302
<br/>
303303
@@ -317,7 +317,7 @@ In addition to the preceding types, the following predefined fields are used wit
317317
318318
## Example
319319
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:
321321
322322
```XML
323323
<Field Type="Choice" BaseType="Text" Name="Area">

0 commit comments

Comments
 (0)