| ZVON > References > Zvon Example Repository |
| Intro / Search / ZVON |
| Example repository: index | categories | search |
| Elements | Attributes |
|---|---|
| data | eg:comment | type | |
| element | eg:comment | |
| empty | eg:comment | |
| grammar | eg:comment | |
| name | eg:comment | |
| start | eg:comment | |
|
<grammar eg:comment="" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:eg="http://www.example.com" xmlns="http://relaxng.org/ns/structure/1.0" > <start eg:comment=""> <element eg:comment=""> <name eg:comment="">foo</name> <data eg:comment="" type="string"/> <empty eg:comment=""/> </element> </start> </grammar> | Valid document: <foo>X</foo> |