Field Element (DeploymentManifest - FieldDataCollection)

Applies to: SharePoint Foundation 2010

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