]> git.rkrishnan.org Git - .emacs.d.git/blob - emacs/nxhtml/etc/schema/genshi-old.rnc
remove toolbar and menubar
[.emacs.d.git] / emacs / nxhtml / etc / schema / genshi-old.rnc
1 namespace py = "http://genshi.edgewall.org/"\r
2 \r
3 genshi.expr-type    = xsd:string { minLength = "1" }\r
4 genshi.with-type    = xsd:string { minLength = "1" }\r
5 genshi.choose-type  = xsd:string\r
6 genshi.def-type   = xsd:string\r
7 genshi.xpath-type = xsd:anyURI\r
8 \r
9 genshi.attrib = attribute py:if        { genshi.expr-type   }?,\r
10                 attribute py:choose    { genshi.choose-type }?,\r
11                 attribute py:when      { genshi.expr-type   }?,\r
12                 attribute py:otherwise { genshi.expr-type   }?,\r
13                 attribute py:for       { genshi.expr-type   }?,\r
14                 attribute py:def       { genshi.def-type    }?,\r
15                 attribute py:match     { genshi.xpath-type  }?,\r
16                 attribute py:with      { genshi.with-type   }?,\r
17                 attribute py:attrs     { genshi.expr-type   }?,\r
18                 attribute py:content   { genshi.expr-type   }?,\r
19                 attribute py:replace   { genshi.expr-type   }?,\r
20                 attribute py:strip     { genshi.expr-type   }?\r
21 \r
22 genshi.if.attlist   = attribute expr { genshi.expr-type }\r
23 genshi.for.attlist  = attribute each { genshi.expr-type }\r
24 genshi.def.attlist  = attribute each { genshi.expr-type }\r
25 genshi.with.attlist = attribute vars { genshi.with-type }\r
26 \r
27                \r