RFC Errata
RFC 4991, "A Common Schema for Internet Registry Information Service Transfer Protocols", August 2007
Source of RFC: crisp (app)See Also: RFC 4991 w/ inline errata
Errata ID: 2285
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Alfred Hoenes
Date Reported: 2007-09-09
Verifier Name: Alexey Melnikov
Date Verified: 2010-05-21
Section 3 says:
The XML Schema presented in Section 3 contains, in the lower half of page 4, the following type declaration: <complexType name="octetsType"> <choice> | <element name="exceedsMaximum"> | <complexType/> | </element> <element name="octets" type="positiveInteger" /> </choice> </complexType>
It should say:
<complexType name="octetsType"> <choice> | <element name="exceedsMaximum" /> <element name="octets" type="positiveInteger" /> </choice> </complexType>
Notes:
Source: apps