Share via


LookupItems Element (DeploymentLookupListMap)

Applies to: SharePoint Foundation 2010

Represents a collection of lookup item (SPLookupItem) instances. Provides a list of lookup references from list item to list item.

DECLARATION
<xs:element 
        name="LookupItems" type="SPLookupItems"
        minOccurs="0" maxOccurs="unbounded" 
/>

USAGE
<LookupList>
        <LookupItems>
                <LookupItem />
        </LookupItems>
</LookupList>

Type

SPLookupItems

Attributes

Attribute

Type

Description

None

Child Elements

LookupItem Element (DeploymentLookupListMap)

Parent Elements

LookupList Element (DeploymentLookupListMap)

Remarks

For more information, see LookupItem Element (DeploymentLookupListMap)

See Also

Concepts

DeploymentLookupListMap Schema