OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

relax-ng message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: [relax-ng] ns attribute


I noticed in the RELAX NG Schema for RELAX NG that the ns attribute is
declared:

<define name="common-atts">
 <optional>
  <attribute name="ns"/>
 </optional>
 ...

Shouldn't it have a type of anyURI? Like this:

<define name="common-atts">
 <optional>
  <attribute name="ns">
   <data type="anyURI"/>
  </attribute>
 </optional>
 ...

Mike



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC