ComplexType FeatureActivationDependencyDefinition

(AppHostWebFeatures)

Notes

La chaîne s’affiche sous la forme d’un élément, d’un attribut et d’un nom de fichier, ou de tous, car les SharePoint de fichiers étaient à l’origine appelés « applications pour app SharePoint ». Pour garantir la compatibilité descendante, les schémas n’ont pas été modifiés.

Informations sur le type

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 séquence, minOccurs, maxOccurs et choix, voir la section de 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.

SolutionId

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.