/*
 * GLOBAL VARIABLE: SE_ADDRESS_DEFAULT
 *
 *   Pre-initialized global variable containing the default values for an
 *   SE_Address variable.
 */
const SE_Address
SE_ADDRESS_DEFAULT  | 
| delivery_point_count |  0 | 
| delivery_point |  NULL | 
| city.locale.language |  {'e', 'n'} | 
| city.locale.country |  {'u', 's', 'a'} | 
| city.length |  0 | 
| city.characters |  (SE_Character *)&se_empty_string | 
| administrative_area.locale.language |  {'e', 'n'} | 
| administrative_area.locale.country |  {'u', 's', 'a'} | 
| administrative_area.length |  0 | 
| administrative_area.characters |  (SE_Character *)&se_empty_string | 
| postal_code.locale.language |  {'e', 'n'} | 
| postal_code.locale.country |  {'u', 's', 'a'} | 
| postal_code.length |  0 | 
| postal_code.characters |  (SE_Character *)&se_empty_string | 
| country |  {'u', 's', 'a'} | 
| email_address_count |  0 | 
| email_address |  NULL |