Update of /cvsroot/babeldoc/babeldoc/readme/schema
In directory sc8-pr-cvs1:/tmp/cvs-serv5223
Modified Files:
conversion.xsd
Log Message:
added output document encoding.
Index: conversion.xsd
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/readme/schema/conversion.xsd,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** conversion.xsd 24 Feb 2003 22:50:25 -0000 1.1.1.1
--- conversion.xsd 7 Aug 2003 21:06:18 -0000 1.2
***************
*** 52,55 ****
--- 52,60 ----
</xs:annotation>
</xs:element>
+ <xs:element name="encoding" type="xs:string" minOccurs="0">
+ <xs:annotation>
+ <xs:documentation>The encoding string to use (if not specified, will use UTF-8)</xs:documentation>
+ </xs:annotation>
+ </xs:element>
</xs:sequence>
</xs:complexType>
|