Field Element (DeploymentManifest - FieldDataCollection)

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Represents field values for the specified type instance.

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

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

Reference

DictionaryEntry

Concepts

DeploymentManifest Schema