The SEDRIS Data Representation Model
APPENDIX A - Classes Point Of Contact |
---|
An instance of this DRM class provides point of contact information for the containing object. Multiple addresses, phone numbers, and so on are separated with semi-colons.
For a VPF-based SEDRIS transmittal, the <Point Of Contact> information might be
person_or_position
= "Kevin Trott";
organization
= "PAR Government Systems Corporation";
address
= "8383 Seneca Turnpike, New Hartford, NY 13413";
voice_phone
= "(315)738-0600";
fax_phone
= "(315)738-8304";
tdd_tty_phone
= "N/A";
email_address
= "[email protected]";
web_site
= "http://www.partech.com";
hours_of_service
= "8am to 5pm Eastern, Monday through Friday";
other
= "E-mail is preferred";
This class provides [CSDGM]-compliant point of contact information, which can be used if and when it becomes necessary to communicate with the originator of a SEDRIS transmittal or of a high-level object (for example, a <Model>) contained within a transmittal.
a specific person's name, or the title of the person (e.g., SEDRIS Librarian) who is responsible for handling any questions about the transmittal (Mandatory)
This is the name of the supporting organization (Mandatory)
This specifies mailing and/or physical address(es) (Mandatory)
This specifies voice telephone number(s) (Mandatory)
This specifies facsimile telephone number(s) (Optional)
This specifies hearing-impaired telephone number(s) (Optional)
This specifies email address(es) (Optional)
This specifies associated URL(s) (Optional)
This specifies the days of week and times when the <Point Of Contact> is available (Optional)
This provides any other point of contact information (Optional)
|