GUID simpleType (AppPartConfigDefinition)

適用対象: SharePoint アドイン |SharePoint Foundation 2013 |SharePoint Server 2013

注:

SharePoint アドインはもともと "SharePoint 用アプリ" と呼ばれたため、文字列 app は要素、属性、およびファイル名の一部またはすべてとして表示されます。下位互換性を確保するために、スキーマは変更されていません。

型情報

情報 場所
基本型 xs:string
Namespace http://schemas.microsoft.com/sharepoint/2012/app/partconfiguration
スキーマ ファイル apppartconfig.xsd

定義

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