SOAP Version 1.2 Part 2: Adjuncts -- Comments

Section 4.1 second list number 8:

--
[1] 	arrayTypeValue	::= 	atype asize	
[2] 	atype	::= 	QName rank*	
[3] 	rank	::= 	'[' (',')* ']'	
[4] 	asize	::= 	'[' length~ ']'	
[5] 	length	::= 	nextDimension* Digit+	
[6] 	nextDimension	::= 	Digit+ ','	
--

Which I assume is an EBNF however it is not specified in any case rule four contains a tilde '~' which is not an EBNF meta character that I can see and it does not appear to be literal text.  Therefore at least the tilde needs be clarified and it would be helpful if the EBNF was described like in the IETF RFCs.

Matthew Jones
mjones@netsilicon.com

Received on Tuesday, 8 January 2002 14:09:02 UTC