DeploymentLookupListMap schema

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

The DeploymentLookupListMap schema provides validation for the LookupListMap.xml file that is exported to the content migration package. The LookupListMap.xml file maintains a simple lookup list that records SharePoint Foundation list item references (that is, list item to list item references). This list provides a performance enhancement by relieving the need for SharePoint Foundation to repeatedly loop recursively over list item structures.

DeploymentLookupListMap schema elements and types

The following table lists elements in the DeploymentLookupListMap.xsd schema file.


Element Description
LookupItem element (DeploymentLookupListMap) Represents specific list item-to-list item lookup reference objects (SPLookupItem) exported to the content migration package.
LookupItems element (DeploymentLookupListMap) Represents a container object for lookup item (SPLookupItem) instances. It provides a list of specific list item-to-list item lookup references.
LookupList element (DeploymentLookupListMap) Represents a lookup list object instance (SPLookupList) for export to a content migration package.
LookupLists element (DeploymentLookupListMap) Represents a container object for deployment lookup list objects (SPLookupLists) exported to the content migration package.
Guid Simple Type (DeploymentLookupListMap) Unique identifier for the lookup list map.

See also