
 TYPE
{
{   The ANSI UVL1 thru UVL9 labels contain the following fields:
{
{   CP         Field Name             Content
{ 1 .. 3    Label Identifier          'UVL'
{   4       Label Number              '1' .. '9'
{ 5 .. 80   Reserved to Installations alpha-numeric
{
    fst$ansi_uvln_label = record
      label_identifier: string (3),
      label_number: string (1),
      reserved_to_installations: string(76),
    recend;
