SEDRIS Reference Manual
APPENDIX C - Transmittal Access Level 0 API Auxiliary Functions
Functions
SE ValidTransmittalName
extern SE_Boolean
SE_ValidTransmittalName
(
const SE_URN  *transmittal_name_in1
);

Definition

Given an character string representing a formal transmittal name, checks that this name is valid. See SE_ResolveTransmittalName() for a more detailed description.


Returns

SE_TRUE if transmittal_name_in forms a valid transmittal name.
SE_FALSE otherwise.

Parameters Notes

1 a pointer to an SE_URN specifying a valid transmittal name in the formal SEDRIS namespace. This parameter is validated only based upon the structured format of the name string as described above. That is, the sub-fields within the string are only checked for proper structure (character set, delimiters, etc.) and are NOT checked for consistency with namespace delegation rules, and proper use of transmittal versioning.


Prev: SE_ValidTimeSelectParameters. Next: SE_ValidTraversalOrder. Up:Index.