ComplexType PropertiyBagDefinition
(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
Ressource | File |
---|---|
Namespace | http://schemas.microsoft.com/sharepoint/ |
Fichier de schéma | apphostwebfeatures.xsd |
Base d’extension | Aucun |
Définition
<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>
É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
Élément |
Type |
Description |
---|---|---|
Attributs
Attribut |
Type |
Requis |
Description |
Valeurs possibles |
---|---|---|---|---|
HyperlinkBaseUrl |
AbsoluteUrl |
facultatif |
Valeurs du type AbsoluteUrl. |
|
ItemIndex |
xs:string |
facultatif |
Valeurs du type xs:string. |
|
ParentType |
obligatoire |
Valeurs du type PropertyBagParentTypeDefinition. |
||
RootWebOnly |
TRUEFALSE |
facultatif |
Valeurs du type TRUEFALSE. |
|
Url |
xs:string |
facultatif |
Valeurs du type xs:string. |