[mile] [Issue #2] Better citation to RecordPattern@type=regex

"Roman D. Danyliw" <rdd@cert.org> Mon, 29 July 2013 05:49 UTC

Return-Path: <rdd@cert.org>
X-Original-To: mile@ietfa.amsl.com
Delivered-To: mile@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C460C21F9F62 for <mile@ietfa.amsl.com>; Sun, 28 Jul 2013 22:49:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.794
X-Spam-Level:
X-Spam-Status: No, score=-5.794 tagged_above=-999 required=5 tests=[AWL=0.805, BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aMpGBTAexi34 for <mile@ietfa.amsl.com>; Sun, 28 Jul 2013 22:49:29 -0700 (PDT)
Received: from shetland.sei.cmu.edu (shetland.sei.cmu.edu [192.58.107.44]) by ietfa.amsl.com (Postfix) with ESMTP id A58AA21F99F2 for <mile@ietf.org>; Sun, 28 Jul 2013 22:49:20 -0700 (PDT)
Received: from pawpaw.sei.cmu.edu (pawpaw.sei.cmu.edu [10.64.21.22]) by shetland.sei.cmu.edu (8.14.4/8.14.4/1408) with ESMTP id r6T5nJpd009943 for <mile@ietf.org>; Mon, 29 Jul 2013 01:49:19 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cert.org; s=jthatj15xw2j; t=1375076959; bh=RVcE2yNEkfzjPDWCut+6JVgujHMHIyIrraRv1ea1RrE=; h=From:To:Subject:Date:Message-ID:Content-Type: Content-Transfer-Encoding:MIME-Version:Sender:Reply-To:Cc: In-Reply-To:References; b=SUC4582hUjKePRtTjTH8GcALfgW/wioO8jJfuIH3mbKijNuJ0lS7IGS7O7dEyQq9F ti32WzP7KymTCSdMnK5hhN8fD6d9uXHFBhwkU6tGPFn1oooIPsMA4z3RsddxolN4iC N4P53+EkY8LlDGdWXDhs2WOx7rXM/xepIMcDo8uE=
Received: from CASCADE.ad.sei.cmu.edu (cascade.sei.cmu.edu [10.64.28.248]) by pawpaw.sei.cmu.edu (8.14.4/8.14.4/1408) with ESMTP id r6T5nSJI009987 for <mile@ietf.org>; Mon, 29 Jul 2013 01:49:28 -0400
Received: from MARATHON.ad.sei.cmu.edu ([10.64.28.250]) by CASCADE.ad.sei.cmu.edu ([10.64.28.248]) with mapi id 14.02.0318.004; Mon, 29 Jul 2013 01:49:19 -0400
From: "Roman D. Danyliw" <rdd@cert.org>
To: "mile@ietf.org" <mile@ietf.org>
Thread-Topic: [Issue #2] Better citation to RecordPattern@type=regex
Thread-Index: Ac6MFpmi/zYLHB2jSzu7hqtC/ihxxw==
Date: Mon, 29 Jul 2013 05:49:18 +0000
Message-ID: <359EC4B99E040048A7131E0F4E113AFC13C55C8F@marathon>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-originating-ip: [10.64.22.6]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: [mile] [Issue #2] Better citation to RecordPattern@type=regex
X-BeenThere: mile@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: "Managed Incident Lightweight Exchange, IODEF extensions and RID exchanges" <mile.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/mile>, <mailto:mile-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/mile>
List-Post: <mailto:mile@ietf.org>
List-Help: <mailto:mile-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/mile>, <mailto:mile-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 29 Jul 2013 05:49:32 -0000

Per, http://trac.tools.ietf.org/wg/mile/trac/ticket/2

RecordPattern@type="regex" is currently cited as Appendix F of

   [3]   World Wide Web Consortium, "XML Schema Part 2: Datatypes Second
         Edition", W3C Recommendation , October 2004,
         <http://www.w3.org/TR/xmlschema-2/>.

Third hand feedback received from an implementer is that the W3C definition of regular expressions isn't sufficiently expressive.  For background, a comparison of features differences across regex implementations is summarized at http://www.regular-expressions.info/refflavors.html.

Do others implementers agree that the XML Schema citation should not be used?  If so, which definition would you like to use instead?  POSIX ERE (1003.2)? PERL 5? PCRE? Python?

Roman