PropertyBagDefinition, 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
Ressource | Datei |
---|---|
Namespace | http://schemas.microsoft.com/sharepoint/ |
Schemadatei | apphostwebfeatures.xsd |
Erweiterungsbasis | Keine |
Definition
<xs:complexType name="PropertyBagDefinition">
<xs:sequence>
<xs:element name="Property" type="PropertyValueAttributeDefinition" minOccurs="0" maxOccurs="unbounded"></xs:element>
</xs:sequence>
<xs:attribute name="ItemIndex" type="xs:string" use="optional" />
<xs:attribute name="Url" type="xs:string" use="optional" />
<xs:attribute name="ParentType" type="PropertyBagParentTypeDefinition" use="required" />
<xs:attribute name="RootWebOnly" type="TRUEFALSE" use="optional" />
<xs:attribute name="HyperlinkBaseUrl" type="AbsoluteUrl" use="optional" />
</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
Element |
Typ |
Beschreibung |
---|---|---|
Attribute
Attribut |
Typ |
Erforderlich |
Beschreibung |
Mögliche Werte |
---|---|---|---|---|
HyperlinkBaseUrl |
AbsoluteUrl |
Optional |
Werte des AbsoluteUrl-Typs. |
|
Itemindex |
xs:string |
Optional |
Werte des xs:string-Typs. |
|
ParentType |
Erforderlich |
Werte des PropertyBagParentTypeDefinition-Typs. |
||
RootWebOnly |
TRUEFALSE |
Optional |
Werte des TRUEFALSE-Typs. |
|
Url |
xs:string |
Optional |
Werte des xs:string-Typs. |