Hi,
I have a confusion on connect_resolution rule. It is defined as:
connect_resolution ::= connect discipline_identifier { ,
discipline_identifier } resolveto // from A.1.8
discipline_identifier
| exclude
;
As per the position of '|', it seems to me connect_resolution can be
resolved to either:
connect discipline_identifier { , discipline_identifier } resolveto
discipline_identifier
or
exclude ;
But by the example it seems to me, after resolveto keyword, either
discipline_identifier or exclude can be present. So the rule should be
rewritten as:
connect_resolution ::= connect discipline_identifier { ,
discipline_identifier } resolveto discipline_or_exclude ;
discipline_or_exclude ::= discipline_identifier
| exclude
Please correct me if I am wrong.
--
Regards
Surya
--
This message has been scanned for viruses and
dangerous content by
MailScanner, and is
believed to be clean.
Received on Tue Aug 25 03:31:27 2009