  {
  { common deck cmdlun
  {

  TYPE
    cmt$logical_unit_attributes = array [1 .. * ] of
      cmt$logical_unit_attribute,
    cmt$logical_unit_attribute = record
      case keyword: cmt$lun_attribute_keywords of
      = cmc$device_type =
        device_type: cmt$product_identification,
      = cmc$recorded_vsn =
        recorded_vsn: rmt$recorded_vsn,
      = cmc$sen =
        sen: rmt$sen,
      casend,
    recend,
    cmt$lun_attribute_keywords = (cmc$device_type, cmc$recorded_vsn, cmc$sen);

*copyc RMD$TYPE_DECLARATIONS
*copyc RMD$VOLUME_DECLARATIONS
*copyc CMT$PRODUCT_IDENTIFICATION
