DeploymentSystemData 架构

适用于:SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013

DeploymentSystemData 架构为导出到内容迁移包中的 SystemData.xml 文件提供验证。 此 SystemData 文件收集各种低级别的系统数据。 它记录 Manifest.xml 文件的数目和名称(在此情况下,迁移将使用多个指令清单),并支持架构版本控制。 此外,它还包含 SharePoint Foundation 所需的系统文件列表。

DeploymentSystemData 架构元素和类型

下表列出架构文件 DeploymentSystemData.xsd 中的元素。


元素 说明
ManifestFile 元素 (DeploymentSystemData) 表示导出到内容迁移包并在部署清单上列出的系统数据文件。
ManifestFiles 元素 (DeploymentSystemData) 表示一个导出到内容迁移包的系统数据文件的集合。
SchemaVersion 元素 (DeploymentSystemData) 表示一个对象 (SPSchemaVersion),该对象列出用于内容迁移指令清单架构的版本控制数据。
SystemObject 元素 (DeploymentSystemData) 表示导出到内容迁移包 (SPSystemObject) SharePoint Foundation 系统对象实例。
SystemObjects 元素 (DeploymentSystemData) 表示 sharePoint Foundation 系统对象的集合, (SPSystemObject) 实例。
SystemData 元素 (DeploymentSystemData) 表示一个系统数据包装对象 (SPSystemData),此对象包含部署系统数据对象集合。 此元素是架构根元素。
SPDeploymentObjectType 简单类型 (DeploymentSystemData) 枚举简单类型,它为 SystemObject 元素上的 Type 属性提供值, (DeploymentSystemData) 此值指定系统对象类型。
Guid 简单类型 (DeploymentSystemData) 支持使用唯一标识符 (GUID) 作为 SystemObject 元素 (DeploymentSystemData) DeploymentLRootObjectMap 架构中的 Guid 属性字段值。

另请参阅