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

All > Relax NG > Simplification - Constraints > Test 175

Previous sample | Next sample

Author: James Clark
Origin: Testsuite for Relax NG


ElementsAttributes
elementname | ns |
empty



Correct schema

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


Valid document:
<foo xmlns="http://www.w3.org/2000/xmlns" />