You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ss...@apache.org on 2016/04/13 13:03:42 UTC

svn commit: r1738922 - /xmlgraphics/fop/trunk/fop/src/foschema/fop-configuration.xsd

Author: ssteiner
Date: Wed Apr 13 11:03:42 2016
New Revision: 1738922

URL: http://svn.apache.org/viewvc?rev=1738922&view=rev
Log:
Allow penalty to be set to "INFINITE"

Modified:
    xmlgraphics/fop/trunk/fop/src/foschema/fop-configuration.xsd

Modified: xmlgraphics/fop/trunk/fop/src/foschema/fop-configuration.xsd
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop/src/foschema/fop-configuration.xsd?rev=1738922&r1=1738921&r2=1738922&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop/src/foschema/fop-configuration.xsd (original)
+++ xmlgraphics/fop/trunk/fop/src/foschema/fop-configuration.xsd Wed Apr 13 11:03:42 2016
@@ -46,9 +46,9 @@
         <xsd:element name="image-loading" minOccurs="0">
           <xsd:complexType>
             <xsd:sequence>
-              <xsd:element name="penalty">
+              <xsd:element name="penalty" maxOccurs="unbounded" minOccurs="0">
                 <xsd:complexType>
-                  <xsd:attribute name="value" type="xsd:positiveInteger" use="required"/>
+                  <xsd:attribute name="value" type="xsd:string" use="required"/>
                   <xsd:attribute name="class" type="xsd:string" use="required"/>
                 </xsd:complexType>
               </xsd:element>
@@ -326,7 +326,7 @@
 
   <xsd:complexType name="referenceFontType">
     <xsd:sequence>
-      <xsd:element name="match">
+      <xsd:element name="match" maxOccurs="unbounded" minOccurs="1">
         <xsd:complexType>
           <xsd:attribute name="font-family" type="xsd:string" use="optional"/>
         </xsd:complexType>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org