Elements (Web テンプレート)

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

適用対象: SharePoint Foundation 2010

Web テンプレートの WSP ファイルの elements.xml ファイルに WebTemplate 要素の親を提供します。

Elements (Web テンプレート)
  WebTemplate 要素 (Web テンプレート)

<Elements xmlns="https://schemas.microsoft.com/sharepoint/">
  <WebTemplate ...>
</Elements>

Complex

属性と要素

以下のセクションで、属性、子要素、親要素について説明します。

属性

なし

子要素

要素

説明

WebTemplate 要素 (Web テンプレート)

Web テンプレートの構成データを提供します。

親要素

なし

コメント

elements.xml ファイル自身は、feature.xml ファイルの ElementManifests セクションで参照されます。このファイルは WSP ファイルの一部でもあります。サイト コレクションで機能をアクティブ化すると、Web テンプレートを使用してコレクション内で新しい Web サイトを作成できるようになります。ElementManifests セクションでは、WebTemplate 子要素に指定されていない Web テンプレートの追加の詳細を含む Onet.xml ファイルも識別されます。

次に、Elements 要素の例を示します。

<Elements xmlns="https://schemas.microsoft.com/sharepoint/">
  <WebTemplate 
    AdjustHijriDays="0" 
    AlternateCssUrl="" 
    AlternateHeader="" 
    BaseTemplateID="9" 
    BaseTemplateName="BLOG" 
    BaseConfigurationID="0" 
    CalendarType="1" 
    Collation="25" 
    ContainsDefaultLists="TRUE" 
    CustomizedCssFiles="" 
    CustomJSUrl="" 
    Description="A 4th Generation Blog Site." 
    ExcludeFromOfflineClient="FALSE" 
    Locale="1033" 
    Name="BlogIV" 
    ParserEnabled="TRUE" 
    PortalName="" 
    PortalUrl="" 
    PresenceEnabled="TRUE" 
    ProductVersion="4" 
    QuickLaunchEnabled="TRUE" 
    Subweb="TRUE" 
    SyndicationEnabled="TRUE" 
    Time24="FALSE" 
    TimeZone="13" 
    Title="BlogIV" 
    TreeViewEnabled="FALSE" 
    UIVersionConfigurationEnabled="FALSE" />
</Elements>

関連項目

概念

サイトの種類: WebTemplates とサイト定義