Re: grammar rule [35]

Craig Maynard (maynard@math.uccs.edu) wrote:
>
> In grammar rule [35]
> 
>         FunctionName    ::= QName - NodeType
> 
> I don't understand the meaning of the dash or hyphen between QName and NodeType.

It's a minus sign: the set of FunctionNames is the set of QNames minus the
set of NodeTypes. (A FunctionName can be any QName *except* those that
match the NodeType production.)

-Michael Dyck

Received on Friday, 20 October 2000 14:05:36 UTC