ZVON > References > Zvon Example Repository
Example repository: index | categories | search

All > Relax NG > Simplification - Constraints > Test 174

Previous sample | Next sample

Author: James Clark
Origin: Testsuite for Relax NG


ElementsAttributes
attributename | ns |
elementname |
text

ZVON comment: The attribute ns cannot have the value "http://www.w3.org/2000/xmlns" (if it is the first child of or descendant of the first child of element attribute after simplifications).

Incorrect schema

<element name="foo" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns="http://relaxng.org/ns/structure/1.0" >
     <attribute ns="http://www.w3.org/2000/xmlns" name="bar">
          <text/>
     </attribute>
</element>