Form Element (DeploymentManifest)

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 instance of a Windows SharePoint Services 3.0 form (SPForm) object.

DECLARATION
<xs:element name="Form" 
        type="SPForm" 
        minOccurs="0" maxOccurs="unbounded" 
/>

USAGE
<Forms>
        <Form
                Name="Guid"
                Type="xs:string"
                Url="xs:string"
        />
</Forms>

Type

SPForm

Attributes

Attribute

Type

Description

Name

Guid Simple Type (DeploymentManifest)

Optional. Unique identifier of the form.

Type

xs:string

Optional. Specifies the page type of the form as specified in the PAGETYPE enumeration.

Url

xs:string

Optional. URL to the form.

Child Elements

None

Parent Elements

Forms Element (DeploymentManifest)

See Also

Reference

SPForm

PAGETYPE

Concepts

DeploymentManifest Schema