The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Telephone_Information
/*
 * STRUCT: SE_Telephone_Information
 *
 *  This data type corresponds to ISO 19115's B.3.2.2,
 *  CI_Contact <<DataType>>, and is used to specify
 *  information required to enable contact with the
 *  given responsible person or organiztion.
 */
typedef struct
{

SE_Short_Integer_Unsigned voice_count;
SE_String *voice;1
SE_Short_Integer_Unsigned facsimile_count;
SE_String *facsimile;2
SE_Short_Integer_Unsigned tdd_tty_count;
SE_String *tdd_tty;3
} SE_Telephone_Information;


Field Notes

voice

This specifies the telephone number by which individuals can speak to the organization or individual.

facsimile

This specifies the telephone number of a facsimile machine of the organization or individual.

tdd_tty

This specifies the telephone number by which hearing-impaired individuals can contact the organization or individual.




Prev: SE_Symbol_Format. Next: SE_Text_Font.


Return to: Top of this Page, Type Index