rfc9555v3.txt   rfc9555.txt 
skipping to change at line 587 skipping to change at line 587
vCardParams property; see Section 2.15.2. vCardParams property; see Section 2.15.2.
2.3.17. PREF 2.3.17. PREF
The PREF parameter (Section 5.3 of [RFC6350]) converts to the pref The PREF parameter (Section 5.3 of [RFC6350]) converts to the pref
property of the derived JSContact object. property of the derived JSContact object.
2.3.18. PROP-ID 2.3.18. PROP-ID
The PROP-ID parameter (Section 4.7 of [RFC9554]) converts to the Id- The PROP-ID parameter (Section 4.7 of [RFC9554]) converts to the Id-
typed key of the JSContact object, to which the vCard property having typed key of the derived JSContact object.
this parameter converts.
TEL;PROP-ID=PHONE-A;VALUE=uri;PREF=1;TYPE="voice,home" TEL;PROP-ID=PHONE-A;VALUE=uri;PREF=1;TYPE="voice,home"
:tel:+1-555-555-5555;ext=5555 :tel:+1-555-555-5555;ext=5555
TEL;PROP-ID=PHONE-B;VALUE=uri;TYPE=home TEL;PROP-ID=PHONE-B;VALUE=uri;TYPE=home
:tel:+33-01-23-45-67 :tel:+33-01-23-45-67
"phones": { "phones": {
"PHONE-A": { "PHONE-A": {
"contexts": { "private": true }, "contexts": { "private": true },
"features": { "voice": true }, "features": { "voice": true },
"number": "tel:+1-555-555-5555;ext=5555", "number": "tel:+1-555-555-5555;ext=5555",
skipping to change at line 2456 skipping to change at line 2455
Internationalization", Work in Progress, Internet-Draft, Internationalization", Work in Progress, Internet-Draft,
draft-calconnect-vobject-i18n-00, 7 June 2018, draft-calconnect-vobject-i18n-00, 7 June 2018,
<https://datatracker.ietf.org/doc/html/draft-calconnect- <https://datatracker.ietf.org/doc/html/draft-calconnect-
vobject-i18n-00>. vobject-i18n-00>.
Appendix A. Reverse Rules of Converting a vCard to a JSContact Card Appendix A. Reverse Rules of Converting a vCard to a JSContact Card
Table 8 lists the relevant document sections for each JSContact type Table 8 lists the relevant document sections for each JSContact type
and property. and property.
+===================+=====================+=========================+ +===================+=====================+=====================+
| JSContact Type | Property Name | Relevant | | JSContact Type | Property Name | Relevant Section(s) |
| | | Section(s) | +===================+=====================+=====================+
+===================+=====================+=========================+ | Address | @type | not applicable |
| Address | @type | not applicable | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Address | components | Sections 2.6.1 and |
| Address | components | Sections 2.6.1 | | | | 3.3.1 |
| | | and 3.3.1 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Address | contexts | Section 2.3.22 |
| Address | contexts | Section 2.3.22 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Address | coordinates | Sections 2.3.8 and |
| Address | coordinates | Sections 2.3.8 | | | | 2.8.1 |
| | | and 2.8.1 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Address | country | Section 2.6.1 |
| Address | country | Section 2.6.1 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Address | countryCode | Section 2.6.1 |
| Address | countryCode | Section 2.6.1 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Address | defaultSeparator | Sections 2.6.1 and |
| Address | defaultSeparator | Sections 2.6.1 | | | | 3.3.1 |
| | | and 3.3.1 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Address | full | Section 2.6.1 |
| Address | full | Section 2.6.1 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Address | isOrdered | Sections 2.6.1 and |
| Address | isOrdered | Sections 2.6.1 | | | | 3.3.1 |
| | | and 3.3.1 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Address | locality | Section 2.6.1 |
| Address | locality | Section 2.6.1 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Address | phoneticScript | Sections 2.3.15 and |
| Address | phoneticScript | Sections 2.3.15 | | | | 2.3.19 |
| | | and 2.3.19 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Address | phoneticSystem | Section 2.3.15 |
| Address | phoneticSystem | Section 2.3.15 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Address | postcode | Section 2.6.1 |
| Address | postcode | Section 2.6.1 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Address | pref | Section 2.3.17 |
| Address | pref | Section 2.3.17 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Address | region | Section 2.6.1 |
| Address | region | Section 2.6.1 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Address | timeZone | Sections 2.3.23 and |
| Address | timeZone | Sections 2.3.23 | | | | 2.8.2 |
| | | and 2.8.2 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | AddressComponent | phonetic | Section 2.3.15 |
| AddressComponent | phonetic | Section 2.3.15 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Anniversary | @type | not applicable |
| Anniversary | @type | not applicable | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Anniversary | date | Section 2.5.1 |
| Anniversary | date | Section 2.5.1 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Anniversary | kind | Section 2.5.1 |
| Anniversary | kind | Section 2.5.1 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Anniversary | place | Section 2.5.1 |
| Anniversary | place | Section 2.5.1 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Author | @type | not applicable |
| Author | @type | not applicable | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Author | name | Section 2.3.3 |
| Author | name | Section 2.3.3 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Author | uri | Section 2.3.2 |
| Author | uri | Section 2.3.2 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Calendar | @type | not applicable |
| Calendar | @type | not applicable | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Calendar | contexts | Section 2.3.22 |
| Calendar | contexts | Section 2.3.22 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Calendar | kind | Sections 2.13.2 and |
| Calendar | kind | Sections 2.13.2 | | | | 2.13.3 |
| | | and 2.13.3 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Calendar | label | Section 2.11.11 |
| Calendar | label | Section 2.11.11 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Calendar | mediaType | Section 2.3.14 |
| Calendar | mediaType | Section 2.3.14 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Calendar | pref | Section 2.3.17 |
| Calendar | pref | Section 2.3.17 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Calendar | uri | Sections 2.13.2 and |
| Calendar | uri | Sections 2.13.2 | | | | 2.13.3 |
| | | and 2.13.3 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Card | @type | not applicable |
| Card | @type | not applicable | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Card | @version | not applicable |
| Card | @version | not applicable | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Card | addresses | Section 2.6.1 |
| Card | addresses | Section 2.6.1 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Card | anniversaries | Section 2.5.1 |
| Card | anniversaries | Section 2.5.1 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Card | calendars | Sections 2.13.2 and |
| Card | calendars | Sections | | | | 2.13.3 |
| | | Section 2.13.2 | +-------------------+---------------------+---------------------+
| | | and 2.13.3 | | Card | created | Section 2.11.3 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Card | created | Section 2.11.3 | | Card | directories | Sections 2.4.3 and |
+-------------------+---------------------+-------------------------+ | | | 2.10.4 |
| Card | directories | Sections | +-------------------+---------------------+---------------------+
| | | Section 2.4.3 and | | Card | emails | Section 2.7.1 |
| | | Section 2.10.4 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Card | keywords | Section 2.11.1 |
| Card | emails | Section 2.7.1 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Card | kind | Section 2.4.2 |
| Card | keywords | Section 2.11.1 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Card | language | Section 2.7.4 |
| Card | kind | Section 2.4.2 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Card | links | Sections 2.9.1 and |
| Card | language | Section 2.7.4 | | | | 2.11.9 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Card | links | Sections 2.9.1 | | Card | localizations | Section 2.3.11 |
| | | and 2.11.9 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Card | media | Sections 2.5.7, |
| Card | localizations | Section 2.3.11 | | | | 2.9.2, and 2.11.7 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Card | media | Sections 2.5.7, | | Card | members | Section 2.9.3 |
| | | 2.9.2, and 2.11.7 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Card | name | Section 2.5.5 |
| Card | members | Section 2.9.3 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Card | nicknames | Section 2.5.6 |
| Card | name | Section 2.5.5 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Card | notes | Section 2.11.4 |
| Card | nicknames | Section 2.5.6 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Card | onlineServices | Section 2.7.2 |
| Card | notes | Section 2.11.4 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Card | organizations | Section 2.9.4 |
| Card | onlineServices | Section 2.7.2 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Card | personalInfo | Sections 2.10.1, |
| Card | organizations | Section 2.9.4 | | | | 2.10.2, and 2.10.3 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Card | personalInfo | Sections 2.10.1, | | Card | phones | Section 2.7.6 |
| | | 2.10.2, and | +-------------------+---------------------+---------------------+
| | | 2.10.3 | | Card | preferredLanguages | Section 2.7.3 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Card | phones | Section 2.7.6 | | Card | prodId | Section 2.11.5 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Card | preferredLanguages | Section 2.7.3 | | Card | relatedTo | Section 2.9.5 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Card | prodId | Section 2.11.5 | | Card | schedulingAddresses | Section 2.13.1 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Card | relatedTo | Section 2.9.5 | | Card | speakToAs | Section 2.5.4 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Card | schedulingAddresses | Section 2.13.1 | | Card | titles | Section 2.9.6 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Card | speakToAs | Section 2.5.4 | | Card | uid | Section 2.11.8 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Card | titles | Section 2.9.6 | | Card | updated | Section 2.11.6 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Card | uid | Section 2.11.8 | | CryptoKey | @type | not applicable |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Card | updated | Section 2.11.6 | | CryptoKey | contexts | Section 2.3.22 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| CryptoKey | @type | not applicable | | CryptoKey | kind | not applicable |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| CryptoKey | contexts | Section 2.3.22 | | CryptoKey | label | Section 2.11.11 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| CryptoKey | kind | not applicable | | CryptoKey | mediaType | Section 2.3.14 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| CryptoKey | label | Section 2.11.11 | | CryptoKey | pref | Section 2.3.17 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| CryptoKey | mediaType | Section 2.3.14 | | CryptoKey | uri | Section 2.12.1 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| CryptoKey | pref | Section 2.3.17 | | Directory | @type | not applicable |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| CryptoKey | uri | Section 2.12.1 | | Directory | contexts | Section 2.3.22 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Directory | @type | not applicable | | Directory | kind | Sections 2.4.3 and |
+-------------------+---------------------+-------------------------+ | | | 2.10.4 |
| Directory | contexts | Section 2.3.22 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Directory | label | Section 2.11.11 |
| Directory | kind | Sections 2.4.3 | +-------------------+---------------------+---------------------+
| | | and 2.10.4 | | Directory | listAs | Section 2.3.10 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Directory | label | Section 2.11.11 | | Directory | mediaType | Section 2.3.14 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Directory | listAs | Section 2.3.10 | | Directory | pref | Section 2.3.17 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Directory | mediaType | Section 2.3.14 | | Directory | uri | Sections 2.4.3 and |
+-------------------+---------------------+-------------------------+ | | | 2.10.4 |
| Directory | pref | Section 2.3.17 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | EmailAddress | @type | not applicable |
| Directory | uri | Sections 2.4.3 | +-------------------+---------------------+---------------------+
| | | and 2.10.4 | | EmailAddress | address | Section 2.7.1 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| EmailAddress | @type | not applicable | | EmailAddress | contexts | Section 2.3.22 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| EmailAddress | address | Section 2.7.1 | | EmailAddress | label | Section 2.11.11 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| EmailAddress | contexts | Section 2.3.22 | | EmailAddress | pref | Section 2.3.17 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| EmailAddress | label | Section 2.11.11 | | LanguagePref | @type | not applicable |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| EmailAddress | pref | Section 2.3.17 | | LanguagePref | contexts | Section 2.3.22 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| LanguagePref | @type | not applicable | | LanguagePref | pref | Section 2.3.17 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| LanguagePref | contexts | Section 2.3.22 | | Link | @type | not applicable |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| LanguagePref | pref | Section 2.3.17 | | Link | contexts | Section 2.3.22 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Link | @type | not applicable | | Link | kind | Section 2.9.1 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Link | contexts | Section 2.3.22 | | Link | label | Section 2.11.11 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Link | kind | Section 2.9.1 | | Link | mediaType | Section 2.3.14 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Link | label | Section 2.11.11 | | Link | pref | Section 2.3.17 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Link | mediaType | Section 2.3.14 | | Link | uri | Sections 2.9.1 and |
+-------------------+---------------------+-------------------------+ | | | 2.11.9 |
| Link | pref | Section 2.3.17 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Media | @type | not applicable |
| Link | uri | Sections 2.9.1 | +-------------------+---------------------+---------------------+
| | | and 2.11.9 | | Media | contexts | Section 2.3.22 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Media | @type | not applicable | | Media | kind | Sections 2.5.7, |
+-------------------+---------------------+-------------------------+ | | | 2.9.2, and 2.11.7 |
| Media | contexts | Section 2.3.22 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Media | label | Section 2.11.11 |
| Media | kind | Sections 2.5.7, | +-------------------+---------------------+---------------------+
| | | 2.9.2, and 2.11.7 | | Media | mediaType | Section 2.3.14 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Media | label | Section 2.11.11 | | Media | pref | Section 2.3.17 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Media | mediaType | Section 2.3.14 | | Media | uri | Sections 2.5.7, |
+-------------------+---------------------+-------------------------+ | | | 2.9.2, and 2.11.7 |
| Media | pref | Section 2.3.17 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Name | @type | not applicable |
| Media | uri | Sections 2.5.7, | +-------------------+---------------------+---------------------+
| | | 2.9.2, and 2.11.7 | | Name | components | Sections 2.5.5 and |
+-------------------+---------------------+-------------------------+ | | | 3.3.1 |
| Name | @type | not applicable | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Name | defaultSeparator | Sections 2.5.5 and |
| Name | components | Sections 2.5.5 | | | | 3.3.1 |
| | | and 3.3.1 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Name | full | Section 2.5.2 |
| Name | defaultSeparator | Sections 2.5.5 | +-------------------+---------------------+---------------------+
| | | and 3.3.1 | | Name | phoneticScript | Sections 2.3.15 and |
+-------------------+---------------------+-------------------------+ | | | 2.3.19 |
| Name | full | Section 2.5.2 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Name | phoneticSystem | Section 2.3.15 |
| Name | phoneticScript | Sections 2.3.15 | +-------------------+---------------------+---------------------+
| | | and 2.3.19 | | Name | isOrdered | Sections 2.5.5 and |
+-------------------+---------------------+-------------------------+ | | | 3.3.1 |
| Name | phoneticSystem | Section 2.3.15 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Name | sortAs | Section 2.3.21 |
| Name | isOrdered | Sections 2.5.5 | +-------------------+---------------------+---------------------+
| | | and 3.3.1 | | NameComponent | @type | not applicable |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Name | sortAs | Section 2.3.21 | | NameComponent | kind | Section 2.5.5 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| NameComponent | @type | not applicable | | NameComponent | phonetic | Section 2.3.15 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| NameComponent | kind | Section 2.5.5 | | NameComponent | value | Section 2.5.5 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| NameComponent | phonetic | Section 2.3.15 | | Nickname | @type | not applicable |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| NameComponent | value | Section 2.5.5 | | Nickname | contexts | Section 2.3.22 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Nickname | @type | not applicable | | Nickname | name | Section 2.5.5 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Nickname | contexts | Section 2.3.22 | | Nickname | pref | Section 2.3.17 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Nickname | name | Section 2.5.5 | | Note | @type | not applicable |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Nickname | pref | Section 2.3.17 | | Note | author | Sections 2.3.2 and |
+-------------------+---------------------+-------------------------+ | | | 2.3.3 |
| Note | @type | not applicable | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | Note | created | Section 2.3.6 |
| Note | author | Sections 2.3.2 | +-------------------+---------------------+---------------------+
| | | and 2.3.3 | | Note | note | Section 2.11.4 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Note | created | Section 2.3.6 | | OnlineService | @type | not applicable |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Note | note | Section 2.11.4 | | OnlineService | contexts | Section 2.3.22 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| OnlineService | @type | not applicable | | OnlineService | label | Section 2.11.11 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| OnlineService | contexts | Section 2.3.22 | | OnlineService | pref | Section 2.3.17 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| OnlineService | label | Section 2.11.11 | | OnlineService | service | Section 2.3.20 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| OnlineService | pref | Section 2.3.17 | | OnlineService | uri | Sections 2.7.2 and |
+-------------------+---------------------+-------------------------+ | | | 2.7.5 |
| OnlineService | service | Section 2.3.20 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | OnlineService | user | Section 2.3.24 |
| OnlineService | uri | Sections 2.7.2 | +-------------------+---------------------+---------------------+
| | | and 2.7.5 | | OrgUnit | @type | not applicable |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| OnlineService | user | Section 2.3.24 | | OrgUnit | name | Section 2.9.4 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| OrgUnit | @type | not applicable | | OrgUnit | sortAs | Section 2.3.21 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| OrgUnit | name | Section 2.9.4 | | Organization | @type | not applicable |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| OrgUnit | sortAs | Section 2.3.21 | | Organization | contexts | Section 2.3.22 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Organization | @type | not applicable | | Organization | name | Section 2.9.4 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Organization | contexts | Section 2.3.22 | | Organization | sortAs | Section 2.3.21 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Organization | name | Section 2.9.4 | | Organization | units | Section 2.9.4 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Organization | sortAs | Section 2.3.21 | | PartialDate | @type | not applicable |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Organization | units | Section 2.9.4 | | PartialDate | calendarScale | Section 2.3.4 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| PartialDate | @type | not applicable | | PartialDate | day | Section 2.2.2 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| PartialDate | calendarScale | Section 2.3.4 | | PartialDate | month | Section 2.2.2 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| PartialDate | day | Section 2.2.2 | | PartialDate | year | Section 2.2.2 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| PartialDate | month | Section 2.2.2 | | PatchObject | @type | not applicable |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| PartialDate | year | Section 2.2.2 | | PersonalInfo | @type | not applicable |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| PatchObject | @type | not applicable | | PersonalInfo | kind | Sections 2.10.1, |
+-------------------+---------------------+-------------------------+ | | | 2.10.2, and 2.10.3 |
| PersonalInfo | @type | not applicable | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | PersonalInfo | listAs | Section 2.3.10 |
| PersonalInfo | kind | Sections 2.10.1, | +-------------------+---------------------+---------------------+
| | | 2.10.2, and | | PersonalInfo | level | Section 2.3.13 |
| | | 2.10.3 | +-------------------+---------------------+---------------------+
+-------------------+---------------------+-------------------------+ | PersonalInfo | value | Sections 2.10.1, |
| PersonalInfo | listAs | Section 2.3.10 | | | | 2.10.2, and 2.10.3 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| PersonalInfo | level | Section 2.3.13 | | Phone | @type | not applicable |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| PersonalInfo | value | Sections 2.10.1, | | Phone | contexts | Section 2.3.22 |
| | | 2.10.2, and | +-------------------+---------------------+---------------------+
| | | 2.10.3 | | Phone | features | Section 2.7.6 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Phone | @type | not applicable | | Phone | label | Section 2.11.11 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Phone | contexts | Section 2.3.22 | | Phone | number | Section 2.7.6 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Phone | features | Section 2.7.6 | | Phone | pref | Section 2.3.17 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Phone | label | Section 2.11.11 | | Pronouns | @type | not applicable |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Phone | number | Section 2.7.6 | | Pronouns | contexts | Section 2.3.22 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Phone | pref | Section 2.3.17 | | Pronouns | pref | Section 2.3.17 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Pronouns | @type | not applicable | | Pronouns | pronouns | Section 2.5.4 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Pronouns | contexts | Section 2.3.22 | | Relation | @type | not applicable |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Pronouns | pref | Section 2.3.17 | | Relation | relation | Section 2.9.5 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Pronouns | pronouns | Section 2.5.4 | | Resource | @type | not applicable |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Relation | @type | not applicable | | SchedulingAddress | @type | not applicable |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Relation | relation | Section 2.9.5 | | SchedulingAddress | contexts | Section 2.3.22 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Resource | @type | not applicable | | SchedulingAddress | label | Section 2.11.11 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| SchedulingAddress | @type | not applicable | | SchedulingAddress | pref | Section 2.3.17 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| SchedulingAddress | contexts | Section 2.3.22 | | SchedulingAddress | uri | Section 2.13.1 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| SchedulingAddress | label | Section 2.11.11 | | SpeakToAs | @type | not applicable |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| SchedulingAddress | pref | Section 2.3.17 | | SpeakToAs | grammaticalGender | Section 2.5.4 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| SchedulingAddress | uri | Section 2.13.1 | | SpeakToAs | pronouns | Section 2.5.4 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| SpeakToAs | @type | not applicable | | AddressComponent | @type | not applicable |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| SpeakToAs | grammaticalGender | Section 2.5.4 | | AddressComponent | kind | Section 2.6.1 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| SpeakToAs | pronouns | Section 2.5.4 | | AddressComponent | value | Section 2.6.1 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| AddressComponent | @type | not applicable | | Timestamp | @type | not applicable |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| AddressComponent | kind | Section 2.6.1 | | Timestamp | utc | Section 2.2.2 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| AddressComponent | value | Section 2.6.1 | | Title | @type | not applicable |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Timestamp | @type | not applicable | | Title | kind | Section 2.9.6 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Timestamp | utc | Section 2.2.2 | | Title | name | Section 2.9.6 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Title | @type | not applicable | | Title | organizationId | Section 2.9.6 |
+-------------------+---------------------+-------------------------+ +-------------------+---------------------+---------------------+
| Title | kind | Section 2.9.6 |
+-------------------+---------------------+-------------------------+
| Title | name | Section 2.9.6 |
+-------------------+---------------------+-------------------------+
| Title | organizationId | Section 2.9.6 |
+-------------------+---------------------+-------------------------+
Table 8: Conversion Rules for JSContact Types and Properties Table 8: Conversion Rules for JSContact Types and Properties
Acknowledgements Acknowledgements
The definition and examples of the PHONETIC (Section 2.3.15) and The definition and examples of the PHONETIC (Section 2.3.15) and
SCRIPT (Section 2.3.19) parameters are based on the initial draft SCRIPT (Section 2.3.19) parameters are based on the initial draft
version of [vOBJECT]. version of [vOBJECT].
Authors' Addresses Authors' Addresses
 End of changes. 2 change blocks. 
385 lines changed or deleted 378 lines changed or added

This html diff was produced by rfcdiff 1.48.