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

All > Relax NG > Various possible syntax errors > Test 17

Previous sample | Next sample

Author: James Clark
Origin: Testsuite for Relax NG


ElementsAttributes
attributeglobal | name |
elementname | ns |
text

ZVON comment: Element attribute cannot have attribute global.

Incorrect schema

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