Freigeben über


PropertyValueAttributeDefinition, complexType

(AppHostWebFeatures)

Hinweis

Die Zeichenfolge app wird als Teil oder als teil aller Element-, Attribut- und Dateinamen angezeigt, da SharePoint-Add-Ins ursprünglich als "Apps für SharePoint" bezeichnet wurden. Um die Abwärtskompatibilität sicherzustellen, wurden die Schemas nicht geändert.

Informationen zum Typ

Informationen Standort
Namespace http://schemas.microsoft.com/sharepoint/
Schemadatei apphostwebfeatures.xsd
Erweiterungsbasis Keine

Definition

    <xs:complexType name="PropertyValueAttributeDefinition">
        <xs:complexContent>
            <xs:extension base="xs:string">
                <xs:attribute name="Name" type="xs:string" />
                <xs:attribute name="Value" type="xs:string" />
                <xs:attribute name="Type" type="PropertyBagType" use="optional" />
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>

Elemente und Attribute

Wenn das Schema bestimmte Anforderungen definiert, z. B. sequence, minOccurs, maxOccurs und choice, lesen Sie den Abschnitt definition.

Untergeordnete Elemente

Keine.

Attribute

Attribut

Typ

Erforderlich

Beschreibung

Mögliche Werte

**Namen**

xs:string

Optional

Werte des xs:string-Typs.

**Typ**

PropertyBagType

Optional

Werte des PropertyBagType-Typs.

Wert

xs:string

Optional

Werte des xs:string-Typs.