Browse Source

Allow penalty to be set to "INFINITE"

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1738922 13f79535-47bb-0310-9956-ffa450edef68
pull/3/head
Simon Steiner 8 years ago
parent
commit
4b1629ac88
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      fop/src/foschema/fop-configuration.xsd

+ 3
- 3
fop/src/foschema/fop-configuration.xsd View File

@@ -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>

Loading…
Cancel
Save