GUID simpleType (SharePoint-Add-In-Manifest)

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

Eine Guid in Form von XXXXXXXX-XXXX-XXXX-XXXXXXXXXXXX. Es kann von {}s umgeben sein.

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/manifest
Schemadatei appmanifest.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>