Communication Vocabulary
Namespace: com.sap.vocabularies.Communication.v1
Terms for annotating communication-relevant information
These terms are inspired by
Terms
surname |
String? |
Surname or family name |
given |
String? |
Given name |
additional |
String? |
Additional names |
prefix |
String? |
Honorific prefix(es) |
suffix |
String? |
Honorific suffix(es) |
building |
String? |
Building identifier |
street |
String? |
Street address |
district |
String? |
Territorial administrative organization in a large city |
locality |
String? |
City or similar |
region |
String? |
State, province, or similar |
code |
String? |
Postal code |
country |
String? |
Country name |
pobox |
String? |
Post office box |
ext |
String? |
Extended address (e.g., apartment or suite number) |
careof |
String? |
An intermediary who is responsible for transferring a piece of mail between the postal system and the final addressee |
label |
String? |
Delivery address label; plain-text string representing the formatted address, may contain line breaks |
type |
ContactInformationType? |
Address type |
uri |
URL? |
This SHOULD use the tel: URL schema defined in RFC3966 |
type |
PhoneType? |
Telephone type |
uri |
URL? |
This SHOULD use the geo: URL schema defined in RFC5870 which encodes the same information as an Edm.GeographyPoint |
type |
ContactInformationType? |
Address type |
individual |
0 |
A single person or entity |
group |
1 |
A group of persons or entities |
org |
2 |
An organization |
location |
3 |
A named geographical place |
work |
1 |
Related to an individual's work place |
home |
2 |
Related to an indivdual's personal life |
preferred |
4 |
Preferred-use contact information |
work |
1 |
Work telephone number |
home |
2 |
Private telephone number |
preferred |
4 |
Preferred-use telephone number |
voice |
8 |
Voice telephone number |
cell |
16 |
Cellular or mobile telephone number |
fax |
32 |
Facsimile telephone number |
video |
64 |
Video conferencing telephone number |
M |
0 |
male |
F |
1 |
female |
O |
2 |
other |
N |
3 |
not applicable |
U |
4 |
unknown |
summary |
String? |
Short description of the event |
description |
String? |
More complete description |
categories |
[String] |
Categories or subtypes of the event |
dtstart |
DateTimeOffset? |
Start date and time of the event |
dtend |
DateTimeOffset? |
Date and time by which the event ends, alternative to duration |
duration |
Duration? |
Duration of the event, alternative to dtend |
class |
String? |
Access classification, e.g. PUBLIC, PRIVATE, CONFIDENTIAL |
status |
String? |
Confirmation status, e.g. CONFIRMED, TENTATIVE, CANCELLED |
location |
String? |
Intended venue of the event |
transp |
Boolean? |
Time transparency for busy time searches, true = free, false = blocked |
wholeday |
Boolean? |
Wholeday event |
fbtype |
String? |
Free or busy time type, e.g. FREE, BUSY, BUSY-TENTATIVE |
summary |
String? |
Short description of the task |
description |
String? |
More complete description of the task |
due |
DateTimeOffset? |
Date and time that a to-do is expected to be completed |
completed |
DateTimeOffset? |
Date and time that a to-do was actually completed |
percentcomplete |
Byte? |
Percent completion of a to-do, e.g. 50 for half done |
priority |
Byte? |
Relative priority, 0 = undefined, 1 = highest, 9 = lowest |
from |
String? |
Author(s) of the message |
sender |
String? |
Agent responsible for the actual transmission of the message, e.g. a secretary |
to |
[String] |
List of primary recipients |
cc |
[String] |
List of other recipients (carbon copy) |
bcc |
[String] |
List of recipients whose addresses are not to be revealed (blind carbon copy) |
subject |
String? |
Topic of the message |
body |
String? |
Main part of the message |
keywords |
[String] |
List of important words and phrases that might be useful for the recipient |
received |
DateTimeOffset? |
Date and time the message was received |