Partager via


ComplexType FeatureActivationDependencyDefinition

(AppHostWebFeatures)

Remarque

La chaîne app s’affiche en tant que partie ou en tant que partie de certains noms d’éléments, d’attributs et de fichiers, car les compléments SharePoint étaient initialement appelés « applications pour SharePoint ». Pour garantir la compatibilité descendante, les schémas n’ont pas été modifiés.

Informations sur le type

Informations Emplacement
Namespace http://schemas.microsoft.com/sharepoint/
Fichier de schéma apphostwebfeatures.xsd
Base d’extension Aucun

Définition

    <xs:complexType name="FeatureActivationDependencyDefinition">
        <xs:attribute name="FeatureId" type="UniqueIdentifier" use="required" />
        <xs:attribute name="MinimumVersion" type="FeatureVersion" use="optional" />
        <xs:attribute name="SolutionId" type="UniqueIdentifier" use="optional" />
        <xs:attribute name="SolutionTitle" type="xs:string" use="optional" />
        <xs:attribute name="SolutionName" type="xs:string" use="optional" />
        <xs:attribute name="SolutionUrl" type="xs:string" use="optional" />
        <xs:attribute name="FeatureTitle" type="xs:string" use="optional" />
        <xs:attribute name="FeatureDescription" type="xs:string" use="optional" />
    </xs:complexType>

Éléments et attributs

Si le schéma définit des exigences spécifiques, telles que sequence, minOccurs, maxOccurs et choice, consultez la section définition.

Éléments enfants

Aucun.

Attributs

Attribut

Type

Requis

Description

Valeurs possibles

FeatureDescription

xs:string

facultatif

Valeurs du type xs:string.

FeatureId

Uniqueidentifier

obligatoire

Valeurs du type UniqueIdentifier.

FeatureTitle

xs:string

facultatif

Valeurs du type xs:string.

MinimumVersion

FeatureVersion

facultatif

Valeurs du type FeatureVersion.

Id de solution

Uniqueidentifier

facultatif

Valeurs du type UniqueIdentifier.

SolutionName

xs:string

facultatif

Valeurs du type xs:string.

SolutionTitle

xs:string

facultatif

Valeurs du type xs:string.

SolutionUrl

xs:string

facultatif

Valeurs du type xs:string.