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

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

Previous sample | Next sample

Author: James Clark
Origin: Testsuite for Relax NG


ElementsAttributes
comment
rng:datatype |
rng:element
rng:grammar
rng:name
rng:start



Correct schema

<rng:grammar xmlns:html="http://www.w3.org/TR/REC-html40" xmlns="http://www.example.com" xmlns:rng="http://relaxng.org/ns/structure/1.0" >
     <comment/>
     <comment/>
     <rng:start>
          <comment/>
          <rng:element>
               <comment/>
               <comment/>
               <rng:name>foo</rng:name>
               <comment/>
               <rng:data type="string"/>
               <comment/>
          </rng:element>
          <comment/>
     </rng:start>
     <comment/>
</rng:grammar>


Valid document:
<foo>X</foo>