SIMPLEType GUID (AppPartConfigDefinition)

S’applique à : SharePoint de | SharePoint Foundation 2013 | SharePoint Server 2013

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

Type de base xs:string
Namespace http://schemas.microsoft.com/sharepoint/2012/app/partconfiguration
Fichier de schéma apppartconfig.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>