 TYPE
    cmt$element_info_item = record
      item_returned {output} : boolean,
      case selector {input} : cmt$element_info_items of {output}
      = cmc$application_information =
        application_information: ^string ( * ),
      = cmc$application_string_size =
        application_info_string_size: integer,
      = cmc$dau_size =
        dau_size: integer,
      = cmc$device_class =
        device_class: rmt$device_class,
      = cmc$element_capability =
        element_capability: cmt$element_capability,
      = cmc$element_status =
        element_status: cmt$element_status,
      = cmc$external_vsn =
        external_vsn: rmt$external_vsn,
      = cmc$mass_storage_available =
        available_capacity : integer,
      = cmc$mass_storage_capacity =
        total_capacity: integer,
      = cmc$maintenance_activity =
        maintenance_activity: cmt$maintenance_activity,
      = cmc$product_identification =
        product_identification: cmt$product_identification,
      = cmc$recorded_vsn =
        recorded_vsn: rmt$recorded_vsn,
      = cmc$serial_number =
        serial_number: cmt$serial_number,
      = cmc$site_information =
        site_information: ^string ( * ),
      = cmc$site_info_string_size =
        site_info_string_size: integer,
      = cmc$system_activity =
        system_activity: cmt$system_activity,
      = cmc$system_critical_element =
        system_critical_element: boolean,
      = cmc$volume_active =
        active: boolean,
      = cmc$volume_online =
        online: boolean,
      casend,
    recend;

*copyc cmt$element_info_items
*copyc cmt$element_capability
*copyc cmt$element_status
*copyc cmt$maintenance_activity
*copyc cmt$product_identification
*copyc cmt$serial_number
*copyc cmt$system_activity
*copyc rmd$volume_declarations
*copyc rmt$device_class
