GUID simpleType (AppPartConfigDefinition)

适用范围:SharePoint 外接程序|SharePoint Foundation 2013 |SharePoint Server 2013

注意

该字符串 app 显示为某些元素、属性和文件名的一部分或全部,因为 SharePoint 外接程序最初称为“SharePoint 应用程序”。为确保向后兼容性,架构尚未更改。

类型信息

信息 位置
基类型 xs:string
命名空间 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>