SchemaVersion Element (DeploymentSystemData)
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents an object (SPSchemaVersion) that lists versioning data for the content migration manifest schema.
Definition
DECLARATION
<xs:element
name="SchemaVersion"
type="SPSchemaVersion"
minOccurs="1" maxOccurs="1"
/>
USAGE
<SystemData>
<SchemaVersion
Version="xs:string"
Build="xs:string"
DatabaseVersion="xs:string"
SiteVersion="xs:string"
/>
</SystemData>
Type
SPSchemaVersion
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute | Type | Description |
---|---|---|
Version |
xs:string |
Version of the manifest schema that is presently in use. |
Build |
xs:string |
Build number. |
DatabaseVersion |
xs:string |
Version of the database exporting content. |
SiteVersion |
xs:string |
Verison of the parent website. |
Child elements
None
Parent elements
SystemData Element (DeploymentSystemData)