Application Definition File
guid Element
Application Definition File > application Element : guid Element
Description

The application identifier (application GUID), which is the globally unique identifier for the application.

Namespace (none)
Type
xs:string
Diagram
guid Element
Overview
guid xs:string

The application identifier (application GUID), which is the globally unique identifier for the application.

Remarks

Any two applications must not have same GUID. Generate the GUID with a GUID generator (like guidgen.exe from Microsoft), or use public internet service like http://www.guidgen.com/ or http://createguid.com/ .

Source
<xs:element name="guid" type="xs:string" minOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
See Also
application ElementApplication Definition File