RE: [libsmi] IMPLIED keyword for indices in xsd output

I checked out todays source. It appears that scalars from the SNMPv2-MIB no longer contain much of the appinfo attributes:
<xsd:element name="sysName" minOccurs="0"> xsd:simpleType xsd:annotation xsd:appinfo <displayHint>255a</displayHint> </xsd:appinfo> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:pattern value="((((\p{IsBasicLatin})){0,255})){0,1}"/> <xsd:minLength value="0"/> <xsd:maxLength value="255"/> </xsd:restriction> </xsd:simpleType> </xsd:element>
The following fields are missing: oid, status, maxAccess
Steve
-----Original Message----- From: Frank Strauss [mailto:strauss@ibr.cs.tu-bs.de] Sent: Tuesday, February 04, 2003 10:51 AM To: Torsten Klie Cc: Gerry Buteau; libsmi@ibr.cs.tu-bs.de Subject: Re: [libsmi] IMPLIED keyword for indices in xsd output
Hi!
Torsten> OK. Furthermore, I have moved some appinfos. The appinfos for Torsten> rows do not belong to the <complexType> definition anymore. Torsten> They are now part of the <element> declaration.
Great. I've just updated the anonymous CVS repository accordingly.
-frank

On Wed, Feb 05, 2003 at 11:56:50AM -0500, Steve Bucknam wrote:
I checked out todays source. It appears that scalars from the SNMPv2-MIB no longer contain much of the appinfo attributes:
[...]
The following fields are missing: oid, status, maxAccess
Fixed.
Regards, Torsten
participants (2)
-
Steve Bucknam
-
Torsten Klie