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

All > Relax NG > Simplification - QNames > Test 131

Previous sample | Next sample

Author: James Clark
Origin: Testsuite for Relax NG


ElementsAttributes
attributename |
elementname |

ZVON comment: Document 2 - the attribute "lang" must have the prefix "xml", which is bound to the namespace "http://www.w3.org/XML/1998/namespace".

Correct schema


Valid document:
<foo xml:lang="en"/>

Invalid document:
<foo lang="en"/>