[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Sip] Bug in RFC 4826: resource-lists schema doesn't require anchor attribute



The resource-lists schema in RFC 4826 does not match the normative text wrt whether the "anchor" attribute is required in <external> elements. 

The normative text reads: 

"
   The <external> element has a single
   mandatory attribute, "anchor", which specifies the external list by
   means of an absolute HTTP URI.
"

The schema reads:

"
    <xs:complexType name="externalType">
     <xs:sequence>
      <xs:element name="display-name" type="display-nameType"
       minOccurs="0"/>
      <xs:any namespace="##other" processContents="lax" minOccurs="0"
       maxOccurs="unbounded"/>
     </xs:sequence>
     <xs:attribute name="anchor" type="xs:anyURI"/>
     <xs:anyAttribute namespace="##other" processContents="lax"/>
    </xs:complexType>
"

Should I go ahead and file an erratum?

Best regards,
Byron Campen

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Sip mailing list  https://www.ietf.org/mailman/listinfo/sip
This list is for NEW development of the core SIP Protocol
Use sip-implementors at cs.columbia.edu for questions on current sip
Use sipping at ietf.org for new developments on the application of sip