編輯

共用方式為


FeatureActivationDependencyDefinition complexType

(AppHostWebFeatures)

Note

The string app appears as part of or all of some element, attribute, and file names because SharePoint Add-ins were originally called "apps for SharePoint." To ensure backward compatibility, the schemas have not been changed.

Type information

Information Location
Namespace http://schemas.microsoft.com/sharepoint/
Schema file apphostwebfeatures.xsd
Extension base None

Definition

    <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>

Elements and attributes

If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.

Child elements

None.

Attributes

Attribute

Type

Required

Description

Possible values

FeatureDescription

xs:string

optional

Values of the xs:string type.

FeatureId

UniqueIdentifier

required

Values of the UniqueIdentifier type.

FeatureTitle

xs:string

optional

Values of the xs:string type.

MinimumVersion

FeatureVersion

optional

Values of the FeatureVersion type.

SolutionId

UniqueIdentifier

optional

Values of the UniqueIdentifier type.

SolutionName

xs:string

optional

Values of the xs:string type.

SolutionTitle

xs:string

optional

Values of the xs:string type.

SolutionUrl

xs:string

optional

Values of the xs:string type.