GUID simpleType (manifeste de complément SharePoint)
S’applique à : Compléments SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
Guid sous la forme XXXXXXXX-XXXX-XXXX-XXXXXXXXXXXXXX. Il peut être entouré de {}
s.
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
Informations | Emplacement |
---|---|
Type de base | xs:string |
Namespace | http://schemas.microsoft.com/sharepoint/2012/app/manifest |
Fichier de schéma | appmanifest.xsd |
Définition
<xs:simpleType name="GUID">
<xs:restriction base="xs:string">
<xs:pattern value="(\{[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}\})|([a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12})"/>
</xs:restriction>
</xs:simpleType>