
  TYPE
    dmt$stored_tape_fmd = SEQ ( * );

{ The stored tape fmd sequence contains the following information for
{ permanent tape files in the order listed below.
{
{   header - contains the tape attributes which are specified by the
{         REQUEST_MAGNETIC_TAPE command or the RMP$REQUEST_TAPE program
{         interface (dmt$stored_tape_fmd_header).
{
{   tape_volume_list - contains a list of 1 or more tape volumes assigned to
{         the permanent tape file (dmt$stored_tape_volume_list).  If no tape
{         volumes are assigned to the file cycle, the list will not be
{         included in the sequence and the volume_count item in the header
{         will be 0.
{
{   tape_manager_info - a sequence containing information about the
{         file cycle which is maintained by the Tape Management System
{         (dmt$stored_tape_manager_info).
{

*copyc dmt$stored_tape_fmd_header
*copyc dmt$stored_tape_manager_info
*copyc dmt$stored_tape_volume_list
