VXML DTD and <block> element

in VXML DTD the block element is defined like this :
<!ELEMENT block (%executable.content;)*>
<!ATTLIST block
	%item.attrs; 
>

While it should be :
<!ELEMENT block (%executable.content;)*>
<!ATTLIST block
	%item.attrs; 
	name %expression; #IMPLIED
	expr %expression; #IMPLIED
	cond %expression; #IMPLIED
>

Thank you

Received on Monday, 25 October 2004 11:06:58 UTC