FeatureTemplateReference 複合型

(AppHostWebFeatures)

注:

SharePoint アドインはもともと "SharePoint 用アプリ" と呼ばれたため、文字列 app は要素、属性、およびファイル名の一部またはすべてとして表示されます。下位互換性を確保するために、スキーマは変更されていません。

型情報

リソース File
Namespace http://schemas.microsoft.com/sharepoint/
スキーマ ファイル apphostwebfeatures.xsd
拡張ベース なし

定義

    <xs:complexType name="FeatureTemplateReference">
        <xs:sequence>
            <xs:element name="Properties" type="FeaturePropertyDefinitions" minOccurs="0" maxOccurs="1"></xs:element>
        </xs:sequence>
        <xs:attribute name="ID" type="UniqueIdentifier" use="required" />
        <xs:attribute name="Name" type="xs:string" use="optional" />
        <xs:attribute name="SourceVersion" type="FeatureVersion" use="optional" />
    </xs:complexType>

要素と属性

スキーマで sequenceminOccursmaxOccurschoice などの具体的な要件が定義されている場合は、定義のセクションを参照してください。

子要素

要素

説明

Properties

FeaturePropertyDefinitions


属性

属性

種類

必須

説明

使用可能な値

ID

Uniqueidentifier

必須出席者

UniqueIdentifier 型の値。

**名前**

xs:string

省略可能

xs:string 型の値。

SourceVersion

FeatureVersion

省略可能

FeatureVersion 型の値。