次の方法で共有


FieldTemplate 要素 (DeploymentManifest)

最終更新日: 2015年3月9日

適用対象: SharePoint Foundation 2010

この記事の内容

属性
子要素
親要素

Windows SharePoint Services 3.0 フィールド オブジェクト (SPField) のテンプレートを表します。

DECLARATION
<xs:element name="FieldTemplate" type="DeploymentFieldTemplate" />

USAGE
<SPObject>
        <FieldTemplate>
                Id="Guid"
                Name="xs:string"
                ParentWebId="Guid"
                Scope="xs:string"
                Description="xs:string"
                Group="xs:string"
            <Field />
        </FieldTemplate>
</SPObject>

DeploymentFieldTemplate

属性

属性

説明

Id

Guid 単純型 (DeploymentManifest)

オプション。フィールド テンプレートの一意の識別子。

Name

xs:string

オプション。フィールド テンプレートの名前。

ParentWebId

Guid 単純型 (DeploymentManifest)

親 Web サイトの一意の識別子。

エクスポートの場合は省略可能、インポートの場合は必須です。

Scope

xs:string

フィールド テンプレートの適用範囲。

エクスポートの場合は省略可能、インポートの場合は必須です。

Description

xs:string

オプション。フィールド テンプレートの説明。

Group

xs:string

オプション。

子要素

Field 要素 (DeploymentManifest - DeploymentFieldTemplate)

親要素

SPObject 要素 (DeploymentManifest)

関連項目

概念

DeploymentManifest スキーマ