| < draft-ietf-vcarddav-birth-death-extensions-01.txt | draft-ietf-vcarddav-birth-death-extensions-02.txt > | |||
|---|---|---|---|---|
| vcarddav K. Li | vcarddav K. Li | |||
| Internet-Draft B. Leiba | Internet-Draft B. Leiba | |||
| Intended status: Standards Track Huawei Technologies | Intended status: Standards Track Huawei Technologies | |||
| Expires: March 17, 2012 September 14, 2011 | Expires: May 26, 2012 November 23, 2011 | |||
| vCard Format Extensions : place of birth, place and date of death | vCard Format Extensions : place of birth, place and date of death | |||
| draft-ietf-vcarddav-birth-death-extensions-01 | draft-ietf-vcarddav-birth-death-extensions-02 | |||
| Abstract | Abstract | |||
| The base vCard 4.0 specification defines a large number of | The base vCard 4.0 specification defines a large number of | |||
| properties, including date of birth. This specification adds three | properties, including date of birth. This specification adds three | |||
| new properties to vCard 4.0, for place of birth, place of death, and | new properties to vCard 4.0, for place of birth, place of death, and | |||
| date of death. | date of death. | |||
| Note | Note | |||
| skipping to change at page 1, line 38 ¶ | skipping to change at page 1, line 38 ¶ | |||
| Internet-Drafts are working documents of the Internet Engineering | Internet-Drafts are working documents of the Internet Engineering | |||
| Task Force (IETF). Note that other groups may also distribute | Task Force (IETF). Note that other groups may also distribute | |||
| working documents as Internet-Drafts. The list of current Internet- | working documents as Internet-Drafts. The list of current Internet- | |||
| Drafts is at http://datatracker.ietf.org/drafts/current/. | Drafts is at http://datatracker.ietf.org/drafts/current/. | |||
| Internet-Drafts are draft documents valid for a maximum of six months | Internet-Drafts are draft documents valid for a maximum of six months | |||
| and may be updated, replaced, or obsoleted by other documents at any | and may be updated, replaced, or obsoleted by other documents at any | |||
| time. It is inappropriate to use Internet-Drafts as reference | time. It is inappropriate to use Internet-Drafts as reference | |||
| material or to cite them other than as "work in progress." | material or to cite them other than as "work in progress." | |||
| This Internet-Draft will expire on March 17, 2012. | This Internet-Draft will expire on May 26, 2012. | |||
| Copyright Notice | Copyright Notice | |||
| Copyright (c) 2011 IETF Trust and the persons identified as the | Copyright (c) 2011 IETF Trust and the persons identified as the | |||
| document authors. All rights reserved. | document authors. All rights reserved. | |||
| This document is subject to BCP 78 and the IETF Trust's Legal | This document is subject to BCP 78 and the IETF Trust's Legal | |||
| Provisions Relating to IETF Documents | Provisions Relating to IETF Documents | |||
| (http://trustee.ietf.org/license-info) in effect on the date of | (http://trustee.ietf.org/license-info) in effect on the date of | |||
| publication of this document. Please review these documents | publication of this document. Please review these documents | |||
| skipping to change at page 3, line 42 ¶ | skipping to change at page 3, line 42 ¶ | |||
| Value type: A single text value (default) or a single URI value. | Value type: A single text value (default) or a single URI value. | |||
| Cardinality: *1 | Cardinality: *1 | |||
| Property parameters: VALUE, LANGUAGE | Property parameters: VALUE, LANGUAGE | |||
| Description: | Description: | |||
| Format definition: | Format definition: | |||
| BIRTHPLACE-param = "VALUE=" / ("text" / "uri") | BIRTHPLACE-param = "VALUE=" ("text" / "uri") | |||
| BIRTHPLACE-value = text / uri | BIRTHPLACE-value = text / uri | |||
| ; Value and parameter MUST match. | ; Value type and VALUE parameter MUST match. | |||
| BIRTHPLACE-param =/ altid-param / language-param / any-param | BIRTHPLACE-param =/ altid-param / language-param / any-param | |||
| Examples: | Examples: | |||
| BIRTHPLACE:Babies'R'Us Hospital | BIRTHPLACE:Babies'R'Us Hospital | |||
| BIRTHPLACE;VALUE=uri:http://example.com/hospitals/babiesrus.vcf | BIRTHPLACE;VALUE=uri:http://example.com/hospitals/babiesrus.vcf | |||
| BIRTHPLACE;VALUE=uri:geo:46.769307,-71.283079 | BIRTHPLACE;VALUE=uri:geo:46.769307,-71.283079 | |||
| 2.2. Property: DEATHPLACE | 2.2. Property: DEATHPLACE | |||
| skipping to change at page 4, line 28 ¶ | skipping to change at page 4, line 28 ¶ | |||
| Value type: A single text value (default) or a single URI value. | Value type: A single text value (default) or a single URI value. | |||
| Cardinality: *1 | Cardinality: *1 | |||
| Property parameters: VALUE, LANGUAGE | Property parameters: VALUE, LANGUAGE | |||
| Description: | Description: | |||
| Format definition: | Format definition: | |||
| DEATHPLACE-param = "VALUE=" / ("text" / "uri") | DEATHPLACE-param = "VALUE=" ("text" / "uri") | |||
| DEATHPLACE-value = text / uri | DEATHPLACE-value = text / uri | |||
| ; Value and parameter MUST match. | ; Value type and VALUE parameter MUST match. | |||
| DEATHPLACE-param =/ altid-param / language-param / any-param | DEATHPLACE-param =/ altid-param / language-param / any-param | |||
| Examples: | Examples: | |||
| DEATHPLACE:Aboard the Titanic\, near Newfoundland | DEATHPLACE:Aboard the Titanic\, near Newfoundland | |||
| DEATHPLACE;VALUE=uri:http://example.com/ships/titanic.vcf | DEATHPLACE;VALUE=uri:http://example.com/ships/titanic.vcf | |||
| DEATHPLACE;VALUE=uri:41.731944,-49.945833 | DEATHPLACE;VALUE=uri:geo:41.731944,-49.945833 | |||
| 2.3. Property: DEATHDATE | 2.3. Property: DEATHDATE | |||
| Namespace: | Namespace: | |||
| Property name: DEATHDATE | Property name: DEATHDATE | |||
| Purpose: To specify the date of death of the object the vCard | Purpose: To specify the date of death of the object the vCard | |||
| represents. | represents. | |||
| Value type: The default is a single date-and-or-time value. It can | Value type: The default is a single date-and-or-time value. It can | |||
| also be reset to a single text value. | also be reset to a single text value. | |||
| Cardinality: *1 | Cardinality: *1 | |||
| Property parameters: VALUE, CALSCALE, LANGUAGE | Property parameters: VALUE, CALSCALE, LANGUAGE | |||
| CALSCALE can only be present when the value is a | CALSCALE can only be present when the value is a | |||
| date-and-or-time value and actually contains a date or date-time. | date-and-or-time value and actually contains a date or date-time. | |||
| LANGUAGE can only be present when the value is text. | LANGUAGE can only be present when the value is text. | |||
| Description: | Description: The presence of a DEATHDATE property indicates that the | |||
| subject of the vCard is known to be dead. The absence of this | ||||
| property makes no statement one way or the other. | ||||
| Format definition: | Format definition: | |||
| DEATHDATE-param = DEATHDATE-param-date / DEATHDATE-param-text | DEATHDATE-param = DEATHDATE-param-date / DEATHDATE-param-text | |||
| DEATHDATE-value = date-and-or-time / text | DEATHDATE-value = date-and-or-time / text | |||
| ; Value and parameter MUST match. | ; Value type and VALUE parameter MUST match. | |||
| DEATHDATE-param-date = "VALUE=date-and-or-time" | ||||
| DEATHDATE-param-text = "VALUE=text" / language-param | ||||
| DEATHDATE-param =/ altid-param / calscale-param / any-param | DEATHDATE-param-date = "VALUE=date-and-or-time" / calscale-param | |||
| ; calscale-param can only be present when DEATHDATE-value is | ; calscale-param can only be present when DEATHDATE-value is | |||
| ; date-and-or-time and actually contains a date or date-time. | ; date-and-or-time and actually contains a date or date-time. | |||
| DEATHDATE-param-date = "VALUE=text" / language-param | ||||
| DEATHDATE-param =/ altid-param / any-param | ||||
| Examples: | Examples: | |||
| DEATHDATE:19960415 | DEATHDATE:19960415 | |||
| DEATHDATE:--0415 | DEATHDATE:--0415 | |||
| DEATHDATE;19531015T231000Z | DEATHDATE;19531015T231000Z | |||
| DEATHDATE;VALUE=text:circa 1800 | DEATHDATE;VALUE=text:circa 1800 | |||
| 3. Security Considerations | 3. Security Considerations | |||
| This presents no security considerations beyond those in section 9 of | This presents no security considerations beyond those in section 9 of | |||
| the base vcard specification [RFC6350]. | the base vcard specification [RFC6350]. | |||
| End of changes. 12 change blocks. | ||||
| 14 lines changed or deleted | 17 lines changed or added | |||
This html diff was produced by rfcdiff 1.48. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ | ||||