Visual Diagram
classDiagram
class PostalAddress
PostalAddress : +streetAddress
PostalAddress : +postalCode
PostalAddress : +addressLocality
PostalAddress : +addressCountry
Description
The physical mailing address of an organization or location.
Properties
| Property | Description | Type |
|---|---|---|
| Street Address (dppk:streetAddress) | Includes street name and number. | |
| Postal Code (dppk:postalCode) | The postal code of the location. | |
| City/Locality (dppk:addressLocality) | The locality (e.g. city) of the address. | |
| Country (dppk:addressCountry) | The country component of the address. |
