/*
* GLOBAL VARIABLE: SE_CONTACT_INFORMATION_DEFAULT
*
* Pre-initialized global variable containing the default values for an
* SE_Contact_Information variable.
*/
const SE_Contact_Information
SE_CONTACT_INFORMATION_DEFAULT =
phone.voice_count | 0 |
phone.voice | NULL |
phone.facsimile_count | 0 |
phone.facsimile | NULL |
phone.tdd_tty_count | 0 |
phone.tdd_tty | NULL |
address.delivery_point_count | 0 |
address.delivery_point | NULL |
address.city.locale.language | {'e', 'n'} |
address.city.locale.country | {'u', 's', 'a'} |
address.city.length | 0 |
address.city.characters | (SE_Character *)&se_empty_string |
address.administrative_area.locale.language | {'e', 'n'} |
address.administrative_area.locale.country | {'u', 's', 'a'} |
address.administrative_area.length | 0 |
address.administrative_area.characters | (SE_Character *)&se_empty_string |
address.postal_code.locale.language | {'e', 'n'} |
address.postal_code.locale.country | {'u', 's', 'a'} |
address.postal_code.length | 0 |
address.postal_code.characters | (SE_Character *)&se_empty_string |
address.country | {'u', 's', 'a'} |
address.email_address_count | 0 |
address.email_address | NULL |
online_resource.linkage.length | 0 |
online_resource.linkage.characters | (SE_Character *)&se_empty_string |
online_resource.protocol.locale.language | {'e', 'n'} |
online_resource.protocol.locale.country | {'u', 's', 'a'} |
online_resource.protocol.length | 0 |
online_resource.protocol.characters | (SE_Character *)&se_empty_string |
online_resource.application_profile.locale.language | {'e', 'n'} |
online_resource.application_profile.locale.country | {'u', 's', 'a'} |
online_resource.application_profile.length | 0 |
online_resource.application_profile.characters | (SE_Character *)&se_empty_string |
online_resource.name.locale.language | {'e', 'n'} |
online_resource.name.locale.country | {'u', 's', 'a'} |
online_resource.name.length | 0 |
online_resource.name.characters | (SE_Character *)&se_empty_string |
online_resource.description.locale.language | {'e', 'n'} |
online_resource.description.locale.country | {'u', 's', 'a'} |
online_resource.description.length | 0 |
online_resource.description.characters | (SE_Character *)&se_empty_string |
online_resource.function | SE_CIOLFCOD_DOWNLOAD |
hours_of_service.locale.language | {'e', 'n'} |
hours_of_service.locale.country | {'u', 's', 'a'} |
hours_of_service.length | 0 |
hours_of_service.characters | (SE_Character *)&se_empty_string |
contact_instructions.locale.language | {'e', 'n'} |
contact_instructions.locale.country | {'u', 's', 'a'} |
contact_instructions.length | 0 |
contact_instructions.characters | (SE_Character *)&se_empty_string |