The field argument syntax does not denote that quotes should be used in pairs between text
The field argument syntax should be written as: "text" | text
page 1489, line 2 Part 4, Section 2.16.1 Syntax
te
Proposed Disposition of DIS 29500 Comment BR-0013 (Modified: 2007-12-07) Agreed; the resolution to this comment is included in that for comments DE-0052 and FR-0074, which resulted in the complete replacement of the syntax in Part 4, §2.16.1, pages 14871489 by one defined using the notation from EBNF (as defined in ISO/IEC 14977:1996). Fixing the original syntax would have resulted in the following changes to Part 4, §2.16.1, page 1,489, line 2: field-argument: [ " ] text [ " ] text " text " However, given the rewrite of the whole syntax, this change was incorporated in the new syntax, as follows: field-argument= text | double-quote, text, double-quote ; text= character, {character} ; character= as defined by the production Char in the XML 1.0 specification, §2.2. double-quote= ‘ " ‘ ; (* one double-quote character *) Similar Comments: DE-0071 , FR-0196
