aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/intermediate-format-ng
diff options
context:
space:
mode:
authorGlenn Adams <gadams@apache.org>2012-05-28 03:30:37 +0000
committerGlenn Adams <gadams@apache.org>2012-05-28 03:30:37 +0000
commitd48e0e1f467c58a22c4d1b19591d4fa9d22aa8c6 (patch)
tree27f9f2afe4b8efcbd53066daa89a61aed6e5fa52 /src/documentation/intermediate-format-ng
parent72ba7e572dccdb5ab1930ed9f20c9db7f720ae50 (diff)
downloadxmlgraphics-fop-d48e0e1f467c58a22c4d1b19591d4fa9d22aa8c6.tar.gz
xmlgraphics-fop-d48e0e1f467c58a22c4d1b19591d4fa9d22aa8c6.zip
Add version attribute to AT and IF intermediate formats. Also eliminate redundant use of reversed attribute in AT format.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1343133 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/intermediate-format-ng')
-rw-r--r--src/documentation/intermediate-format-ng/fop-intermediate-format-ng.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/documentation/intermediate-format-ng/fop-intermediate-format-ng.xsd b/src/documentation/intermediate-format-ng/fop-intermediate-format-ng.xsd
index bea5275a5..6e17c793b 100644
--- a/src/documentation/intermediate-format-ng/fop-intermediate-format-ng.xsd
+++ b/src/documentation/intermediate-format-ng/fop-intermediate-format-ng.xsd
@@ -34,6 +34,7 @@
<xs:element ref="mf:page-sequence" minOccurs="1" maxOccurs="unbounded"/>
<xs:element ref="mf:trailer"/>
</xs:sequence>
+ <xs:attribute name="version" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element name="header">