{
{                common deck dmdreqv
{

  TYPE
    dmt$request_volume_attribute = record
      case keyword: dmt$file_attribute_keywords of
      = dmc$class =
        class: dmt$class_member,
      = dmc$class_ordinal =
        class_ordinal: dmt$class_ordinal,
      = dmc$recorded_vsn =
        recorded_vsn: rmt$recorded_vsn,
      = dmc$file_kind =
        file_kind: gft$file_kind,
      = dmc$master_volume_required =
        master_requested: boolean,
      = dmc$requested_allocation_size =
        requested_allocation_size: dmt$allocation_size,
    =dmc$setname=
       setname:stt$set_name,
      casend,
    recend,
    dmt$requested_volume = record
      recorded_vsn: rmt$recorded_vsn,
      setname: stt$set_name,
    recend;

*copyc DMT$ALLOCATION_SIZE
*copyc DMT$CLASS
*copyc DMT$FILE_ATTRIBUTES
*copyc gft$file_kind
*copyc RMD$VOLUME_DECLARATIONS
*copyc stt$set_name
