[Cbor] More Tags

Richter, Jörg <Joerg.Richter@pdv-FS.de> Thu, 31 January 2019 13:39 UTC

Return-Path: <Joerg.Richter@pdv-FS.de>
X-Original-To: cbor@ietfa.amsl.com
Delivered-To: cbor@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 033B0128CB7 for <cbor@ietfa.amsl.com>; Thu, 31 Jan 2019 05:39:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Z_hwEPQmqSSn for <cbor@ietfa.amsl.com>; Thu, 31 Jan 2019 05:39:34 -0800 (PST)
Received: from mail.pdv-fs.de (mail.pdv-fs.de [213.208.220.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 27EA81274D0 for <cbor@ietf.org>; Thu, 31 Jan 2019 05:39:33 -0800 (PST)
Received: from EXCHDB1.pdv-fs.de (192.168.180.94) by EXCHDB1.pdv-fs.de (192.168.180.94) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3; Thu, 31 Jan 2019 14:39:31 +0100
Received: from EXCHDB1.pdv-fs.de ([fe80::6c4a:8b1b:60f4:4437]) by EXCHDB1.pdv-fs.de ([fe80::6c4a:8b1b:60f4:4437%15]) with mapi id 15.01.1466.012; Thu, 31 Jan 2019 14:39:31 +0100
From: "Richter, Jörg" <Joerg.Richter@pdv-FS.de>
To: "cbor@ietf.org" <cbor@ietf.org>
Thread-Topic: More Tags
Thread-Index: AQHUuT6IvoohENGo+0+mTpmdNy6nUw==
Date: Thu, 31 Jan 2019 13:39:31 +0000
Message-ID: <5670d93ff74b413c884adc470565a331@pdv-FS.de>
Accept-Language: de-DE, en-US
Content-Language: de-DE
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-originating-ip: [192.168.185.1]
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Archived-At: <https://mailarchive.ietf.org/arch/msg/cbor/0lsHS8TtAKyKlq6ArK-nDExWylE>
Subject: [Cbor] More Tags
X-BeenThere: cbor@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "Concise Binary Object Representation \(CBOR\)" <cbor.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/cbor>, <mailto:cbor-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/cbor/>
List-Post: <mailto:cbor@ietf.org>
List-Help: <mailto:cbor-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/cbor>, <mailto:cbor-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 31 Jan 2019 13:39:37 -0000

Addional to the already proposed error-tag I need some more tags
to represent our data.
I am not sure if I am able to write new drafts like the error-draft myself 
alone and doing all the necessary paperwork to submit it. Or whatever
is required.
Thanks again to Carsten who helped me kindly with the error-draft.

I think it would be wrong to expect so much help with the next tags.
Therefore I would be pleased about suggestions or how-to's to get 
this tags standardized. But if someone wants to lend me a helping 
hand, I am of course not against it either.

For now I see a need for this new tags:

* ISO8601-Date "YYYY-MM-DD" or days since 1970-01-01
* ISO8601-Time of day "hh:mm[:ss[.f*]]" or (fractional) seconds since 00:00
* IANA Time zone (https://www.iana.org/time-zones) represented as string
* Currency (ISO 4217) represented as string ("USD"/"EUR"/...) or number (840/978/...)
* Money amount represented as 2-array of quantity + currency-string or currency-number
  - quantity should allow every possible number coding. Including decimal fractions and rationals.

Or are there already some tags for this use-cases I may have overlooked?

- Jörg