[VCARDDAV] Gender coding (was I-D Action:draft-ietf-vcarddav-vcardrev-07.txt)

Sly Gryphon <sgryphon@computer.org> Wed, 10 June 2009 10:58 UTC

Return-Path: <sgryphon@computer.org>
X-Original-To: vcarddav@core3.amsl.com
Delivered-To: vcarddav@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 55B2A3A6E62 for <vcarddav@core3.amsl.com>; Wed, 10 Jun 2009 03:58:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.836
X-Spam-Level:
X-Spam-Status: No, score=-0.836 tagged_above=-999 required=5 tests=[AWL=1.065, BAYES_00=-2.599, HELO_EQ_AU=0.377, HOST_EQ_AU=0.327, RCVD_IN_DNSWL_LOW=-1, RELAY_IS_203=0.994]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id v1HjAOrxTojQ for <vcarddav@core3.amsl.com>; Wed, 10 Jun 2009 03:58:41 -0700 (PDT)
Received: from outbound.icp-qv1-irony-out4.iinet.net.au (outbound.icp-qv1-irony-out4.iinet.net.au [203.59.1.150]) by core3.amsl.com (Postfix) with ESMTP id 4D6313A6E34 for <vcarddav@ietf.org>; Wed, 10 Jun 2009 03:58:40 -0700 (PDT)
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: AikCANIuL0p8qohI/2dsb2JhbAAIzg+EDAU
X-IronPort-AV: E=Sophos;i="4.41,340,1241366400"; d="scan'208";a="420485847"
Received: from unknown (HELO [192.168.1.42]) ([124.170.136.72]) by outbound.icp-qv1-irony-out4.iinet.net.au with ESMTP; 10 Jun 2009 18:58:45 +0800
Message-ID: <4A2F91E8.7070509@computer.org>
Date: Wed, 10 Jun 2009 20:58:48 +1000
From: Sly Gryphon <sgryphon@computer.org>
User-Agent: Thunderbird 2.0.0.21 (Windows/20090302)
MIME-Version: 1.0
To: vcarddav@ietf.org
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Subject: [VCARDDAV] Gender coding (was I-D Action:draft-ietf-vcarddav-vcardrev-07.txt)
X-BeenThere: vcarddav@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: IETF vcarddav wg mailing list <vcarddav.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/vcarddav>, <mailto:vcarddav-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/vcarddav>
List-Post: <mailto:vcarddav@ietf.org>
List-Help: <mailto:vcarddav-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/vcarddav>, <mailto:vcarddav-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 10 Jun 2009 10:58:42 -0000

In section 7.2.9 for the GENDER property, I recommend the coding from
ISO 5218:2004, "Codes for the representation of human sexes" be used to
represent gender, rather than the [English-] language-specific codes.

Rationale for change: Follow a recognised international standard for the
coding of the element, and avoid language-biased encoding.

Appropriate changes to the draft could be the following:

Type purpose: To specify the gender of the object the vCard represents,
encoded as a value from [SEX] (ISO 5218:2004).
Type value: A single integer value.
Type special notes: The attribute should have a single digit, with 0 =
Not known, 1 = Male, 2 = Female, or 9 = Not applicable. Any unexpected
values should be considered equivalent to 0.
ABNF:
                   param = "VALUE=text" / any-param
                   value = "0" / "1" / "2" / "9" / iana-token / x-name
Examples:  SEX:2

The normative reference of the codes (to understand the coding) should
be added (note that section 3 of the standard states the preferred
designation for use of the standard is "SEX"):
[SEX]    ISO 5218:2004, "Codes for the representation of human sexes".

Note that ISO 5218 is free, publically available standard from ISO,
available at
http://standards.iso.org/ittf/PubliclyAvailableStandards/index.html.
(The standard was first published in 1977)

You could also consider changing the property name to SEX (instead of
GENDER) -- vCard tends to prefer short property names.

Sly (Stephen) Gryphon