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] relaxng.rng bug


The RELAX NG schema for RELAX NG doesn't allow the param element to have any
attributes other than "name".  This conflicts with section 3 which allows
all RELAX NG elements to have common attributes (ns, datatypeLibrary and
foreign attributes).  I think:

              <element name="param">
                <attribute name="name">
                  <data type="NCName"/>
                </attribute>
                <text/>
              </element>

should be

              <element name="param">
                <attribute name="name">
                  <data type="NCName"/>
                </attribute>
                <ref name="common-atts"/>
                <text/>
              </element>


James





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


Powered by eList eXpress LLC