{
{  dmt$volume_attributes
{

   TYPE

     dmt$volume_attributes = array [1 .. *] of
       dmt$volume_attribute,

     dmt$volume_attribute = record
       case keyword: dmt$volume_attribute_keywords of
       = dmc$vol_default_allocation_size =
         default_allocation_size: dmt$allocation_size,
       = dmc$vol_default_transfer_size =
         default_transfer_size: dmt$transfer_size,
       casend,
     recend,

     dmt$volume_attribute_keywords = (dmc$vol_default_allocation_size, dmc$vol_default_transfer_size);

*copyc dmt$allocation_size
*copyc dmt$transfer_size
