glade-rnc

RELAX NG schemas for Glade files
git clone https://logand.com/git/glade-rnc.git/
Log | Files | Refs | README

schemas.xml (512B)


      1 <!-- Schema detection rules -->
      2 <!-- Written by Tomas Hlavaty <tom at logand.com> -->
      3 <locatingRules xmlns="http://thaiopensource.com/ns/locating-rules/1.0">
      4   <documentElement localName="glade-interface" typeId="Glade"/>
      5   <documentElement localName="interface" typeId="GtkBuilder"/>
      6   <documentElement localName="GTK-Interface" typeId="GtkInterface"/>
      7   <typeId id="Glade" uri="glade.rnc"/>
      8   <typeId id="GtkBuilder" uri="gtkbuilder.rnc"/>
      9   <typeId id="GtkInterface" uri="gtkinterface.rnc"/>
     10 </locatingRules>