Form Element (DeploymentManifest)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Represents an instance of a Windows SharePoint Services 3.0 form (SPForm) object.

Definition

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

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

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