interface Address {
    _city?: Element;
    _country?: Element;
    _district?: Element;
    _line?: Element[];
    _postalCode?: Element;
    _state?: Element;
    _text?: Element;
    _type?: Element;
    _use?: Element;
    city?: string;
    country?: string;
    district?: string;
    extension?: Extension[];
    id?: id;
    line?: string[];
    period?: Period;
    postalCode?: string;
    state?: string;
    text?: string;
    type?: code;
    use?: code;
}

Properties

_city?: Element

Name of city, town etc.

_country?: Element

Country (e.g. can be ISO 3166 2 or 3 letter code)

_district?: Element

District name (aka county)

_line?: Element[]

Street name, number, direction & P.O. Box etc.

_postalCode?: Element

Postal code for area

_state?: Element

Sub-unit of country (abbreviations ok)

_text?: Element

Text representation of the address

_type?: Element

postal | physical | both

_use?: Element

home | work | temp | old | billing - purpose of this address

city?: string

Name of city, town etc.

country?: string

Country (e.g. can be ISO 3166 2 or 3 letter code)

district?: string

District name (aka county)

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

line?: string[]

Street name, number, direction & P.O. Box etc.

period?: Period

Time period when address was/is in use

postalCode?: string

Postal code for area

state?: string

Sub-unit of country (abbreviations ok)

text?: string

Text representation of the address

type?: code

postal | physical | both

use?: code

home | work | temp | old | billing - purpose of this address