Field element (DeploymentManifest - FieldDataCollection)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Represents field values for the specified type instance.

Definition

DECLARATION
<xs:element name="Field"
        type="DictionaryEntry"
        minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<Fields>
        <Field
      Name="xs:string"
      Value="xs:string"
      Value2="xs:string"
      Id="Guid"
      Type="SPDictionaryEntryValueType"
      Access="SPDictionaryEntryAccess"
        />
</Fields>

Type

DictionaryEntry

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute Type Description
Name
xs:string
Required. Literal name of the specified field.
Value
xs:string
Optional. Representation of the field value.
Value2
xs:string
Optional.
Id
Guid Simple Type (DeploymentManifest)
Optional. Unique identifier of the field.
Type
SPDictionaryEntryValueType Simple Type (DeploymentManifest)
Optional. Data type of the field value. Must be a value type defined in the SPDictionaryEntryValueType simple type.
Access
SPDictionaryEntryAccess Simple Type (DeploymentManifest)
Optional. Specifies the allowable access modes for the field value. Must be a value defined in the SPDictionaryEntryAccess simple type: ReadOnly or ReadWrite.

Child elements

None

Parent elements

Fields Element (DeploymentManifest - SPList)

See also