PostalAddress: A physical mailing address.

Description Usage Arguments Value See Also

View source: R/types.R

Description

A physical mailing address.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
PostalAddress(
  addressCountry,
  addressLocality,
  addressRegion,
  alternateNames,
  availableLanguages,
  description,
  emails,
  id,
  identifiers,
  images,
  meta,
  name,
  postOfficeBoxNumber,
  postalCode,
  streetAddress,
  telephoneNumbers,
  url
)

Arguments

addressCountry

The country.

addressLocality

The locality in which the street address is, and which is in the region.

addressRegion

The region in which the locality is, and which is in the country.

alternateNames

Alternate names (aliases) for the item.

availableLanguages

Languages (human not programming) in which it is possible to communicate with the organization/department etc.

description

A description of the item.

emails

Email address for correspondence.

id

The identifier for this item.

identifiers

Any kind of identifier for any kind of Thing.

images

Images of the item.

meta

Metadata associated with this item.

name

The name of the item.

postOfficeBoxNumber

The post office box number.

postalCode

The postal code.

streetAddress

The street address.

telephoneNumbers

Telephone numbers for the contact point.

url

The URL of the item.

Value

A list of class PostalAddress

See Also

ContactPoint


stencilaschema documentation built on Feb. 22, 2021, 5:05 p.m.