Guid Simple Type (DeploymentManifest)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Supports the use of globally unique identifiers (GUIDs) as attribute field values in elements and types of the DeploymentManifest Schema. The attribute provides a GUID of the specified item.

Definition

      <xs:simpleType name="Guid">
            <xs:restriction base="xs:string">
            </xs:restriction>
      </xs:simpleType>

See also