[Bug 2926] RELAX NG schemas can de ambiguous

http://www.w3.org/Bugs/Public/show_bug.cgi?id=2926

           Summary: RELAX NG schemas can de ambiguous
           Product: ITS
           Version: WorkingDraft
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ITS tagset
        AssignedTo: fsasaki@w3.org
        ReportedBy: vdv@dyomedea.com
         QAContact: public-i18n-its@w3.org


I think that you need to say something about ambiguous RELAX NG schema that
could lead to conflicting rules, such as for instance:

<choice>
<element name="p">
 <its:schemaRule its:translate="yes"/> ...
</element>
<element name="p">
 <its:schemaRule its:translate="no"/> ...
</element>
</choice>

Of course, this is a simplistic example and in practice, ambiguous schemas can
be much more complex to detect and rewrite.

Eric

Received on Thursday, 23 February 2006 13:23:25 UTC