The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Address
/*
 * STRUCT: SE_Address
 *
 *  This data type corresponds to ISO 19115's B.3.2.1,
 *  CI_Address <<DataType>>, and is used to
 *  specify the location of the responsible individual
 *  or organization being described.
 */
typedef struct
{
SE_Short_Integer_Positive delivery_point_count; (notes)
SE_String *delivery_point; (notes)
SE_String city; (notes)
SE_String administrative_area; (notes)
SE_String postal_code; (notes)
SE_Character country[3]; (notes)
SE_Short_Integer_Positive email_address_count;
SE_String *email_address; (notes)
} SE_Address;


Field Notes


delivery_point_count

 This specifies the number of entries in
 delivery_point.

delivery_point

 Each entry in this array specifies an address line
 for the location, as described in ISO 11180, annex A.

city

 This specifies the city of the location.

administrative_area

 This specifies the state, province of the location.

postal_code

 This specifies the ZIP or other postal code.

country

 This specifies the country of the physical address,
 using the appropriate 3-character country code
 from ISO 3166.

email_address

 Each entry in this array specifies the address of
 an electronic mailbox of the responsible organization
 or individual being described.



Next: SE_API.


Return to: Top of this Page, Type Index

Last updated: July 16, 2004 Copyright © 2004 SEDRIS