
  TYPE
    fmt$cycle_formerly_opened_info = record
      case cycle_previously_opened: boolean of
      = FALSE =
        ,
      = TRUE =
        ring_attributes: amt$ring_attributes,
        ring_attributes_source: amt$attribute_source,
      casend,
    recend;

*copyc amt$ring_attributes
*copyc amt$attribute_source
