- From: Tobias Schütte <ts@edvwl.de>
- Date: Mon, 10 Oct 2005 11:26:30 +0200
- To: <www-xml-schema-comments@w3.org>
hi,
i've implemented the current EBNF production of "XML Schema: Component
Designators" (http://www.w3.org/TR/2005/WD-xmlschema-ref-20050329/) as a
xscd parser/compiler/evaluator.
The EBNF is clear about everything except rule [38] ModelGroupStep,
that looks like a typo has slipped in.
The closing bracket ')' before the Predicate? doesn't really fit in there
and should be omitted.
current version:
[38] ModelGroupStep ::= 'model' '::' ('sequence' | 'choice' | 'all' |
'*') ')' Predicate?
version without ')':
[38] ModelGroupStep ::= 'model' '::' ('sequence' | 'choice' | 'all' |
'*') Predicate?
best regards
Tobias Schütte
Received on Monday, 10 October 2005 09:26:56 UTC