A UUID as used in AWEIS is a unique hexadecimal number that must be formatted as five groups of fixed numbers of digits. For example
The all-zeros variant is called GUID.Empty in AWEIS documentation, based on common Microsoft and C# terminology. This is also called a nil UUID.
The following was retrieved from Wikipedia December 11, 2019.
A universally unique identifier (UUID) is a 128-bit number used to identify information in computer systems. The term globally unique identifier (GUID) is also used, typically in software created by Microsoft. When generated according to the standard methods, UUIDs are for practical purposes unique.