The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Contact_Information
/*
 * STRUCT: SE_Contact_Information
 *
 *  This data type encapsulates the complete set of
 *  contact metadata used by <Responsible Party>.
 */
typedef struct
{

SE_Telephone_Information phone;1
SE_Address address;2
SE_CI_OnlineResource online_resource;3
SE_String hours_of_service;4
SE_String contact_instructions;5
} SE_Contact_Information;


Field Notes

phone

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

address

This specifies the physical and email address at which the organization or individual may be contacted.

online_resource

This specifies on-line information that can be used to contact the specified individual or organization.

hours_of_service

This specifies the time period (including time zone) when individuals can contact the specified organization or individual.

contact_instructions

This specifies any supplemental instructions on how or when to contact the specified individual or organization.




Prev: SE_Colour_Model. Next: SE_Count_Interval_Value.


Return to: Top of this Page, Type Index