OSI/FTAM Programming Reference Manual

DDL Definitions
HP NonStop OSI/FTAM Programming Reference Manual528611-001
A-21
ZFTM Structures
ZFTM-VAL-CNTNTSTYPE-UNKNOWN indicates that the contents type is
unknown.
ZCNTNTSTYPE allocates space for the contents type information redefined by
ZDOCTYPE; application programs do not need to access this structure.
ZDOCTYPE contains the following document type parameters that an application can
access:
ZDOCTYPENAME specifies the document type name.
ZUNIVERSALCLASSISPRESENT indicates whether a universal class value is
present.
ZUNIVERSALCLASS indicates the value of the universal class for FTAM-1 and
FTAM-2 document types and tells you what type of text string the file contains.
Refer to ISO 8824 for additional information about these character-string types.
Valid values are:
ZFTM-VAL-UC-PRINTABLE-STRING (Class 19) indicates that the strings
contain only printable characters and the space character, as defined in ISO
8824. These strings do not contain format effectors.
ZFTM-VAL-UC-TELETEX-STRING (Class 20) indicates that the strings
conform to CCITT Recommendation T.61. These strings can contain format
effectors.
ZFTM-VAL-UC-VIDEOTEX-STRING (Class 21) indicates that the strings
conform to CCITT Recommendation T.100. These strings can contain format
effectors.
ZFTM-VAL-UC-IA5-STRING (Class 22) indicates that the strings contain any of
the 32 control characters, 94 displayable characters, the space character, and
the delete character as defined by ISO 646. These strings can contain format
effectors.
ZFTM-VAL-UC-GRAPHIC-STRING (Class 25) indicates that the strings contain
any of the characters for all G sets, as defined by ISO 2022, and the space
character. These strings do not contain format effectors.
ZFTM-VAL-UC-VISIBLE-STRING (Class 26) indicates that the strings contain
any of the 94 graphic characters and the space character, as defined by ISO
646. These strings do not contain format effectors.
ZFTM-VAL-UC-GENERAL-STRING (Class 27) indicates that the strings
contain any of the characters for all G sets and all C sets (as defined by ISO
2022), the space character, and the delete character. These strings can
contain format effectors.
ZMAXSTRINGLENISPRESENT indicates whether a maximum string length value
is present.