6.1.1.2 Compound SEREs - box should contain SERE ::= Compound_SERE Compound_SERE ::= Repeated_SERE | Braced_SERE | Clocked_SERE - lines 13 - change the first sentence: A single Sequence is a Compound SERE. to: A Repeated SERE, a Braced SERE, and a Clocked SERE (all of which are forms of Sequence; see 6.1.2) are Compound SEREs. 6.1.2 Sequences - box should contain Sequence ::= SequenceInstance | Repeated_SERE | Braced_SERE | Clocked_SERE - line 26 should read Sequence Instances are described in section 6.1.3.2. The remaining forms of Sequence are described in the following subsections. 6.1.2.4 Braced SERE - box should contain Braced_SERE ::= '{' SERE '}' - line 21 - delete this line. ========= Appendix A ========= A.4.6 Sequences - update the Sequence production to read as follows Sequence ::= SequenceInstance | Repeated_SERE | Braced_SERE | Clocked_SERE - update the Braced_SERE production to read as follows Braced_SERE ::= '{' SERE '}'