SystemObjects Element (DeploymentSystemData)

Applies to: SharePoint Foundation 2010

Represents a collection of SharePoint Foundation system object (SPSystemObject) instances.

DECLARATION
<xs:element 
    name="SystemObjects" 
    type="SPSystemObjects" 
    minOccurs="1" maxOccurs="1" 
/>

USAGE
<SystemData>
    <SystemObjects>
        <SystemObject />
    </SystemObjects>
</SystemData>

Type

SPSystemObject

Attributes

Attribute

Type

Description

None

Child Elements

SystemObject Element (DeploymentSystemData)

Parent Elements

SystemData Element (DeploymentSystemData)

See Also

Concepts

DeploymentSystemData Schema