Freigeben über


GUID simpleType (AppPartConfigDefinition)

Gilt für: SharePoint-Add-Ins | SharePoint Foundation 2013 | SharePoint Server 2013

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

Informationen Standort
Basistyp xs:string
Namespace http://schemas.microsoft.com/sharepoint/2012/app/partconfiguration
Schemadatei apppartconfig.xsd

Definition

    <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>