SchemaVersion Element (DeploymentSystemData)
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Represents an object (SPSchemaVersion) that lists versioning data for the content migration manifest schema.
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
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 Web site. |
Child Elements
None |