SchemaVersion Element (DeploymentSystemData)
Applies to: SharePoint Foundation 2010
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 |