]> git.wh0rd.org - fontconfig.git/blobdiff - fonts.dtd
Fix xmkmf build process for fontconfig
[fontconfig.git] / fonts.dtd
index a3c987b23e1f9f34acdd86f30e984b8fd3f5d442..1e0e34c7fb2d07ef71bf42d9096d3713c025e3d1 100644 (file)
--- a/fonts.dtd
+++ b/fonts.dtd
@@ -39,7 +39,7 @@
 <!--
     Global library configuration data
  -->
-<!ELEMENT config (blanks)*>
+<!ELEMENT config (blanks|rescan)*>
 
 <!--
     Specify the set of Unicode encoding values which
        </edit>
     </match>
 -->
-<!ELEMENT alias (family, prefer?, accept?, default?)>
+<!--
+    Periodically rescan the font configuration and
+    directories to synch internal state with filesystem
+ -->
+<!ELEMENT rescan (int)>
+
+
+<!ELEMENT alias (family*, prefer?, accept?, default?)>
 <!ELEMENT prefer (family)*>
 <!ELEMENT accept (family)*>
 <!ELEMENT default (family)*>
     if 'qual' is 'any', then the match succeeds if any value in the field matches.
     if 'qual' is 'all', then the match succeeds only if all values match.
 -->
-<!ELEMENT test (%expr;)>
+<!ELEMENT test (%expr;)*>
 <!ATTLIST test 
          qual (any|all)    "any"
          name CDATA        #REQUIRED