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