
3 Feb
2003
3 Feb
'03
5:37 p.m.
On Mon, Feb 03, 2003 at 04:58:42PM +0100, Frank Strauss wrote:
Gerry> In the following example mib , it seems as though the Gerry> parser is ignoring the "IMPLIED" keyword. I can not find any Gerry> reference to it in the .xsd output. Any thoughts?
Good point. Torsten, how do you think about adding an according construct to such entries' <appinfo> elements?
Good idea. I have added an <appinfo> element called <implied> that has the value <implied>true</implied> if the IMPLIED keyword is present and <implied>false</implied> otherwise.
Torsten