From: Chris R. <chr...@me...> - 2002-01-11 08:35:03
|
Peter Marschall <pet...@ma...> wrote: > Hi, > > On Thursday 10 January 2002 17:09, you wrote: >> For example this monstrosity is legal: >> >> ( 2.16.840.1.113719.1.56.4.1.1 NAME 'newObjectSFSRights' >> DESCNAMESUPSYNTAXBORGCOLLECTIVE SUP anotherAttribute ) > Shouldn't DESC be followed by a qdstring ? > I'm missing the quotes. You're right, and maybe that means that anything following by a quoted string is OK (until the quoted string contains ["()].) Anything that contained a 'woid' argument however is tricky because: oid = descr / numericoid descr = keystring numericoid = numericstring *( "." numericstring ) woid = whsp oid whsp Is EQUALITYNOORDERINGBORGCOLLECTIVE legal? I think it is, and could be parsed as: EQUALITY NO ORDERING BORG COLLECTIVE EQUALITY NO ORDERING BORGCOLLECTIVE EQUALITY NOORDERINGBORG COLLECTIVE EQUALITY NOORDERINGBORGCOLLECTIVE All of which are legal interpretations. Cheers, Chris |