FTAM/9000 Programmer's Guide

Chapter 3 115
HP FTAM/9000 Data Structures
Ft_contents_type
Ft_contents_info
union Ft_contents_info {
struct Ft_document_type document;
struct Ft_abs_con_set_pair abs_con_set_pair;
};
Ft_contents_info specifies the document type.
If you specified FT_DOCUMENT_TYPE in Ft_contents_form, specify
the document.
If you specified FT_CONTENTS_UNKNOWN in Ft_contents_form,
Ft_contents_info is ignored.
As noted under Ft_contents_form, HP-UX responders do not permit
use of the abs_con_set_pair structure.
Ft_document_type
struct Ft_document_type {
struct Object_id name;
char *parameters;
};
Ft_document_type defines the document type structure of the file. For
detailed information (e.g., restrictions imposed) on document types, refer
to the “Document Types and Constraint Sets” chapter.